Merge pull request #125 from SteveClement/master

chg: [definition] Extended crypto coin for enrichment module
pull/127/head
Alexandre Dulaunoy 2018-10-30 16:08:03 +01:00 committed by GitHub
commit 6e03108fb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": "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,