mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
7 lines
153 B
Text
7 lines
153 B
Text
@load policy/protocols/ssh/interesting-hostnames.bro
|
|
@load base/protocols/ssh/
|
|
|
|
redef Notice::emailed_types += {
|
|
SSH::Interesting_Hostname_Login
|
|
};
|
|
|