-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
135 lines (135 loc) · 3.29 KB
/
definition.json
File metadata and controls
135 lines (135 loc) · 3.29 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"attributes": {
"address": {
"description": "Bitcoin address used as a payment destination in a cryptocurrency",
"misp-attribute": "btc",
"ui-priority": 1
},
"address-crypto": {
"description": "Generic cryptocurrency address if the format is not a standard BTC or XMR address",
"misp-attribute": "text",
"ui-priority": 1
},
"address-xmr": {
"description": "Monero address used as a payment destination in a cryptocurrency",
"misp-attribute": "xmr",
"ui-priority": 1
},
"current-balance": {
"description": "Current balance of address",
"disable_correlation": true,
"misp-attribute": "float",
"recommended": false,
"ui-priority": 1
},
"first-seen": {
"description": "First time this payment destination address has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"last-seen": {
"description": "Last time this payment destination address has been seen",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"last-updated": {
"description": "Last time the balances and totals have been updated",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"symbol": {
"description": "The (uppercase) symbol of the cryptocurrency used. Symbol should be from https://coinmarketcap.com/all/views/all/",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"ADA",
"ALGO",
"APTOS",
"BCH",
"BCC",
"BSC",
"BSV",
"BTC",
"BTG",
"DAI",
"DASH",
"DOGE",
"DOT",
"EOS",
"ETC",
"ETN",
"ETH",
"FIL",
"HSR",
"ICP",
"LTC",
"LSK",
"MKR",
"MIOTA",
"NEM",
"NEO",
"OMG",
"OMI",
"PPT",
"PEPE",
"QTUM",
"REP",
"SOL",
"STEEM",
"STRAT",
"TRON",
"TRX",
"USDT",
"WAVES",
"XLM",
"XMR",
"XNO",
"XRP",
"XTZ",
"ZEC"
],
"ui-priority": 1
},
"text": {
"description": "Free text value",
"disable_correlation": true,
"misp-attribute": "text",
"recommended": false,
"ui-priority": 1
},
"total-received": {
"description": "Total balance received",
"disable_correlation": true,
"misp-attribute": "float",
"recommended": false,
"ui-priority": 1
},
"total-sent": {
"description": "Total balance sent",
"disable_correlation": true,
"misp-attribute": "float",
"recommended": false,
"ui-priority": 1
},
"total-transactions": {
"description": "Total transactions performed",
"disable_correlation": true,
"misp-attribute": "text",
"recommended": false,
"ui-priority": 1
}
},
"description": "An address used in a cryptocurrency",
"meta-category": "financial",
"name": "coin-address",
"requiredOneOf": [
"address",
"address-xmr",
"address-crypto"
],
"uuid": "d0e6997e-78da-4815-a6a1-cfc1c1cb8a46",
"version": 7
}