Toolshed

A growing library of browser tools and deep technical guides for IT professionals.

← All guides

Windows Security Event IDs worth recognizing on sight

4 min read

Windows generates a lot of security events, and most of them don't matter for day-to-day triage. This is a curated set — not exhaustive, sourced from Microsoft's own auditing documentation — of the ones that come up constantly in real investigations, organized by what they're actually for.

Logon activity

Process and service activity

Account and group management

Kerberos authentication

Anti-forensics

Why the raw event alone is rarely the whole story

Almost every event above answers "what happened" but not "was it fine." A 4624 with a recognized account from an expected source is routine; the same event ID for the same account from an unfamiliar country at 3 AM is a different story entirely — the event ID tells you what category of thing to look at, not whether to be alarmed. That's the reason SIEM correlation rules exist rather than alerting on raw event IDs directly: the signal is almost always in the pattern and context, not the bare fact that an event fired at all.

Sources: Microsoft Learn, Audit Logon (4624, 4625, 4648); Event 4672; event descriptions for 4688, 4697, 4720, 4732, 4738, 4768, 4769, and 1102 cross-checked against their official Microsoft Learn event-reference pages.