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