mirror of https://github.com/MISP/PyMISP
chg: [types] added azure-application-id
parent
1cb03f98ea
commit
34a112c41b
|
@ -276,6 +276,7 @@
|
||||||
"anonymised",
|
"anonymised",
|
||||||
"attachment",
|
"attachment",
|
||||||
"authentihash",
|
"authentihash",
|
||||||
|
"azure-application-id",
|
||||||
"cdhash",
|
"cdhash",
|
||||||
"chrome-extension-id",
|
"chrome-extension-id",
|
||||||
"comment",
|
"comment",
|
||||||
|
@ -546,6 +547,10 @@
|
||||||
"default_category": "Payload delivery",
|
"default_category": "Payload delivery",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
"azure-application-id": {
|
||||||
|
"default_category": "Payload delivery",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
"bank-account-nr": {
|
"bank-account-nr": {
|
||||||
"default_category": "Financial fraud",
|
"default_category": "Financial fraud",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
|
|
Loading…
Reference in New Issue