CTM1 / win_ewf_extract

A Python framework for extracting artifacts from Windows Encase Disk Images
The Unlicense
0 stars 0 forks source link

Event Logs Extractor Implementation #14

Closed CTM1 closed 1 year ago

CTM1 commented 1 year ago

Extract all Event Logs as long as we know their names and filter them by EventID if we want, there is an example config file in config/events.yml

The .evtx files will be extracted .xml files will be created with the extracted events for each journal. The parsing to find the EventID is wonky but should work with every format.