Skip to content

Commit 2cb1f8b

Browse files
authored
Merge branch 'main' into diannegali-incidentdesc
2 parents 42e579c + 58fb618 commit 2cb1f8b

File tree

439 files changed

+4649
-3532
lines changed

Some content is hidden

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

439 files changed

+4649
-3532
lines changed

.github/workflows/AutoLabelMsftContributor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3232
secrets:
3333
AccessToken: ${{ secrets.GITHUB_TOKEN }}
34-
TeamReadAccessToken: ${{ secrets.ORG_READTEAMS_TOKEN }}
34+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
35+
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}

.github/workflows/StaleBranch.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: (Scheduled) Stale branch removal
2+
3+
permissions:
4+
contents: write
5+
6+
on:
7+
schedule:
8+
- cron: "0 */12 * * *"
9+
10+
workflow_dispatch:
11+
12+
13+
jobs:
14+
15+
stale-branch:
16+
uses: MicrosoftDocs/microsoft-365-docs/.github/workflows/Shared-StaleBranch.yml@workflows-prod
17+
with:
18+
PayloadJson: ${{ toJSON(github) }}
19+
RepoBranchSkipList: '[
20+
"ExampleBranch1",
21+
"ExampleBranch2"
22+
]'
23+
ReportOnly: true
24+
secrets:
25+
AccessToken: ${{ secrets.GITHUB_TOKEN }}

.openpublishing.redirection.defender-endpoint.json

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
},
8383
{
8484
"source_path": "defender-endpoint/linux-support-rhel.md",
85-
"redirect_url": "/defender-endpoint/comprehensive-guidance-on-linux-deployment",
86-
"redirect_document_id": true
85+
"redirect_url": "/defender-endpoint/linux-installer-script",
86+
"redirect_document_id": false
8787
},
8888
{
8989
"source_path": "defender-endpoint/pilot-deploy-defender-endpoint.md",
@@ -94,6 +94,31 @@
9494
"source_path": "defender-endpoint/monthly-security-summary-report.md",
9595
"redirect_url": "/defender-endpoint/threat-protection-reports#monthly-security-summary",
9696
"redirect_document_id": true
97-
}
97+
},
98+
{
99+
"source_path": "defender-endpoint/run-analyzer-macos-linux.md",
100+
"redirect_url": "/defender-endpoint/overview-client-analyzer",
101+
"redirect_document_id": true
102+
},
103+
{
104+
"source_path": "defender-endpoint/download-client-analyzer.md",
105+
"redirect_url": "/defender-endpoint/overview-client-analyzer",
106+
"redirect_document_id": false
107+
},
108+
{
109+
"source_path": "defender-endpoint/schedule-antivirus-scan-in-mde.md",
110+
"redirect_url": "/defender-endpoint/schedule-antivirus-scan-anacron",
111+
"redirect_document_id": true
112+
},
113+
{
114+
"source_path": "defender-endpoint/comprehensive-guidance-on-linux-deployment.md",
115+
"redirect_url": "/defender-endpoint/linux-installer-script",
116+
"redirect_document_id": true
117+
},
118+
{
119+
"source_path": "defender-endpoint/linux-schedule-scan-mde.md",
120+
"redirect_url": "/defender-endpoint/schedule-antivirus-scan-crontab",
121+
"redirect_document_id": true
122+
}
98123
]
99124
}

.openpublishing.redirection.defender-xdr.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,16 @@
304304
"source_path": "defender-xdr/feedback.md",
305305
"redirect_url": "/defender-xdr/m365d-enable-faq",
306306
"redirect_document_id": false
307-
},
307+
},
308+
{
309+
"source_path": "defender-xdr/microsoft-365-defender-integration-with-azure-sentinel.md",
310+
"redirect_url": "/azure/sentinel/microsoft-365-defender-sentinel-integration",
311+
"redirect_document_id": false
312+
},
313+
{
314+
"source_path": "defender-xdr/microsoft-365-security-center-defender-cloud.md",
315+
"redirect_url": "/azure/defender-for-cloud/concept-integration-365",
316+
"redirect_document_id": false
317+
}
308318
]
309319
}

ATPDocs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Microsoft Defender for Identity monitors your domain controllers by capturing an
1212

1313
The following image shows how Defender for Identity is layered over Microsoft Defender XDR, and works together with other Microsoft services and third-party identity providers to monitor traffic coming in from domain controllers and Active Directory servers.
1414

15-
:::image type="content" source="media/architecture/architecture.png" alt-text="Diagram of the Defender for Identity architecture." border="false":::
15+
:::image type="content" source="media\diagram-of-the-defender-for-identity-architecture.png" alt-text="Diagram of the Defender for Identity architecture." border="false":::
1616

