mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fixed a really dumb bug that was causing the malware hash registry script to break.
This commit is contained in:
parent
80b24513e7
commit
3391270527
1 changed files with 4 additions and 1 deletions
|
@ -7,9 +7,12 @@
|
||||||
@load base/frameworks/notice
|
@load base/frameworks/notice
|
||||||
@load base/protocols/http
|
@load base/protocols/http
|
||||||
|
|
||||||
|
module HTTP;
|
||||||
|
|
||||||
export {
|
export {
|
||||||
redef enum Notice::Type += {
|
redef enum Notice::Type += {
|
||||||
## If the MD5 sum of a file transferred over HTTP
|
## The MD5 sum of a file transferred over HTTP matched in the
|
||||||
|
## malware hash registry.
|
||||||
Malware_Hash_Registry_Match
|
Malware_Hash_Registry_Match
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue