From aa8f56c2bd39705198b60553bcf4f8c0a6cb4466 Mon Sep 17 00:00:00 2001 From: Richard van den Berg Date: Fri, 11 Sep 2015 13:01:43 +0200 Subject: [PATCH] hash-all-files.bro depends on base/files/hash --- scripts/policy/frameworks/files/hash-all-files.bro | 2 ++ 1 file changed, 2 insertions(+) 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);