Skip to content

Commit

Permalink
chg: [data] types updated to include the new zeek type
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Jan 30, 2019
1 parent bab8018 commit 6002bf3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pymisp/data/describeTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
"default_category": "Network activity",
"to_ids": 1
},
"zeek": {
"default_category": "Network activity",
"to_ids": 1
},
"pattern-in-file": {
"default_category": "Payload installation",
"to_ids": 1
Expand Down Expand Up @@ -657,6 +661,7 @@
"AS",
"snort",
"bro",
"zeek",
"pattern-in-file",
"pattern-in-traffic",
"pattern-in-memory",
Expand Down Expand Up @@ -1056,7 +1061,8 @@
"hex",
"cookie",
"hostname|port",
"bro"
"bro",
"zeek"
],
"Payload type": [
"comment",
Expand Down Expand Up @@ -1105,6 +1111,7 @@
"AS",
"snort",
"bro",
"zeek",
"pattern-in-file",
"pattern-in-traffic",
"pattern-in-memory",
Expand Down

0 comments on commit 6002bf3

Please sign in to comment.