mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
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:
parent
7b56925b77
commit
1759205930
1 changed files with 6 additions and 0 deletions
|
@ -414,3 +414,9 @@ signature file-vim-tmp {
|
||||||
file-mime "application/x-vim-tmp", 100
|
file-mime "application/x-vim-tmp", 100
|
||||||
file-magic /^b0VIM/
|
file-magic /^b0VIM/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Windows Minidump
|
||||||
|
signature file-windows-minidump {
|
||||||
|
file-mime "application/x-windows-minidump", 50
|
||||||
|
file-magic /^MDMP/
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue