Defender-IdentityLogonEvents
| ActionType | Title | Sample | Rule | ||||
|---|---|---|---|---|---|---|---|
| any | Identity logon activity | Y | Y | ||||
Logon| Identity logon succeeded | Y | Y | Logon | Identity logon failed | Y | N | |
any: Identity logon activity
#Example Event #
{
"AccountDisplayName": "Admin User",
"AccountDomain": "example.onmicrosoft.com",
"AccountName": "adminuser",
"AccountObjectId": "11111111-1111-1111-1111-111111111111",
"AccountUpn": "adminuser@example.onmicrosoft.com",
"ActionType": "LogonSuccess",
"AdditionalFields": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue",
"Pass-through authentication": "false",
"Request ID": "51e7884e-8af0-4749-9d00-e6ac3e500500"
},
"Application": "Microsoft 365",
"DeviceType": "Desktop",
"IPAddress": "203.0.113.10",
"ISP": "comcast cable communications llc",
"LastSeenForUser": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue",
"ActionType": -1,
"ActionType@odata.type": "#Int64",
"Application": 2,
"Application@odata.type": "#Int64",
"CountryCode": 0,
"CountryCode@odata.type": "#Int64",
"IPAddress": 2,
"IPAddress@odata.type": "#Int64",
"ISP": 2,
"ISP@odata.type": "#Int64",
"OSPlatform": 0,
"OSPlatform@odata.type": "#Int64",
"UserAgent": 0,
"UserAgent@odata.type": "#Int64"
},
"Location": "US",
"LogonType": "Consent:Set",
"OSPlatform": "OS X",
"ReportId": "53dfec95ca1a45178035ebb1f2790df9ddb143f65a4c941a6197f6e85326f159",
"Timestamp": "2026-08-01T16:29:39.595Z",
"UncommonForUser": [
"ActionType"
],
"UncommonForUser@odata.type": "#Collection(String)"
}
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 |
|---|---|---|---|---|
Image (kusto rule field) | eq | active directory | 2 rules | kusto |
Protocol (kusto rule field) | eq | Kerberos | 2 rules | kusto |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Kusto #
T1003, T1003.004
LogonSuccess: Identity logon succeeded
#Example Event #
{
"AccountDisplayName": "Admin User",
"AccountDomain": "example.onmicrosoft.com",
"AccountName": "adminuser",
"AccountObjectId": "11111111-1111-1111-1111-111111111111",
"AccountUpn": "adminuser@example.onmicrosoft.com",
"ActionType": "LogonSuccess",
"AdditionalFields": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue",
"Pass-through authentication": "false",
"Request ID": "51e7884e-8af0-4749-9d00-e6ac3e500500"
},
"Application": "Microsoft 365",
"DeviceType": "Desktop",
"IPAddress": "203.0.113.10",
"ISP": "comcast cable communications llc",
"LastSeenForUser": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue",
"ActionType": -1,
"ActionType@odata.type": "#Int64",
"Application": 2,
"Application@odata.type": "#Int64",
"CountryCode": 0,
"CountryCode@odata.type": "#Int64",
"IPAddress": 2,
"IPAddress@odata.type": "#Int64",
"ISP": 2,
"ISP@odata.type": "#Int64",
"OSPlatform": 0,
"OSPlatform@odata.type": "#Int64",
"UserAgent": 0,
"UserAgent@odata.type": "#Int64"
},
"Location": "US",
"LogonType": "Consent:Set",
"OSPlatform": "OS X",
"ReportId": "53dfec95ca1a45178035ebb1f2790df9ddb143f65a4c941a6197f6e85326f159",
"Timestamp": "2026-08-01T16:29:39.595Z",
"UncommonForUser": [
"ActionType"
],
"UncommonForUser@odata.type": "#Collection(String)"
}
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 |
|---|---|---|---|---|
ActionType (kusto rule field) | eq | LogonSuccess | 1 rule | kusto |
Protocol (kusto rule field) | eq | Kerberos | 1 rule | kusto |
Detection Rules #
Full rule details for this event, including ATT&CK technique mappings and native queries →Kusto #
Mitre Technique: Kerberoasting (T1558.003) @MattiasBorg82T1558, T1558.003
LogonFailed: Identity logon failed
#Example Event #
{
"AccountDisplayName": "Admin User",
"AccountDomain": "example.onmicrosoft.com",
"AccountName": "adminuser",
"AccountObjectId": "11111111-1111-1111-1111-111111111111",
"AccountUpn": "adminuser@example.onmicrosoft.com",
"ActionType": "LogonFailed",
"AdditionalFields": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue",
"Pass-through authentication": "false",
"Request ID": "51e7884e-8af0-4749-9d00-e6ac07500500"
},
"Application": "Microsoft 365",
"DeviceType": "Desktop",
"FailureReason": "The user or administrator has not consented to use the application. Send an interactive authorization request for this user and resource.",
"IPAddress": "203.0.113.10",
"ISP": "comcast cable communications llc",
"LastSeenForUser": {
"@odata.type": "#microsoft.graph.security.dynamicColumnValue"
},
"Location": "US",
"LogonType": "Login:reprocess",
"OSPlatform": "OS X",
"ReportId": "6e9b28e5ecf5a93be2031b2b58613fdaf29f08c47c0eafa8954e4cb6fb335d3f",
"Timestamp": "2026-08-01T16:29:35.813Z",
"UncommonForUser@odata.type": "#Collection(String)"
}