Add Windows Minidump file signature

This signature is relevant for process dumps on Windows that could be extracted by various tools. The unencrypted transmission of the dump of a critical system process (for example, lsass.exe) via network would be detected by this rule.
This commit is contained in:
Alexander Bolshakov 2019-06-28 14:43:38 +03:00 committed by GitHub
parent 7b56925b77
commit 1759205930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -414,3 +414,9 @@ signature file-vim-tmp {
file-mime "application/x-vim-tmp", 100
file-magic /^b0VIM/
}
# Windows Minidump
signature file-windows-minidump {
file-mime "application/x-windows-minidump", 50
file-magic /^MDMP/
}