The document discusses using Windows event logs to detect advanced attacks and malware. It provides the following key points:
1. Six main Windows event IDs (4688, 4624, 5140, 5156, 7045, 4663) can be monitored and alerted on to detect a variety of malware and hacker activity.
2. Real examples are shown of how logs caught commodity malware, PowerShell logging bypasses, and the multi-stage WinNTI attack in action.
3. Tips are provided on enabling command line logging, using lookup lists to reduce noise, and sample Splunk queries to analyze key events like new processes started and logon activity.
4. Attendees