Query Details
let suspicious_device_name = dynamic([
"kali"
]);
union isfuzzy=true
IdentityLogonEvents,
IdentityQueryEvents,
IdentityDirectoryEvents,
SecurityEvent
| where DeviceName has_any (suspicious_device_name) or WorkstationName has_any (suspicious_device_name)
This query looks for any logon, query, directory, or security events where the device name or workstation name contains the word "kali."

Jose Sebastián Canós
Released: May 24, 2024
Tables
Keywords
Operators