8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
@load policy/protocols/ssh/interesting-hostnames.zeek
|
|
@load base/protocols/ssh/
|
|
|
|
redef Notice::emailed_types += {
|
|
SSH::Interesting_Hostname_Login
|
|
};
|
|
|