1717
Installed directly on your domain controller, Active Directory Federation Services (AD FS), or Active Directory Certificate Services (AD CS) servers, the Defender for Identity sensor accesses the event logs it requires directly from the servers. After the logs and network traffic are parsed by the sensor, Defender for Identity sends only the parsed information to the Defender for Identity cloud service.
1818

ATPDocs/health-alerts.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ This section describes all the health issues for each component, listing the cau
3939

4040
Sensor-specific health issues are displayed in the **Sensor health issues** tab and domain related or aggregated health issues are displayed in the **Global health issues** tab as detailed in the following tables:
4141

42+
### Network configuration mismatch for sensors running on VMware
43+
44+
|Alert|Description|Resolution|Severity|Displayed in|
45+
|----|----|----|----|----|
46+
|The virtual machines that the listed Defender for Identity sensors are installed on has a network configuration mismatch. This issue may affect the performance and reliability of the sensors.|Review the network interface settings, including disabling the Large Send Offload (LSO), and follow the instructions in [here](https://aka.ms/mdi/vmware-sensor-issue).|High|Sensors health issues tab|
47+
4248
### A domain controller is unreachable by a sensor
4349

4450
|Alert|Description|Resolution|Severity|Displayed in|

ATPDocs/identity-inventory.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
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+
title: Identity inventory
7+
description: The Identity Inventory provides a centralized location for customers to view and manage identity information across their environment, ensuring optimal visibility and a comprehensive experience. The updated Identities Inventory page, located under Assets in Defender XDR portal
8+
author: LiorShapiraa # GitHub alias
9+
ms.author: liorshapira
10+
ms.service: microsoft-defender-for-identity
11+
ms.topic: article
12+
ms.date: 03/13/2025
13+
---
14+
15+
# Identity inventory
16+
17+
__Applies to:__
18+
19+
- [Microsoft Defender for Identity](https://aka.ms/aatp/docs)
20+
21+
- [Microsoft Defender for Cloud Apps](/defender-cloud-apps/)
22+
23+
- [Microsoft Defender XDR](/defender-xdr)
24+
25+
The __Identity inventory__ provides a centralized view of all identities in your organization, enabling you to monitor and manage them efficiently. At a glance, you can see key details such as Domain, Tags, Type, and other attributes, helping you quickly identify and manage identities that require attention.
26+
27+
The Identities inventory page includes the following tabs:
28+
29+
- **Identities**: A consolidated view of identities across Active Directory, Entra ID. This Identities tab highlights key details, including identity types, and user's information.
30+
31+
- **Cloud application accounts:** Displays a list of cloud application accounts, including those from application connectors and third-party sources (original available in the previous version based on Microsoft Defender for Cloud Apps). Learn more about [Cloud application accounts from connected apps.](/defender-cloud-apps/accounts)
32+
33+
There are several options you can choose from to customize the identities list view. On the top navigation you can:
34+
35+
- Add or remove columns.
36+
37+
- Apply filters.
38+
39+
- Search for an identity by name or full UPN, Sid and Object ID.
40+
41+
- Export the list to a CSV file.
42+
43+
- Copy list link with the included filters configured.
44+
45+
## ![A screenshot of identity inventory page.](media/identity-inventory/inventory11.png)
46+
47+
### Identity details
48+
49+
The **Identities** list offers a consolidated view of identities across Active Directory and Entra ID. It highlights key details, including the following columns by default:
50+
51+
- __Display name__ – The full name of the identity as shown in the directory.
52+
53+
- __SID__ – The Security Identifier, a unique value used to identify the identity in Active Directory.
54+
55+
- __Domain__ – The Active Directory domain to which the identity belongs.
56+
57+
- __Object ID__ – A unique identifier for the identity in Entra ID.
58+
59+
- __Source__ – Indicates whether the identity is on-premises (originate from Active Directory), Cloud only (Entra ID) or Hybrid (synced from AD to Entra ID).
60+
61+
- __Type__ – Specifies if the identity is a user account or service account.
62+
63+
- __UPN (User Principal Name)__ – The unique login name of the identity in an email-like format.
64+
65+
- __Tags__ – Custom labels that help categorize or classify identities: Sensitive and Honeytoken.
66+
67+
- __Created time__ – The timestamp when the identity was first created.
68+
69+
- __Criticality level__ – Indicates the critical level of the identity.
70+
71+
- __Account status__ – Shows whether the identity is enabled or disabled.
72+
73+
- __Last updated__ – The timestamp of the most recent update to the identity's attributes in Active Directory.
74+
75+
Non-default columns: Email and Entra ID risk level.  
76+
77+
> [!TIP]
78+
> To see all columns, you likely need to do one or more of the following steps:
79+
> - Horizontally scroll in your web browser.
80+
> - Narrow the width of appropriate columns.
81+
> - Zoom out in your web browser.
82+
83+
### Sort and filter the Identities list
84+
85+
You can apply the following filters to limit the list of identities and get a more focused view:
86+
87+
- Domain
88+
89+
- Type
90+
91+
- Source
92+
93+
- Tags
94+
95+
- Criticality level
96+
97+
- Account status
98+
99+
Sort option applies to Display name, Domain and Created time columns.
100+
101+
### Identity inventory insights
102+
103+
- The __Classify critical assets__ card allows you to define identity groups as business critical. For more information, see [Microsoft Security Exposure Management](/security-exposure-management/microsoft-security-exposure-management).
104+
105+
- **Highly privileged identities** card helps you investigate in Advanced hunting all sensitive accounts in your organization, including Entra ID security administrators and Global admin users.
106+
107+
- **Critical Active Directory service accounts** card helps you quickly identify all Active Directory accounts designated as critical, making it easier to focus on identities most at risk.
108+
109+
At the top of each device inventory tab, the following device counts are available:
110+
111+
- __Total__: The total number of identities.
112+
113+
- __Critical:__ The number of your critical assets.
114+
115+
- **Disabled:** The number of all disabled identities in your organization.
116+
117+
- **Services:** The number of all service accounts both on-premises and cloud.
118+
119+
You can use this information to help you prioritize devices for security posture improvements.
120+
121+
### Navigate to the Identity inventory page
122+
123+
Use relative links instead of absolute links.
124+
In the Defender XDR portal at [https://security.microsoft.com](https://security.microsoft.com), go to Assets > Identities. Or, to navigate directly to the [identity inventory](/defender-for-identity/identity-inventory) page.
125+
126+
### Related Articles
127+
128+
- [Investigate cloud application accounts](/defender-cloud-apps/accounts)
129+
130+
- [Investigate users in Microsoft Defender XDR](/defender-xdr/investigate-users)
131+
132+
- [Investigate assets in Microsoft Defender for Identity](/defender-for-identity/investigate-assets)
133+

ATPDocs/investigate-assets.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,10 @@ When you investigate a specific identity, you'll see the following details on an
6363
|[Remediation actions](/microsoft-365/security/defender/investigate-users#remediation-actions) | Respond to compromised users by disabling their accounts or resetting their password. After taking action on users, you can check on the activity details in the Microsoft Defender XDR **Action center.|
6464

6565
> [!NOTE]
66-
> **Investigation Priority Score** has been deprecated on December 3, 2025. As a result, both the Investigation Priority Score breakdown and the scored activity timeline cards have been removed from the UI.
66+
> **Investigation Priority Score** has been deprecated on December 3, 2024. As a result, both the Investigation Priority Score breakdown and the scored activity timeline cards have been removed from the UI.
67+
68+
6769

68-
6970
For more information, see [Investigate users](/microsoft-365/security/defender/investigate-users) in the Microsoft Defender XDR documentation.
7071

7172
## Investigation steps for suspicious groups

ATPDocs/manage-security-alerts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: how-to
88
# Investigate Defender for Identity security alerts in Microsoft Defender XDR
99

1010
> [!NOTE]
11-
> Defender for Identity is not designed to serve as an auditing or logging solution that captures every single operation or activity on the servers where the sensor is installed. It only captures the data required for its detection and recommendation mechanisms.
11+
> Defender for Identity isn't designed to serve as an auditing or logging solution that captures every single operation or activity on the servers where the sensor is installed. It only captures the data required for its detection and recommendation mechanisms.
1212
1313
This article explains the basics of how to work with Microsoft Defender for Identity security alerts in [Microsoft Defender XDR](/microsoft-365/security/defender/overview-security-center).
1414

@@ -87,7 +87,7 @@ On the right pane, you'll see the **Alert details**. Here you can see more detai
8787
You can also export the alert to an Excel file. To do this, select **Export.**
8888

8989
> [!NOTE]
90-
> In the Excel file, you now have two links available: **View in Microsoft Defender for Identity** and **View in Microsoft Defender XDR**. Each link will bring you to the relevant portal, and provide information about the alert there.
90+
> Alert export option is limited to Microsoft Defender for Identity Alerts with the "aa" prefix, for more information refer to [XDR Alert Sources](https://learn.microsoft.com/defender-xdr/investigate-alerts?tabs=settings#alert-sources).
9191
9292
## Tuning alerts
9393

305 KB
Loading

0 commit comments

Comments
 (0)