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
Copy file name to clipboardExpand all lines: defender-endpoint/behavior-monitor-macos.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,12 @@
1
1
---
2
-
# Required metadata
3
-
# For more information, see https://review.learn.microsoft.com/en-us/help/platform/learn-editor-add-metadata?branch=main
4
-
# For valid values of ms.service, ms.prod, and ms.topic, see https://review.learn.microsoft.com/en-us/help/platform/metadata-taxonomies?branch=main
5
-
6
2
title: Behavior Monitoring in Microsoft Defender Antivirus on macOS
7
3
description: Behavior Monitoring in Microsoft Defender Antivirus on macOS
8
-
author: YongRhee-MSFT # GitHub alias
9
-
ms.author: yongrhee # Microsoft alias
4
+
author: YongRhee-MSFT # GitHub alias
5
+
ms.author: yongrhee # Microsoft alias
10
6
manager: deniseb
11
7
ms.service: defender-endpoint
12
8
ms.topic: overview
13
-
ms.date: 05/08/2024
9
+
ms.date: 05/29/2024
14
10
ms.subservice: ngp
15
11
audience: ITPro
16
12
ms.collection:
@@ -139,11 +135,17 @@ The following sections describe each of these methods in detail.
139
135
```
140
136
141
137
2. Open **Devices** > **Configuration profiles**.
138
+
142
139
3. Select **Create profile** and select **New Policy**.
140
+
143
141
4. Give the profile a name. Change **Platform=macOS** to **Profile type=Templates** and choose **Custom** in the template name section. Select **Configure**.
144
-
5. Go to the plist file you saved earlier and save it as com.microsoft.wdav.xml.
142
+
143
+
5. Go to the plist file you saved earlier and save it as `com.microsoft.wdav.xml`.
144
+
145
145
6. Enter `com.microsoft.wdav` as the **custom configuration profile name**.
146
+
146
147
7. Open the configuration profile and upload the `com.microsoft.wdav.xml` file and select **OK**.
148
+
147
149
8. Select **Manage** > **Assignments**. In the **Include** tab, select **Assign to All Users & All devices or to a Device Group or User Group.**
148
150
149
151
#### Via JamF deployment
@@ -163,7 +165,7 @@ The following sections describe each of these methods in detail.
For more information, see: [Resources for Microsoft Defender for Endpoint on macOS](/defender-endpoint/mac-resources).
205
207
208
+
### To test behavior monitoring (prevention/block) detection
209
+
210
+
See [Behavior Monitoring demonstration](demonstration-behavior-monitoring.md).
206
211
207
212
### Verifying Behavior Monitoring detection
208
213
@@ -211,11 +216,11 @@ The existing Microsoft Defender for Endpoint on macOS command line interface can
211
216
```bash
212
217
sudo mdatp threat list
213
218
```
214
-
For more information on how to test for a behavior monitoring (prevention/block) detection, see [Behavior Monitoring demonstration](demonstration-behavior-monitoring.md).
215
-
216
219
### Frequently Asked Questions (FAQ):
217
220
218
221
#### What if I see an increase in cpu utilization or memory utilization?
222
+
219
223
Disable Behavior Monitoring and see if the issue goes away.
224
+
220
225
- If the issue doesn't go away, it is not related to Behavior Monitoring.
221
226
- If the issue goes away, take an aka.ms/xMDEClientAnalyzer and contact Microsoft support.
0 commit comments