* 'master' of https://github.com/spacepatcher/zeek:
  Add Windows Minidump file signature
This commit is contained in:
Jon Siwek 2019-06-28 12:10:55 -07:00
commit b6c4aa7d2e
3 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,8 @@
2.6-536 | 2019-06-28 12:10:55 -0700
* Add Windows Minidump file signature (Alexander Bolshakov)
2.6-534 | 2019-06-28 11:48:41 -0700 2.6-534 | 2019-06-28 11:48:41 -0700
* Change notices to be processed on worker. (Johanna Amann, Corelight) * Change notices to be processed on worker. (Johanna Amann, Corelight)

View file

@ -1 +1 @@
2.6-534 2.6-536

View file

@ -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/
}