Windows Event Viewer (eventvwr.msc) is the GUI to inspect the local Windows event logs. A CySA+ analyst must be fluent with the most important channels:
- Security — authentication (4624 success, 4625 failure, 4672 special privileges, 4688 process creation).
- System — service start/stop, drivers, OS components.
- Application — app crashes, .NET errors.
- Microsoft-Windows-Sysmon/Operational — when Sysmon is installed, this becomes the richest endpoint telemetry source on the box.
- Microsoft-Windows-PowerShell/Operational + ScriptBlockLogging.
XPath queries in Custom Views are essential for fast triage: *[System[EventID=4625]].