zeek/scripts/policy/frameworks/intel/seen/file-hashes.bro
2013-08-13 13:21:31 -04:00

12 lines
No EOL
321 B
Text

@load base/frameworks/intel
@load ./where-locations
event file_hash(f: fa_file, kind: string, hash: string)
{
local seen = Intel::Seen($indicator=hash,
$indicator_type=Intel::FILE_HASH,
$f=f,
$where=Files::IN_HASH);
Intel::seen(seen);
}