I ripped off the idea for EventShot from the tool regshot (takes snapshots of the registry), and applied that same thought to the event logs. The EventShot script simply takes a snapshot of the event log(s) you select, then takes a second snapshot after you're done with your analysis, diffs the two files and parses the output. EventScan can either scan the live system event logs against the EventLogIndicators directory of yara sigs or you can place event log files in the SCAN dir and search it with your yara sigs. Both the tools and the yara sigs together create a way for the analyst to fully scope and detect malware via the windows event logs. I recommend using the windows executable code versions of EventScan and EventShot, which are found in both the EventScan dir and the EventShot dir. Both need to be run as admin. EventShot - root directory contains a file called whitelist.txt. Already has a few processes that I added from performing my own malware analysis. You can add noisy processes to this file using python regex (i.e. Windows\system32\svchost.exe or you could just specify svchost.exe). It then searches the data= line.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
Serverless, real-time data analysis framework for incident detection and response.
Sysmon for Linux is a tool that monitors and logs system activity with advanced filtering to identify malicious activity.
Investigate malicious logons by visualizing and analyzing Windows Active Directory event logs with LogonTracer.
Windows Event Log Analyzer with logon timeline generator and noise reduction for fast forensics.