diff --git a/objects/coin-address/definition.json b/objects/coin-address/definition.json index 51876e7..803f4a7 100644 --- a/objects/coin-address/definition.json +++ b/objects/coin-address/definition.json @@ -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,