An application stopped responding. ApplicationName and HangType are key.
Security tool hangs (AV, EDR, monitoring agents) may indicate resource exhaustion attacks or deliberate disruption.
Alert: hangs in security tools. Investigate resource usage on affected systems.
Application NameFaulting ModuleComputer Starting points — adapt the log source, projected fields and thresholds for your environment.
Event
| where EventLog == "Application" and EventID == 1002 // Application hang
// EventData holds: Application Name, Faulting Module, Computer
| project TimeGenerated, Computer, RenderedDescription
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Application" EventCode=1002
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# Application hang — add EventData fields: Application Name, Faulting Module, Computer`
Application hang. An application stopped responding. ApplicationName and HangType are key.
Event 1002 is written to the Application channel by Application. Logged by default in the Application channel; no audit policy required.
Alert: hangs in security tools. Investigate resource usage on affected systems.