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

8 lines
154 B
Plaintext

@load policy/protocols/ssh/interesting-hostnames.zeek
@load base/protocols/ssh/
redef Notice::emailed_types += {
SSH::Interesting_Hostname_Login
};