mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
12 lines
No EOL
320 B
Text
12 lines
No EOL
320 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);
|
|
} |