AutoParser is a forensic tool for parsing offline registry hives in order to extract forensic artifacts, which includes auto startup programs, lateral movement, archive files history, and other valuable artifacts.
- Parse offline registry hives.
- Replay transaction logs against the hive.
- Provide the timestamps of Windows registry keys creation.
- Compatible with the Kuiper platform.
- Support multiple output formats (CSV and JSON).
- Install Python 3
- Install tool's dependences:
pip3 install -r requirment.txt
Below command will pares with all plugins using '-a' switch:
python3 AutoParser.py -a -p [path to folder of all registry hives] -o [path to results folder]
- The results will be in folder that specified in command and each plugin results will be in separate file.
this project depends on:
https://www.microsoftpressstore.com/articles/article.aspx?p=2762082&seqNum=2