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