This lab demonstrates how to leverage Sysmon, Event Viewer, and PowerShell for effective log monitoring and detection on Windows systems.
Sysmon: Provides detailed system activity logging.
Windows Event Viewer: GUI for log visualization.
PowerShell: Automates querying and filtering logs.
Monitoring with Sysmon
Sysmon (System Monitor) extends Windows logging by capturing events like process creation, file changes, and network connections. Below are example queries using Get-WinEvent in PowerShell.