-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
49 lines (49 loc) · 1.44 KB
/
definition.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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
42
43
44
45
46
47
48
49
{
"requiredOneOf": [
"transaction-number",
"time",
"value_BTC"
],
"attributes": {
"transaction-number": {
"description": "A Bitcoin transaction number in a sequence of transactions",
"ui-priority": 0,
"misp-attribute": "integer"
},
"time": {
"description": "Date and time of transaction",
"ui-priority": 0,
"disable_correlation": true,
"misp-attribute": "datetime"
},
"value_BTC": {
"description": "Value in BTC at date/time displayed in field 'time'",
"ui-priority": 0,
"disable_correlation": true,
"misp-attribute": "float"
},
"value_EUR": {
"description": "Value in EUR with conversion rate as of date/time displayed in field 'time'",
"ui-priority": 0,
"disable_correlation": true,
"misp-attribute": "float"
},
"value_USD": {
"description": "Value in USD with conversion rate as of date/time displayed in field 'time'",
"ui-priority": 0,
"disable_correlation": true,
"misp-attribute": "float"
},
"btc-address": {
"description": "A Bitcoin transactional address",
"ui-priority": 0,
"disable_correlation": true,
"misp-attribute": "btc"
}
},
"version": 1,
"description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.",
"meta-category": "financial",
"uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",
"name": "btc-transaction"
}