Module 4 · Windows Event Log Forensics — The IR Reference
Manish GargAssociate of (ISC)² · RingSafe
May 13, 20263 min read
Read as
100% Free
No signup. No paywall. No catch.One of our 10 most-requested practitioner modules — published in full so anyone can learn for free. We earn through consulting, not by gating knowledge.
Why this module exists. Windows Event Logs are the densest forensic data source on a Windows endpoint or domain controller. Every logon, every process launch, every PowerShell command, every credential operation leaves a trace — if you know which event ID to look for. This module is the IR-grade event-log reference: what to query, how to find lateral movement, and how to spot the cleanup attackers do.
Why this module exists. The defender’s biggest leverage in any Windows IR is the event log. The attacker’s biggest leverage in the same IR is knowing which events to clear. This module gives you the canonical event IDs, the queries that surface attacker activity, and the gaps that tell you something was cleaned.
The seven event logs that matter
Log
Why
Security
Logons, account changes, privilege use
System
Service starts/stops, time changes, system events
Application
Application errors, but also AV alerts, exploitation crashes
Microsoft-Windows-PowerShell/Operational
PowerShell module / script-block logging
Microsoft-Windows-Sysmon/Operational
Process creation, network connections, file creation — gold