mirror of https://github.com/MISP/PyMISP
chg: [describeTypes] updated to add community-id
parent
4de403c537
commit
1188b8c3aa
|
@ -125,6 +125,10 @@
|
||||||
"default_category": "Network activity",
|
"default_category": "Network activity",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
"community-id": {
|
||||||
|
"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
|
||||||
|
@ -666,6 +670,7 @@
|
||||||
"snort",
|
"snort",
|
||||||
"bro",
|
"bro",
|
||||||
"zeek",
|
"zeek",
|
||||||
|
"community-id",
|
||||||
"pattern-in-file",
|
"pattern-in-file",
|
||||||
"pattern-in-traffic",
|
"pattern-in-traffic",
|
||||||
"pattern-in-memory",
|
"pattern-in-memory",
|
||||||
|
@ -1075,7 +1080,8 @@
|
||||||
"hostname|port",
|
"hostname|port",
|
||||||
"bro",
|
"bro",
|
||||||
"zeek",
|
"zeek",
|
||||||
"anonymised"
|
"anonymised",
|
||||||
|
"community-id"
|
||||||
],
|
],
|
||||||
"Payload type": [
|
"Payload type": [
|
||||||
"comment",
|
"comment",
|
||||||
|
@ -1145,7 +1151,8 @@
|
||||||
"github-repository",
|
"github-repository",
|
||||||
"other",
|
"other",
|
||||||
"cortex",
|
"cortex",
|
||||||
"anonymised"
|
"anonymised",
|
||||||
|
"community-id"
|
||||||
],
|
],
|
||||||
"Financial fraud": [
|
"Financial fraud": [
|
||||||
"btc",
|
"btc",
|
||||||
|
|
Loading…
Reference in New Issue