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: .github/workflows/AutoPublish.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,23 @@ name: (Scheduled) Publish to live
3
3
permissions:
4
4
contents: write
5
5
pull-requests: write
6
+
checks: read
6
7
7
8
on:
8
9
schedule:
9
-
- cron: "25 5,11,17,22 * * *"# Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
10
+
- cron: "25 2,5,8,11,14,17,20,22 * * *"# Times are UTC based on Daylight Saving Time. Need to be adjusted for Standard Time. Scheduling at :25 to account for queuing lag.
Copy file name to clipboardExpand all lines: ATPDocs/advanced-settings.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ description: Learn how to configure the number of Microsoft Defender for Identit
4
4
ms.date: 02/11/2024
5
5
ms.topic: how-to
6
6
#CustomerIntent: As a Microsoft Defender for Identity customer, I want to reduce the number of false positives by adjusting thresholds for specific alerts.
Copy file name to clipboardExpand all lines: ATPDocs/alerts-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@ title: Security alerts
3
3
description: This article provides a list of the security alerts issued by Microsoft Defender for Identity.
4
4
ms.date: 03/23/2023
5
5
ms.topic: conceptual
6
+
ms.reviewer: morRubin
6
7
---
7
8
8
9
# Security alerts in Microsoft Defender for Identity
@@ -97,7 +98,6 @@ The following table lists the mapping between alert names, their corresponding u
97
98
|[Suspicious modifications to the AD CS security permissions/settings](persistence-privilege-escalation-alerts.md#suspicious-modifications-to-the-ad-cs-security-permissionssettings--external-id-2435)| 2435 | Medium | Privilege escalation |
Copy file name to clipboardExpand all lines: ATPDocs/architecture.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ description: Learn about the Microsoft Defender for Identity system architecture
4
4
ms.date: 09/14/2023
5
5
ms.topic: overview
6
6
#CustomerIntent: As a Defender for Identity user, I want to understand the relevant components and how they interact with the rest of my environment so that I can best use Defender for Identity features.
Copy file name to clipboardExpand all lines: ATPDocs/automated-response-exclusions.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,27 +18,30 @@ For example, an incident involving Attack Disruption, where response actions are
18
18
19
19
## How to add automated response exclusions
20
20
21
-
1. In [Microsoft Defender XDR](https://security.microsoft.com/), go to **Settings** and then **Identities**.
22
21
23
-

22
+
1. In the [Microsoft Defender XDR](https://security.microsoft.com/) portal, go to **Settings** and then **Microsoft Defender XDR**.
24
23
25
-
1. You'll then see **Automated responseexclusions** in the left-hand menu.
24
+
:::image type="content" source="media/automated-response-exclusions/screenshot-xdr-settings1.png" alt-text="Go to Settings, then Microsoft Defender XDR.":::
2. You'll see **Automated response > Identities** in the left-side menu.
28
28
29
-
1. To exclude specific users, select **Exclude Users**.
29
+
:::image type="content" source="media/automated-response-exclusions/screenshot-xdr-automated-response.png" alt-text="Go to Automated response then Identities.":::
30
+
31
+
3. To exclude specific users, select **Add User Exclusion**.
30
32
31
-
:::image type="content" source="media/exclude-users.png" alt-text="Exclude specific users.":::
32
-
33
-
1. Search for the users to exclude and select the **Exclude Users** button.
33
+
:::image type="content" source="media/automated-response-exclusions/screenshot-xdr-add-exclusion.png" alt-text="Exclude specific users.":::
34
+
35
+
4. Search for the users to exclude and select the **Exclude Users** button.
34
36
35
37
:::image type="content" source="media/exclude-specific-users.png" alt-text="Choose which users to exclude.":::
38
+
39
+
5. To remove excluded users, select the relevant users from the list and select the **Remove** button.
36
40
37
-
1. To remove excluded users, select the relevant users from the list and select the **Remove** button.
0 commit comments