Skip to content

Commit 7d1e71e

Browse files
authored
Merge branch 'main' into docs-editor/microsoft-defender-endpoint-ma-1743007034
2 parents 03846c6 + 58227e0 commit 7d1e71e

18 files changed

+153
-33
lines changed

ATPDocs/docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"breadcrumb_path": "/azure-advanced-threat-protection/bread/toc.json",
3939
"searchScope": ["Defender for Identity"],
4040
"titleSuffix": "Microsoft Defender for Identity",
41-
"author": "batamig",
42-
"manager": "batamig",
43-
"ms.author": "bagol",
41+
"author": "AbbyMSFT",
42+
"manager": "AbbyMSFT",
43+
"ms.author": "abbyweisberg",
4444
"ms.collection": "M365-security-compliance",
4545
"ms.service": "microsoft-defender-for-identity",
4646
"uhfHeaderId": "MSDocsHeader-MicrosoftDefender",

ATPDocs/identity-inventory.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ You can use this information to help you prioritize devices for security posture
120120

121121
### Navigate to the Identity inventory page
122122

123-
Use relative links instead of absolute links.
124123
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.
125124

126125
### Related Articles
119 KB
Loading
97.9 KB
Loading
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
---
2+
title: Service Account Discovery
3+
description: The Service Accounts page provides a centralized location for customers to view and manage identity information across their environment, ensuring optimal visibility and a comprehensive experience.
4+
ms.topic: conceptual
5+
ms.date: 03/25/2025
6+
---
7+
8+
# Investigate and protect Service Accounts | Microsoft Defender for Identity
9+
10+
### What are Service Accounts?
11+
12+
Service accounts are specialized identities within Active Directory used to run applications, services, and automated tasks. These accounts often require elevated privileges to perform their designated job. However, because they can't authenticate in the same way as human accounts, they typically don't benefit from the increased security of modern authentication methods like MFA (multifactor authentication). Given their potential elevated privilege and the inherent limitations of the access policies that govern them, careful management and monitoring are crucial to ensure they don't become a security vulnerability.
13+
14+
Service accounts are classified into several types:
15+
16+
- gMSA (Group Managed Service Accounts): gMSAs provide a single identity solution for multiple services that require mutual authentication across multiple servers, as they allow Windows to handle password management, reducing administrative overhead.
17+
- sMSA (Managed Service Accounts): Designed for individual services on a single server rather than groups.
18+
- User Account: These standard user accounts are typically used for interactive logins but can also be configured to run services.
19+
20+
The auto discovery feature quickly identifies gMSA and sMSA accounts as well as user accounts within Active Directory that meet specific criteria and classifies them as service accounts. These accounts are then highlighted and presented, along with relevant information including insights into recent authentications and the sources and destinations of those interactions, as part of a dedicated inventory within the Defender experience. This helps you better understand the accounts' purpose so you can more easily spot anomalous activity and understand its implications.
21+
22+
Service account types are displayed in the Identity Info table within Advanced Hunting.
23+
24+
## Service accounts page
25+
26+
#### Navigate to the Service accounts page
27+
28+
In the Defender XDR portal at [https://security.microsoft.com](https://security.microsoft.com), go to Identities > Service Accounts.
29+
30+
The following image depicts the Service accounts page:
31+
32+
:::image type="content" source="media/service-accounts-page.png" alt-text="Screenshot of the Service accounts page in the Defender portal." lightbox="media/service-accounts-page.png":::
33+
34+
### Customize the page view
35+
36+
There are several options you can choose from to customize the identities list view. On the top navigation you can:
37+
38+
- Add or remove columns.
39+
40+
- Apply filters.
41+
42+
- Export the list to a CSV file.
43+
44+
- Sort and filter the Service accounts list.
45+
46+
> [!NOTE]
47+
> When exporting the service accounts list to a CSV file, a maximum of 2,000 service accounts are displayed.
48+
49+
### Service account details
50+
51+
- Total: The total number of service accounts listed.
52+
53+
- Managed: The total number of service accounts that are gMSA (Group Managed Service Accounts) or sMSA (Managed Service Accounts).
54+
55+
- User: The total number of standard user accounts used for interactive logins or configured to run services.
56+
57+
- Critical: The total number of service accounts identified as critical.
58+
59+
You can use the sort and filter functionality on each service account tab to get a more focused view.
60+
61+
| Service account details | Description |
62+
|---------|---------|
63+
|**Display name** | The full name of the service account as shown in the directory.
64+
|**SID** | The Security Identifier, a unique value used to identify the identity in Active Directory. |
65+
|**Domain** | The Active Directory domain to which the identity belongs. |
66+
|**Type** | Specifies if the service account is gMSA (Group Managed Service Accounts), sMSA (Managed Service Accounts) or a user account. |
67+
|**Criticality level** | Indicates the critical level of the service account, ranging from low to very high. |
68+
|**Tags** | Sensitive or Honey Token |
69+
|**Auth protocols** | Lists the available methods for verifying user identities, for example, Kerberos and NTLM (New Technology LAN Manager). |
70+
|**Sources** | The number of potential source logins. |
71+
|**Destinations** | When a service account is trying to access a destination server, the request is directed to the target system, which can include a number of resources on that server. These resources might be a database, a file server, or other services hosted on the server. |
72+
|**Connections** | The number of unique connections made between sources and destinations. |
73+
|**Created** |The timestamp when the service account was first created. |
74+
|**Last updated** | The timestamp of the most recent update to the service account. |
75+
|
76+
77+
### Connections
78+
79+
80+
For a deeper dive into what's happening in your service account click on the domain name to see the following information:
81+
82+
When you investigate a specific Service account, you'll see the following details under the connections tab:
83+
84+
:::image type="content" source="media/Screenshot-of-the-connections-page.png" alt-text="Screenshot of the connections page." lightbox="media/Screenshot-of-the-connections-page.png":::
85+
86+
|Service account connection details |Description |
87+
|---------|---------|
88+
|Source | Where the network traffic or request originates from. |
89+
|Source type | What kind of device or system is initiating the request. For example, server, workstation or domain controller. |
90+
|Source risk | Identicates the risk posed to the source from no risk to high risk. |
91+
|Destination | Where the request is being directed to. The target system that the service account is trying to access. For example, when trying to access a destination server, there can be multiple resources on that server (for example, a database and a file-server). |
92+
|Destination type | Server, Workstation, or Domain controller. |
93+
|Auth protocols | Kerberos and NTLM |
94+
|Service Class | The services within a network that define the type of service being provided, often used for authentication and resource management. These include: Lightweight Directory Access Protocol (LDAP), Common Internet File System (CIFS), Remote Procedure Call (RPC), Remote Procedure Call Subsystem (RPCSS), "HTTP," Terminal Services (TERMSRV), and "HOST" |
95+
|Count | How many sign in events occurred over this connection in the last 180 days.
96+
Last seen | The date and time of the most recent sign in event over this connection. |
97+
98+
99+
100+
For more information about the following tabs, **Overview**, **Incidents and alerts**,**Observed in organization**, **Timeline**, and **Attack paths**, see: [Investigate assets](/defender-for-identity/investigate-assets#identity-details).
101+
102+
103+
If you run into any problems, we're here to help. To get assistance or support for your product issue, see how to open a support ticket at [Microsoft Defender for Identity support](support.md).

ATPDocs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ items:
128128
href: identity-inventory.md
129129
- name: Investigate assets
130130
href: investigate-assets.md
131+
- name: Service accounts
132+
href: service-account-discovery.md
131133
- name: Lateral movement paths
132134
items:
133135
- name: Understand and investigate lateral movement paths

ATPDocs/whats-new.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,27 @@ For updates about versions and features released six months ago or earlier, see
2424

2525
## March 2025
2626

27+
### New Service Account Discovery page
28+
29+
30+
Microsoft Defender for Identity now includes a Service Account Discovery capability, offering you centralized visibility into service accounts across your Active Directory environment.
31+
32+
This update provides:
33+
34+
- Automatic identification of Group Managed Service Accounts, Managed Service Accounts, and user accounts operating as service accounts.
35+
36+
- A centralized Service Accounts inventory, displaying key attributes like account type, authentication type, unique connections, last log-on, service class and criticality.
37+
38+
- A Service Account details page, including an overview, a timeline of activities, alerts, and a new connections tab.
39+
40+
For more information, see: [Investigate and protect Service Accounts | Microsoft Defender for Identity](service-account-discovery.md).
41+
42+
2743
### New Health Issue
2844

2945
New [health issue](health-alerts.md#network-configuration-mismatch-for-sensors-running-on-vmware) for cases where sensors running on VMware have network configuration mismatch.
3046

31-
### Enhanced Identity Inventory (Preview)
47+
### Enhanced Identity Inventory
3248

3349
The Identities page under *Assets* has been updated to provide better visibility and management of identities across your environment.
3450
The updated Identities Inventory page now includes the following tabs:

CloudAppSecurityDocs/docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"breadcrumb_path": "/defender-cloud-apps/breadcrumb/toc.json",
3838
"searchScope": ["Defender for Cloud Apps"],
3939
"titleSuffix": "Microsoft Defender for Cloud Apps",
40-
"author": "batamig",
41-
"manager": "raynew",
42-
"ms.author": "bagol",
40+
"author": "AbbyMSFT",
41+
"manager": "AbbyMSFT",
42+
"ms.author": "abbyweisberg",
4343
"ms.collection": "M365-security-compliance",
4444
"ms.service": "defender-for-cloud-apps",
4545
"ms.suite": "ems",

defender-office-365/submissions-teams.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.collection:
1616
ms.custom:
1717
description: "Admins can configure whether users can report malicious message in Microsoft Teams."
1818
ms.service: defender-office-365
19-
ms.date: 03/13/2025
19+
ms.date: 03/31/2025
2020
appliesto:
2121
- ✅ <a href="https://learn.microsoft.com/defender-office-365/mdo-about#defender-for-office-365-plan-1-vs-plan-2-cheat-sheet" target="_blank">Microsoft Defender for Office 365 Plan 2</a>
2222
- ✅ <a href="https://learn.microsoft.com/defender-xdr/microsoft-365-defender" target="_blank">Microsoft Defender XDR</a>
@@ -28,7 +28,7 @@ appliesto:
2828

2929
In organizations with Microsoft Defender for Office 365 Plan 2 or Microsoft Defender XDR, admins can decide whether users can report malicious messages in Microsoft Teams. Admins can also get visibility into the Teams messages that users are reporting.
3030

31-
Users can report messages in Teams from chats, standard channels and meeting conversations. Users can only report messages as malicious.
31+
Users can report messages in Teams from chats, including chats with external users, standard channels, and meeting conversations. Users can only report messages as malicious.
3232

3333
> [!NOTE]
3434
> User reporting of messages in Teams is not supported in U.S. Government organizations (Microsoft 365 GCC, GCC High, and DoD).

includes/unified-soc-preview-no-alert.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "include file"
33
description: "include file"
4-
ms.date: 10/16/2024
5-
manager: dansimp
6-
ms.author: cwatson
7-
author: cwatson-cat
4+
ms.date: 03/30/2025
5+
manager: orspodek
6+
ms.author: bagol
7+
author: batamig
88
ms.service: microsoft-365-security
99
ms.topic: include
1010
ms.custom: "include file"

0 commit comments

Comments
 (0)