chg: [definition] Extended crypto coin object to be able to enrich with interesting data

pull/125/head
Steve Clement 2018-10-30 21:30:09 +09:00
parent a4207d1f36
commit 6560a53b80
1 changed files with 34 additions and 0 deletions

View File

@ -60,6 +60,40 @@
"ui-priority": 0,
"misp-attribute": "datetime"
},
"last-updated": {
"description": "Last time the balances and totals have been updated",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
},
"current-balance": {
"description": "Current balance of address",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text",
"recommended": false
},
"total-transactions": {
"description": "Total transactions performed",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text",
"recommended": false
},
"total-received": {
"description": "Total balance received",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "float",
"recommended": false
},
"total-sent": {
"description": "Total balance sent",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "float",
"recommended": false
},
"text": {
"description": "Free text value",
"disable_correlation": true,