zeek/doc/scripting/framework_notice_shortcuts_02.bro
2014-06-07 12:31:32 -05:00

6 lines
175 B
Text

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