Check Special Logon Audit configuration - https://blogs.technet.microsoft.com/jepayne/2015/11/26/tracking-lateral-movement-part-one-special-groups-and-specific-service-accounts/:
Query:
select * from registry where key='HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsaAudit'Additional Query Info:
Platform: windows
Interval: 86400
JSON:
{ "queries": { "AuditSpecialGroups": { "query" : "select * from registry where key='HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlLsaAudit'", "interval" : "86400", "platform" : "windows", "version": "", "description" : "Check Special Logon Audit configuration - https://blogs.technet.microsoft.com/jepayne/2015/11/26/tracking-lateral-movement-part-one-special-groups-and-specific-service-accounts/", "value" : "" } } }