Non-local logons with -500 account
Description
Non-local logons with the built-in administrator (-500) account.
Query · kql
DeviceLogonEvents | where AccountSid endswith '-500' and parse_json(AdditionalFields).IsLocalLogon != true | join kind=leftanti IdentityLogonEvents on AccountSid // Remove the domain's built-in admin acccount