mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-03 09:58:17 +02:00
10 lines
230 B
Plaintext
10 lines
230 B
Plaintext
@load frameworks/intel/seen
|
|
@load frameworks/intel/do_notice
|
|
@load frameworks/files/hash-all-files
|
|
|
|
redef Intel::read_files += {
|
|
fmt("%s/apt1-fqdn.dat", @DIR),
|
|
fmt("%s/apt1-md5.dat", @DIR),
|
|
fmt("%s/apt1-certs.dat", @DIR)
|
|
};
|