Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

12 lines
346 B
Plaintext

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