mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
9 lines
255 B
Text
9 lines
255 B
Text
#separator \x09
|
|
#path ssh
|
|
#fields id.orig_p id.resp_h id.resp_p status country
|
|
#types port addr port string string
|
|
1234 2.3.4.5 80 success unknown
|
|
1234 2.3.4.5 80 failure US
|
|
1234 2.3.4.5 80 failure UK
|
|
1234 2.3.4.5 80 success BR
|
|
1234 2.3.4.5 80 failure MX
|