mirror of https://github.com/MISP/misp-objects
chg: [coin-address] add a generic crypto address if the address format
is not known or supportedpull/415/head
parent
364f747e9d
commit
64e37f4bc8
|
@ -5,6 +5,11 @@
|
|||
"misp-attribute": "btc",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"address-crypto": {
|
||||
"description": "Generic cryptocurrency address if the format is not a standard BTC or XMR address",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"address-xmr": {
|
||||
"description": "Monero address used as a payment destination in a cryptocurrency",
|
||||
"misp-attribute": "xmr",
|
||||
|
@ -103,8 +108,9 @@
|
|||
"name": "coin-address",
|
||||
"requiredOneOf": [
|
||||
"address",
|
||||
"address-xmr"
|
||||
"address-xmr",
|
||||
"address-crypto"
|
||||
],
|
||||
"uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46",
|
||||
"version": 5
|
||||
"version": 6
|
||||
}
|
Loading…
Reference in New Issue