-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #900 from Qazeer/Mplog-Parser
Add Mplog-Parser to parse Windows Defender MPLog
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Description: 'Mplog-Parser: parses Microsoft Protection log files into CSV files' | ||
Category: Antivirus | ||
Author: Thomas DIOT (Qazeer) | ||
Version: 1.0 | ||
Id: 6084c8ab-2059-41a4-89f4-dba2cfdb4bb4 | ||
BinaryUrl: https://github.com/Qazeer/mplog_parser-compiled/releases/download/v1.0/mplog_parser.exe | ||
ExportFormat: csv | ||
Processors: | ||
- | ||
Executable: mplog_parser.exe | ||
CommandLine: -d "%SourceDirectory%\ProgramData\Microsoft\Windows Defender\Support" -o "%destinationDirectory%" | ||
ExportFormat: csv | ||
|
||
# Documentation | ||
# Mplog-Parser parses Microsoft Protection log files into a number of CSV files. | ||
# mplog_parser source: https://github.com/Intrinsec/mplog_parser | ||
# Compiled version: https://github.com/Qazeer/mplog_parser-compiled | ||
# Information on Windows Defender MPLog: | ||
# https://www.crowdstrike.com/blog/how-to-use-microsoft-protection-logging-for-forensic-investigations/ | ||
# https://www.intrinsec.com/hunt-mplogs/ | ||
# https://artefacts.help/windows_defender_support_logs.html |