You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# EDR detection test for verifying device's onboarding and reporting services
@@ -33,7 +33,7 @@ ms.date: 08/01/2024
33
33
- macOS
34
34
- Microsoft Defender for Endpoint
35
35
- Microsoft Defender for Endpoint on Linux
36
-
- Microsoft Defender for Endpoint on macOS
36
+
<!---- Microsoft Defender for Endpoint on macOS--->
37
37
38
38
Endpoint detection and response for Endpoint provide advanced attack detections that are near real-time and actionable. Security analysts can prioritize alerts effectively, gain visibility into the full scope of a breach, and take response actions to remediate threats.
39
39
@@ -43,14 +43,13 @@ Run an EDR detection test to verify that the device is properly onboarded and re
43
43
44
44
1. Open a Command Prompt window
45
45
46
-
2. At the prompt, copy and run the command below. The Command Prompt window will close automatically.
46
+
2. At the prompt, copy and run the following command. The Command Prompt window closes automatically.
3. If successful, the detection test will be marked as completed and a new alert will appear in few minutes.
52
+
3. If successful, the detection test is marked as completed and a new alert appears within a few minutes.
54
53
55
54
### Linux
56
55
@@ -64,7 +63,7 @@ curl -o ~/Downloads/MDE Linux DIY.zip https://aka.ms/MDE-Linux-EDR-DIY
64
63
1. Extract the zip
65
64
66
65
```bash
67
-
unzip ~/Downloads/MDELinuxDIY.zip
66
+
unzip ~/Downloads/MDE-Linux-EDR-DIY.zip
68
67
```
69
68
70
69
1. And run the following command:
@@ -77,6 +76,7 @@ After a few minutes, a detection should be raised in Microsoft Defender XDR.
77
76
78
77
3. Look at the alert details, machine timeline, and perform your typical investigation steps.
79
78
79
+
<!---
80
80
### macOS
81
81
82
82
1. In your browser, Microsoft Edge for Mac or Safari, download *MDATP MacOS DIY.zip* from [https://aka.ms/mdatpmacosdiy](https://aka.ms/mdatpmacosdiy) and extract.
@@ -129,12 +129,16 @@ After a few minutes, a detection should be raised in Microsoft Defender XDR.
129
129
130
130
Look at the alert details and the device timeline, and perform the regular investigation steps.
131
131
132
-
Next steps that you can consider performing are to add AV exclusions as needed for application compatibility or performance:
132
+
--->
133
+
134
+
## Next steps
135
+
136
+
If you're experiencing issues with application compatibility or performance, you might consider adding exclusions. See the following articles for more information:
133
137
134
138
-[Configure and validate exclusions for Microsoft Defender for Endpoint on macOS](mac-exclusions.md)
135
139
-[Address false positives/negatives in Microsoft Defender for Endpoint](defender-endpoint-false-positives-negatives.md)
Copy file name to clipboardExpand all lines: defender-endpoint/microsoft-defender-endpoint-mac.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.collection:
15
15
ms.topic: conceptual
16
16
ms.subservice: macos
17
17
search.appverid: met150
18
-
ms.date: 05/08/2024
18
+
ms.date: 08/06/2024
19
19
---
20
20
21
21
# Microsoft Defender for Endpoint on Mac
@@ -70,14 +70,17 @@ There are several methods and deployment tools that you can use to install and c
70
70
### System requirements
71
71
72
72
The three most recent major releases of macOS are supported.
73
+
73
74
- 14 (Sonoma), 13 (Ventura), 12 (Monterey)
75
+
74
76
> [!IMPORTANT]
75
77
> On macOS 11 (Big Sur) and above, Microsoft Defender for Endpoint requires additional configuration profiles. If you are an existing customer upgrading from earlier versions of macOS, make sure to deploy the additional configuration profiles listed on [New configuration profiles for macOS Big Sur and newer versions of macOS](mac-sysext-policies.md).
76
78
77
-
- Supported processors: x64 and ARM64.
79
+
- Supported processors: x64 and ARM64
80
+
78
81
- Disk space: 1GB
79
82
80
-
Beta versions of macOS aren't supported.
83
+
-Beta versions of macOS aren't supported.
81
84
82
85
After you've enabled the service, you may need to configure your network or firewall to allow outbound connections between it and your endpoints.
83
86
@@ -119,6 +122,8 @@ If a proxy or firewall is blocking anonymous traffic, make sure that anonymous t
119
122
>
120
123
> SSL inspection and intercepting proxies are also not supported for security reasons. Configure an exception for SSL inspection and your proxy server to directly pass through data from Microsoft Defender for Endpoint on macOS to the relevant URLs without interception. Adding your interception certificate to the global store will not allow for interception.
121
124
125
+
#### Test network connectivity
126
+
122
127
To test that a connection isn't blocked, open <https://x.cp.wd.microsoft.com/api/report> and <https://cdn.x.cp.wd.microsoft.com/ping> in a browser.
123
128
124
129
If you prefer the command line, you can also check the connection by running the following command in Terminal:
0 commit comments