Skip to content

This tool aims at parsing Microsoft Protection logs to provide relevant data to forensic analysts during incident responses.

License

Notifications You must be signed in to change notification settings

Intrinsec/mplog_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mplog-Parser

Mplog-Parser parses Microsoft Protection log files to provide CSV files containing useful information to forensic investigators.

Build

Run the following command line with admin privileges :

pip install -U .

Usage

usage: mplog_parser [-h] [-d DIRECTORY] [-o OUTPUT]

optional arguments:
  -h, --help            show this help message and exit
  -d DIRECTORY, --directory DIRECTORY
                        Location of directory containing log files. NB: Admin rights are needed to access Windows Defender folder (default: C:\ProgramData\Microsoft\Windows Defender\Support\).  When specifying a custom directory, file names must be written following *MPLog-* pattern.
  -o OUTPUT, --output OUTPUT
                        Location of output folder. (default: None)

About

This tool aims at parsing Microsoft Protection logs to provide relevant data to forensic analysts during incident responses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages