diff --git a/scripts/policy/frameworks/files/hash-all-files.bro b/scripts/policy/frameworks/files/hash-all-files.bro index 74bea47bb9..f076abdd91 100644 --- a/scripts/policy/frameworks/files/hash-all-files.bro +++ b/scripts/policy/frameworks/files/hash-all-files.bro @@ -1,5 +1,7 @@ ##! Perform MD5 and SHA1 hashing on all files. +@load base/files/hash + event file_new(f: fa_file) { Files::add_analyzer(f, Files::ANALYZER_MD5);