I’M GONNA HAVE TO
DATA SCIENCE
THE DFIR OUT OF THIS!
John Lukach blog.4n6ir.com @jblukach
DATA SCIENCE THE DFIR OUT OF THIS! John Lukach blog.4n6ir.com - - PowerPoint PPT Presentation
IM GONNA HAVE TO DATA SCIENCE THE DFIR OUT OF THIS! John Lukach blog.4n6ir.com @jblukach AGENDA DATA SOURCE CLEAN DATA ADD CONTEXT VISUALIZATION SYSMON System Monitor is a Windows system service and device driver that,
John Lukach blog.4n6ir.com @jblukach
System Monitor is a Windows system service and device driver that, once installed on a system, remains resident across system reboots to monitor and log system activity to the Windows event log. It provides detailed information about process creations, network connections, and changes to file creation time. https://technet.microsoft.com/en-us/sysinternals/sysmon
System Monitor does not provide collection or analysis of the events it generates, nor does it attempt to protect or hide itself from attackers. Sysmon64.exe -accepteula
Michael Hagg has compiled a great list of Sysmon resources! https://github.com/MHaggis/sysmon-dfir
A Transparent Proxy has the ability to intercept connections between clients and servers without being visible using Web Cache Communication Protocol (WCCPv2).
Willi Ballenthin released a pure Python parser for Windows Event Log files providing programmatic access to the File and Chunk headers, record templates and event entries. pip3 install python-evtx https://github.com/williballenthin/python-evtx
Willi Ballenthin released a Python script that builds historical process hierarchies from process auditing and Symon event logs. https://github.com/williballenthin/process-forest
http://detect-respond.blogspot.com/2013/03/the-pyramid-of-pain.html
https://github.com/jblukach/sysmon-forest
pip3 install geoip2
http://dev.maxmind.com/geoip/geoip2/geolite2/
pip3 install IPy
python3 sysmon-forest.py --sqlite Cerber.SQLite --evtx Cerber.evtx --insert
python3 sysmon-forest.py --sqlite Cerber.SQLite --stats
python3 sysmon-forest.py --sqlite Cerber.SQLite --rfc1918 --blah
python3 sysmon-forest.py --sqlite Cerber.SQLite --meta input.txt --bad
python3 sysmon-forest.py --sqlite Cerber.SQLite --tree
python3 sysmon-forest.py --sqlite Cerber.SQLite --detail {596b7bab-706f- 586a-0000-00108cba1c00}