chg: [data] types updated to include the new zeek type

pull/328/head
Alexandre Dulaunoy 2019-01-30 23:12:30 +01:00
parent bab80181f1
commit 6002bf3203
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 1 deletions

View File

@ -121,6 +121,10 @@
"default_category": "Network activity", "default_category": "Network activity",
"to_ids": 1 "to_ids": 1
}, },
"zeek": {
"default_category": "Network activity",
"to_ids": 1
},
"pattern-in-file": { "pattern-in-file": {
"default_category": "Payload installation", "default_category": "Payload installation",
"to_ids": 1 "to_ids": 1
@ -657,6 +661,7 @@
"AS", "AS",
"snort", "snort",
"bro", "bro",
"zeek",
"pattern-in-file", "pattern-in-file",
"pattern-in-traffic", "pattern-in-traffic",
"pattern-in-memory", "pattern-in-memory",
@ -1056,7 +1061,8 @@
"hex", "hex",
"cookie", "cookie",
"hostname|port", "hostname|port",
"bro" "bro",
"zeek"
], ],
"Payload type": [ "Payload type": [
"comment", "comment",
@ -1105,6 +1111,7 @@
"AS", "AS",
"snort", "snort",
"bro", "bro",
"zeek",
"pattern-in-file", "pattern-in-file",
"pattern-in-traffic", "pattern-in-traffic",
"pattern-in-memory", "pattern-in-memory",