From 64e37f4bc8a933b4ace86dad53cbf5022c1ec005 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 28 Sep 2023 10:06:02 +0200 Subject: [PATCH] chg: [coin-address] add a generic crypto address if the address format is not known or supported --- objects/coin-address/definition.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/objects/coin-address/definition.json b/objects/coin-address/definition.json index d40dcdf..6008bcb 100644 --- a/objects/coin-address/definition.json +++ b/objects/coin-address/definition.json @@ -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 } \ No newline at end of file