ExploitGuardStats (1)
Description
Get stats on ExploitGuard blocks - count events and machines per rule.
Query · kql
// View ExploitGuard audit events - but remove repeating events (e.g. multiple events with same machine, rule, file and process) DeviceEvents | where ActionType startswith "ExploitGuard" and ActionType endswith "Audited" | summarize Timestamp =max(Timestamp) by DeviceName, ActionType,FileName, FolderPath, InitiatingProcessCommandLine, InitiatingProcessFileName, InitiatingProcessFolderPath, InitiatingProcessId, SHA1