mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
9 lines
468 B
Text
9 lines
468 B
Text
#separator \x7c\x7c
|
|
#path||ssh
|
|
#fields||t||id.orig_h||id.orig_p||id.resp_h||id.resp_p||status||country
|
|
#types||time||addr||port||addr||port||string||string
|
|
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||success||unknown
|
|
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||failure||US
|
|
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||fa\x7c\x7cure||UK
|
|
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||su\x7c\x7cess||BR
|
|
1315802040.006123||1.2.3.4||1234||2.3.4.5||80||failure||MX
|