mirror of https://github.com/MISP/PyMISP
chg: [PyMISP] describeTypes.json updated to add XMR type
parent
644337e615
commit
8f0bbab6e1
|
@ -213,6 +213,10 @@
|
||||||
"default_category": "Financial fraud",
|
"default_category": "Financial fraud",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
"xmr": {
|
||||||
|
"default_category": "Financial fraud",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
"iban": {
|
"iban": {
|
||||||
"default_category": "Financial fraud",
|
"default_category": "Financial fraud",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
|
@ -656,6 +660,7 @@
|
||||||
"target-location",
|
"target-location",
|
||||||
"target-external",
|
"target-external",
|
||||||
"btc",
|
"btc",
|
||||||
|
"xmr",
|
||||||
"iban",
|
"iban",
|
||||||
"bic",
|
"bic",
|
||||||
"bank-account-nr",
|
"bank-account-nr",
|
||||||
|
@ -1079,6 +1084,7 @@
|
||||||
],
|
],
|
||||||
"Financial fraud": [
|
"Financial fraud": [
|
||||||
"btc",
|
"btc",
|
||||||
|
"xmr",
|
||||||
"iban",
|
"iban",
|
||||||
"bic",
|
"bic",
|
||||||
"bank-account-nr",
|
"bank-account-nr",
|
||||||
|
|
Loading…
Reference in New Issue