mirror of https://github.com/MISP/misp-objects
Merge pull request #125 from SteveClement/master
chg: [definition] Extended crypto coin for enrichment modulepull/127/head
commit
6e03108fb1
|
@ -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": "float",
|
||||
"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,
|
||||
|
|
Loading…
Reference in New Issue