-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
41 lines (41 loc) · 1.1 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"attributes": {
"BTC_received": {
"description": "Value of received BTC",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"BTC_sent": {
"description": "Value of sent BTC",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"balance_BTC": {
"description": "Value in BTC at date/time displayed in field 'time'",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 0
},
"time": {
"description": "Date and time of lookup/conversion",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"wallet-address": {
"description": "A Bitcoin wallet address",
"misp-attribute": "btc",
"ui-priority": 0
}
},
"description": "An object to describe a Bitcoin wallet. Best to be used with btc-transaction object.",
"meta-category": "financial",
"name": "btc-wallet",
"requiredOneOf": [
"wallet-address"
],
"uuid": "22910C83-DD0E-4ED2-9823-45F8CAD562A4",
"version": 3
}