From bb0788e26705a12080af174f75e6251ba319299c Mon Sep 17 00:00:00 2001 From: c-goes Date: Mon, 4 Dec 2017 15:37:39 +0100 Subject: [PATCH 1/2] added coin-address object --- objects/coin-address/definition.json | 60 ++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 objects/coin-address/definition.json diff --git a/objects/coin-address/definition.json b/objects/coin-address/definition.json new file mode 100644 index 0000000..5493414 --- /dev/null +++ b/objects/coin-address/definition.json @@ -0,0 +1,60 @@ +{ + "requiredOneOf": [ + "address" + ], + "attributes": { + "address": { + "description": "Address used as a payment destination in a cryptocurrency", + "ui-priority": 1, + "misp-attribute": "btc" + }, + "symbol": { + "description": "The (uppercase) symbol of the cryptocurrency used. Symbol should be from https://coinmarketcap.com/all/views/all/", + "misp-attribute": "text", + "disable_correlation": true, + "ui-priority": 1, + "sane_default": [ + "BTC", + "ETH", + "BCH", + "XRP", + "MIOTA", + "DASH", + "BTG", + "LTC", + "ADA", + "XMR", + "ETC", + "NEO", + "NEM", + "EOS", + "XLM", + "BCC", + "LSK", + "OMG", + "QTUM", + "ZEC", + "USDT", + "HSR", + "STRAT", + "WAVES", + "PPT" + ] + }, + "last-seen": { + "description": "Last time this payment destination address has been seen", + "ui-priority": 0, + "misp-attribute": "datetime" + }, + "first-seen": { + "description": "First time this payment destination address has been seen", + "ui-priority": 0, + "misp-attribute": "datetime" + } + }, + "version": 1, + "description": "An address used in a cryptocurrency", + "meta-category": "financial", + "uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46", + "name": "coin-address" +} From bc01c0c4b84b26872d7aac1002dad9872485e46a Mon Sep 17 00:00:00 2001 From: c-goes Date: Mon, 4 Dec 2017 15:43:49 +0100 Subject: [PATCH 2/2] added coin-address object(2) --- objects/coin-address/definition.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/objects/coin-address/definition.json b/objects/coin-address/definition.json index 5493414..e87b884 100644 --- a/objects/coin-address/definition.json +++ b/objects/coin-address/definition.json @@ -43,16 +43,25 @@ }, "last-seen": { "description": "Last time this payment destination address has been seen", + "disable_correlation": true, "ui-priority": 0, "misp-attribute": "datetime" }, "first-seen": { "description": "First time this payment destination address has been seen", + "disable_correlation": true, "ui-priority": 0, "misp-attribute": "datetime" + }, + "text": { + "description": "Free text value", + "disable_correlation": true, + "ui-priority": 1, + "misp-attribute": "text", + "recommended": false } }, - "version": 1, + "version": 2, "description": "An address used in a cryptocurrency", "meta-category": "financial", "uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46",