chg: [coin-address] add a generic crypto address if the address format

is not known or supported
pull/415/head
Alexandre Dulaunoy 2023-09-28 10:06:02 +02:00
parent 364f747e9d
commit 64e37f4bc8
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 8 additions and 2 deletions

View File

@ -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
}