Defender-IdentityInfo
| ActionType | Title | Sample | Rule |
|---|---|---|---|
| any | Identity information | Y | Y |
any: Identity information
#Fields #
| Name | Description |
|---|---|
Timestamp | |
ReportId | |
AccountObjectId | |
AccountUpn | |
OnPremSid | |
AccountDisplayName | |
AccountName | |
AccountDomain | |
CriticalityLevel | |
DistinguishedName | |
CloudSid | |
GivenName | |
Surname | |
Department | |
JobTitle | |
EmailAddress | |
City | |
Country | |
IsAccountEnabled | |
Manager | |
CreatedDateTime | |
SourceProvider | |
ChangeSource | |
RiskLevel | |
RiskLevelDetails | |
Tags | |
AssignedRoles | |
GroupMembership |
Example Event #
{
"AccountDisplayName": "Admin User",
"AccountDomain": "example.onmicrosoft.com",
"AccountName": "Admin User",
"AccountObjectId": "11111111-1111-1111-1111-111111111111",
"AccountUpn": "adminuser@example.onmicrosoft.com",
"AssignedRoles": [
"Global Administrator"
],
"AssignedRoles@odata.type": "#Collection(String)",
"ChangeSource": "AzureActiveDirectory",
"CloudSid": "S-1-12-1-2203833961-1078582856-4269134526-4172038298",
"CreatedDateTime": "2026-01-17T02:18:03Z",
"CriticalityLevel": 0,
"EmailAddress": "adminuser@example.onmicrosoft.com",
"GivenName": "Admin",
"IdentityEnvironment": "Cloud",
"IdentityId": "User_00000000-0000-0000-0000-000000000001_678ad294-74ae-4dbd-b59a-8e861a00b5e0",
"IsAccountEnabled": 1,
"IsAccountEnabled@odata.type": "#SByte",
"Phone": "4085680442",
"ReportId": "90b0aba9-1b2e-44f6-93aa-ee0de4ecea16",
"RiskScore": 100,
"RiskScoreUpdateTime": "2026-07-28T10:09:58.0875151Z",
"SourceProvider": "AzureActiveDirectory",
"SourceProviders": [
"AzureActiveDirectory"
],
"SourceProviders@odata.type": "#Collection(String)",
"Surname": "User",
"Tags@odata.type": "#Collection(String)",
"Timestamp": "2026-08-01T16:32:12.9121755Z",
"Type": "User"
}
Detection Patterns #
Lateral Movement: Distributed Component Object Model
1 rule
Common Indicators #
Field/value combinations most frequently checked by detection rules targeting this event, derived from cross-vendor predicate analysis.
| Field | Kind | Value | Rules | Vendors |
|---|---|---|---|---|
Type (kusto rule field) | eq | account | 5 rules | kusto |
Type (kusto rule field) | eq | ip | 4 rules | kusto |
ActivityType (kusto rule field) | in | FailedLogOn | 3 rules | kusto |
ActivityType (kusto rule field) | in | LogOn | 3 rules | kusto |
Category (kusto rule field) | eq | usermanagement | 3 rules | kusto |
EntityIp (kusto rule field) | is_not_null | | 3 rules | kusto |
ProductName (kusto rule field) | in | Azure Active Directory Identity Protection | 3 rules | kusto |
ProductName (kusto rule field) | in | Microsoft Cloud App Security | 3 rules | kusto |
ProductName (kusto rule field) | in | Azure Active Directory | 2 rules | kusto |
ProductName (kusto rule field) | in | Microsoft 365 Defender | 2 rules | kusto |
ProductName (kusto rule field) | in | Microsoft Defender ATP | 2 rules | kusto |
SourceIPAddress (kusto rule field) | is_not_null | | 3 rules | kusto |
AccountDisplayName (kusto rule field) | is_not_null | | 2 rules | kusto |
AccountObjectId (kusto rule field) | is_not_null | | 2 rules | kusto |
ActionType (kusto rule field) | eq | Success | 2 rules | kusto |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Kusto #
T1078, T1078.004T1078, T1078.004T1078, T1106, T1526