A service failed to connect within the allowed time.
Timeout of security monitoring services may indicate resource exhaustion attack (filling disk/memory to crash agents) or service tampering.
Alert: timeout of security-critical services. Investigate resource usage on affected systems.
param1param2Computer Starting points — adapt the log source, projected fields and thresholds for your environment.
Event
| where EventLog == "System" and EventID == 7009 // A timeout was reached while waiting for service to connect
// EventData holds: param1, param2, Computer
| project TimeGenerated, Computer, RenderedDescription
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:System" EventCode=7009
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# A timeout was reached while waiting for service to connect — add EventData fields: param1, param2, Computer`
A timeout was reached while waiting for service to connect. A service failed to connect within the allowed time.
Event 7009 is written to the System channel by Service Control Manager / Kernel. Logged by default in the System channel; no audit policy required.
Alert: timeout of security-critical services. Investigate resource usage on affected systems.