Skip to content

Commit dba467a

Browse files
Merge branch 'main' into WI486581-mdi-detection-updates-reduce-alert-noise
2 parents a9bd546 + 9767517 commit dba467a

File tree

583 files changed

+1791
-1766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

583 files changed

+1791
-1766
lines changed

ATPDocs/change-password-krbtgt-account.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ If the KRBTGT account's password is compromised, an attacker can use its hash to
2929
1. Take appropriate action on those accounts by resetting their password **twice** to invalidate the Golden Ticket attack. 
3030

3131
> [!NOTE]
32-
> The krbtgt Kerberos account in all Active Directory domains supports key storage in all Kerberos Key Distribution Centers (KDC). To renew the Kerberos keys for TGT encryption, periodically change the krbtgt account password. It is recommended to use the [Microsoft-provided script.](https://github.com/microsoft/New-KrbtgtKeys.ps1)
32+
> The krbtgt Kerberos account in all Active Directory domains supports key storage in all Kerberos Key Distribution Centers (KDC). To renew the Kerberos keys for TGT encryption, periodically change the krbtgt account password. It is recommended to use the [Microsoft-provided script.](https://github.com/microsoft/New-KrbtgtKeys.ps1)
33+
> When resetting the password twice, wait at least 10 hours between resets to avoid Kerberos authentication issues. This wait time is enforced by the script and aligns with best practices.
34+
3335
### Next steps
3436

3537
[Learn more about Microsoft Secure Score](/microsoft-365/security/defender/microsoft-secure-score)

CloudAppSecurityDocs/app-governance-app-policies-get-started.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Get started with app governance policies | Microsoft Defender for Cloud Apps
3-
ms.date: 05/28/2023
3+
ms.date: 08/31/2025
44
ms.topic: how-to
55
description: Get started learning about app governance policies with Microsoft Defender for Cloud Apps in Microsoft Defender XDR
6+
ms.reviewer: shragar456
67
---
78

89
# Get started with app policies
@@ -23,22 +24,21 @@ To see your list of current app policies, go to the **Microsoft Defender XDR > A
2324

2425
For example:
2526

26-
![Screenshot of the app governance policies summary page in Microsoft Defender XDR.](media/app-governance-app-policies-get-started/azure-ad-policies.jpg)
27+
:::image type="content" source="media/app-governance-app-policies-get-started/app-governance-app-policies.png" alt-text="Screenshot that shows the app governance app polcies." lightbox="media/app-governance-app-policies-get-started/app-governance-app-policies.png":::
2728

2829
> [!NOTE]
2930
> Built-in threat detection policies aren't listed on the **Policies** tab. For more information, see [Investigate threat detection alerts](app-governance-anomaly-detection-alerts.md).
3031
>
3132
3233
## What’s available on the app policies dashboard
3334

34-
The **App governance** > **Policies** tab shows the number of active, inactive, and audit mode policies, and the following information for each policy:
35+
The **App governance** > **Policies** tab shows the number of active and disabled policies, and the following information for each policy:
3536

3637
- **Policy name**
3738
- **Status**
3839

3940
- **Active**: All policy evaluation and actions are active.
40-
- **Inactive**: All policy evaluation and actions are disabled.
41-
- **Audit mode**: Policy evaluation is active (alerts will trigger) but policy actions are disabled.
41+
- **Disabled**: All policy evaluation and actions are disabled.
4242

4343
- **Severity**: Severity level set on any alerts triggered because of this policy being evaluated as true, which is part of the configuration of the policy.
4444
- **Active alerts**: Number of alerts generated by the policy that have an **In Progress** or **New** status.
@@ -74,22 +74,24 @@ You can also:
7474

7575
1. Select **Edit**.
7676

77-
While you can't change the name of the policy once created, but you can change the description and policy severity as needed. When you're done, select **Next**.
77+
While you can't change the name of the policy once created, you can change the description and policy severity as needed. When you're done, select **Next**.
7878

7979
1. Choose whether you want to continue with the existing policy settings or customize them. Select **No, I'll customize the policy** to make changes, and then select **Next**.
8080

81-
1. Choose whether this policy applies to all apps, specific apps, or all apps except the apps you select. Select **Choose apps** to select which apps to apply the policy to, and then select **Next**.
81+
1. Choose whether this policy applies to all apps, specific apps, or all apps except the apps you select.
82+
83+
1. Select **Choose apps** to select which apps to apply the policy to, and then select **Next**.
8284

8385
1. Choose whether to modify the existing conditions of the policy.
8486

8587
- If you choose to modify the conditions, select **Edit or modify existing conditions for the policy** and choose which policy conditions to apply.
8688
- Otherwise, select **Use existing conditions of the policy**.
8789

88-
When you're done, select **Next**.
90+
1. When you're done, select **Next**.
8991

9092
1. Choose whether to disable the app if it triggers the policy conditions and then select **Next**.
9193

92-
1. Set the policy status to **Audit** mode, **Active**, or **Inactive**, as needed, and then select **Next**.
94+
1. Set the policy status to **Active**, or **Disabled**, as needed, and then select **Next**.
9395

9496
1. Review your setting choices for the policy and if everything is the way you want it, select **Submit**.
9597

CloudAppSecurityDocs/app-governance-app-policies-manage.md

Lines changed: 14 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Manage app policies
3-
ms.date: 05/21/2023
3+
ms.date: 09/08/2025
44
ms.topic: how-to
55
description: Manage your app governance policies.
6+
ms.reviewer: shragar456
67
---
78

89
# Manage app policies
@@ -12,55 +13,35 @@ Use app governance to manage OAuth policies for Microsoft 365, Google Workspace,
1213
You might need to manage your app policies as follows to keep up-to-date with your organization's apps, respond to new app-based attacks, and for ongoing changes to your app compliance needs:
1314

1415
- Create new policies targeted at new apps
15-
- Change the status of an existing policy (active, inactive, audit mode)
16+
- Change the status of an existing policy (active or disable)
1617
- Change the conditions of an existing policy
1718
- Change the actions of an existing policy for auto-remediation of alerts
1819

19-
<a name='manage-oauth-app-policies-for-azure-ad'></a>
2020

21-
## Manage OAuth app policies for Microsoft Entra ID
22-
23-
Here's an example of a process for managing an existing policy for Microsoft Entra apps:
24-
25-
1. Edit the policy:
26-
27-
- Change the settings of the policy.
28-
- If needed, change the status to **Audit mode** for testing.
29-
30-
1. Check for expected behavior, such as alerts generated.
31-
1. If the behavior isn't expected, go back to step 1.
32-
1. If the behavior is expected, edit the policy and change its status to active (if needed).
33-
34-
For example:
35-
36-
:::image type="content" source="media/app-governance/mapg-manage-policy-process.png" alt-text="Diagram of the manage app policy workflow." lightbox="media/app-governance/mapg-manage-policy-process.png" border="false":::
21+
## Editing an app policy configuration
3722

38-
> [!NOTE]
39-
> Following the change in the **Activity type** filter, policies with the previous filter will have a "LEGACY" label attached to the filter and if the policies are edited or deleted the filter can't be restored.
23+
To change the configuration of a user defined app policy:
4024

41-
## Editing an app policy configuration
25+
1. Select the policy in the policy list, and then select **Edit** on the app policy pane.
4226

43-
To change the configuration of an existing app policy:
27+
1. In the **Edit policy** page, you can make the following changes:
4428

45-
- Select the policy in the policy list, and then select **Edit** on the app policy pane.
46-
- Select the vertical ellipses for the policy in the list, and then select **Edit**.
29+
- **Description**: Change the description to make it easier to understand the policy's purpose.
30+
- **Severity** : Change the severity for your app policy to low, medium, or high.
31+
- **Policy settings**: Change the set of apps to which the policy applies. You can also choose to use the existing conditions or modify the conditions
32+
- **Actions**: Change the autoremediation action for alerts generated by the policy.
33+
- **Status**: Change the policy status.
4734

48-
For the **Edit policy** page, step through the pages and make the appropriate changes:
35+
:::image type="content" source="media/app-governance-app-policies-manage/edit-user-defined-policy.png" alt-text="Screenshot that shows how to edit a user defined policy in the Defender portal. " lightbox="media/app-governance-app-policies-manage/edit-user-defined-policy.png":::
4936

50-
- **Description**: Change the description to make it easier to understand the policy's purpose.
51-
- **Severity**
52-
- **Policy settings**: Change the set of apps to which the policy applies. You can also choose to use the existing conditions or modify the conditions
53-
- **Actions**: Change the autoremediation action for alerts generated by the policy.
54-
- **Status**: Change the policy status.
5537

5638
## Deleting an app policy
5739

5840
To delete an app policy, you can:
5941

6042
- Select the policy in the policy list, and then select **Delete** on the app policy pane.
61-
- Select the vertical ellipses for the policy in the list, and then select **Delete**.
6243

63-
An alternative to deleting an app policy is to change its status to inactive. Once inactive, the policy doesn't generate alerts. For example, rather than deleting an app policy for an app with a specific set of conditions that are useful for a future policy, rename the app policy to indicate its usefulness and set its status to inactive. You can later return to the policy and modify it for a similar app and set its status to audit mode or inactive.
44+
An alternative to deleting an app policy is to change its status to disabled. Once disabled, the policy doesn't generate alerts. For example, rather than deleting an app policy for an app with a specific set of conditions that are useful for a future policy, rename the app policy to indicate its usefulness and set its status to disabled.
6445

6546
## Next steps
6647

CloudAppSecurityDocs/app-governance-detect-remediate-get-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Get started with app governance threat detection and remediation | Microsoft Defender for Cloud Apps
3-
ms.date: 05/28/2023
3+
ms.date: 08/31/2025
44
ms.topic: overview
55
description: Get started with app governance threat detection and remediation in Microsoft Defender XDR with Microsoft Defender for Cloud Apps.
6+
ms.reviewer: shragar456
67
---
78

89
# Get started with app threat detection and remediation
@@ -13,7 +14,8 @@ To view the latest incidents associated with these alerts, go to the **App gover
1314

1415
For example:
1516

16-
:::image type="content" source="media/app-governance/mapg-cc-overview-alerts.png" alt-text="Screenshot of the App governance > Overview tab with the Latest alerts section highlighted." lightbox="media/app-governance/mapg-cc-overview-alerts.png":::
17+
:::image type="content" source="media/app-governance/app-governance-overview.png" alt-text="Screenshot that shows the App Governance overview tab." lightbox="media/app-governance/app-governance-overview.png":::
18+
1719

1820
On the **Overview** tab, the **Latest alerts** section lists the most recent alerts. You can use these recent alerts to quickly see the current app alert activity for your tenant.
1921

329 KB
Loading
167 KB
Loading
383 KB
Loading

defender-endpoint/access-mssp-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Access the Microsoft Defender XDR MSSP customer portal
33
description: Access the Microsoft Defender XDR MSSP customer portal
44
ms.service: defender-endpoint
55
ms.subservice: onboard
6-
ms.author: ewalsh
7-
author: emmwalshh
6+
ms.author: bagol
7+
author: batamig
88
ms.localizationpriority: medium
9-
manager: deniseb
9+
manager: bagol
1010
audience: ITPro
1111
ms.collection:
1212
- m365-security

defender-endpoint/address-unwanted-behaviors-mde.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Address unwanted behaviors in Microsoft Defender for Endpoint with exclusions, indicators, and other techniques
33
description: Learn how to use exclusions, indicators, and other techniques to address unwanted behaviors in Microsoft Defender for Endpoint.
4-
author: denisebmsft
5-
ms.author: deniseb
6-
manager: deniseb
4+
author: batamig
5+
ms.author: bagol
6+
manager: bagol
77
ms.date: 11/14/2024
88
ms.topic: how-to
99
ms.service: defender-endpoint

defender-endpoint/admin-submissions-mde.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Learn how to use the unified submissions feature in Microsoft Defen
44
search.appverid: met150
55
ms.date: 05/06/2024
66
ms.service: defender-endpoint
7-
ms.author: deniseb
8-
author: denisebmsft
9-
manager: deniseb
7+
ms.author: bagol
8+
author: batamig
9+
manager: bagol
1010
ms.localizationpriority: medium
1111
audience: ITPro
1212
ms.topic: how-to

0 commit comments

Comments
 (0)