2017-12-04 15:37:39 +01:00
|
|
|
{
|
|
|
|
"requiredOneOf": [
|
2018-07-04 11:10:50 +02:00
|
|
|
"address",
|
|
|
|
"address-xmr"
|
2017-12-04 15:37:39 +01:00
|
|
|
],
|
|
|
|
"attributes": {
|
|
|
|
"address": {
|
2018-07-04 11:10:50 +02:00
|
|
|
"description": "Bitcoin address used as a payment destination in a cryptocurrency",
|
2017-12-04 15:37:39 +01:00
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "btc"
|
|
|
|
},
|
2018-07-04 11:10:50 +02:00
|
|
|
"address-xmr": {
|
|
|
|
"description": "Monero address used as a payment destination in a cryptocurrency",
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "xmr"
|
|
|
|
},
|
2017-12-04 15:37:39 +01:00
|
|
|
"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",
|
2017-12-04 15:43:49 +01:00
|
|
|
"disable_correlation": true,
|
2017-12-04 15:37:39 +01:00
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "datetime"
|
|
|
|
},
|
|
|
|
"first-seen": {
|
|
|
|
"description": "First time this payment destination address has been seen",
|
2017-12-04 15:43:49 +01:00
|
|
|
"disable_correlation": true,
|
2017-12-04 15:37:39 +01:00
|
|
|
"ui-priority": 0,
|
|
|
|
"misp-attribute": "datetime"
|
2017-12-04 15:43:49 +01:00
|
|
|
},
|
|
|
|
"text": {
|
|
|
|
"description": "Free text value",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"ui-priority": 1,
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"recommended": false
|
2017-12-04 15:37:39 +01:00
|
|
|
}
|
|
|
|
},
|
2018-07-04 11:10:50 +02:00
|
|
|
"version": 3,
|
2017-12-04 15:37:39 +01:00
|
|
|
"description": "An address used in a cryptocurrency",
|
|
|
|
"meta-category": "financial",
|
|
|
|
"uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46",
|
|
|
|
"name": "coin-address"
|
|
|
|
}
|