zeek/doc/scripting/framework_notice_shortcuts_02.zeek
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

7 lines
176 B
Plaintext

@load policy/protocols/ssh/interesting-hostnames.zeek
@load base/protocols/ssh/
redef Notice::type_suppression_intervals += {
[SSH::Interesting_Hostname_Login] = 1day,
};