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