mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add conn.log entries for connections with unhandled IP protocols
This commit is contained in:
parent
a96515a2e8
commit
35ec9733c0
422 changed files with 97715 additions and 97282 deletions
|
@ -6,8 +6,8 @@
|
|||
#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
|
||||
XXXXXXXXXX.XXXXXX||1.2.3.4||1234||2.3.4.5||80||success||unknown
|
||||
XXXXXXXXXX.XXXXXX||1.2.3.4||1234||2.3.4.5||80||failure||US
|
||||
XXXXXXXXXX.XXXXXX||1.2.3.4||1234||2.3.4.5||80||fa\x7c\x7cure||UK
|
||||
XXXXXXXXXX.XXXXXX||1.2.3.4||1234||2.3.4.5||80||su\x7c\x7cess||BR
|
||||
XXXXXXXXXX.XXXXXX||1.2.3.4||1234||2.3.4.5||80||failure||MX
|
||||
XXXXXXXXXX.XXXXXX||-||-||-||-||success||unknown
|
||||
XXXXXXXXXX.XXXXXX||-||-||-||-||failure||US
|
||||
XXXXXXXXXX.XXXXXX||-||-||-||-||fa\x7c\x7cure||UK
|
||||
XXXXXXXXXX.XXXXXX||-||-||-||-||su\x7c\x7cess||BR
|
||||
XXXXXXXXXX.XXXXXX||-||-||-||-||failure||MX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue