mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
SSH: Add 22/tcp to likely_server_ports
This commit is contained in:
parent
a119247dd3
commit
e6aee5e159
1 changed files with 2 additions and 0 deletions
|
@ -76,6 +76,8 @@ redef record connection += {
|
||||||
ssh: Info &optional;
|
ssh: Info &optional;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
redef likely_server_ports += { 22/tcp };
|
||||||
|
|
||||||
event bro_init() &priority=5
|
event bro_init() &priority=5
|
||||||
{
|
{
|
||||||
Log::create_stream(SSH::LOG, [$columns=Info, $ev=log_ssh]);
|
Log::create_stream(SSH::LOG, [$columns=Info, $ev=log_ssh]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue