-
Notifications
You must be signed in to change notification settings - Fork 124
/
definition.json
55 lines (55 loc) · 1.44 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"attributes": {
"address": {
"description": "Onion address of the Tor node seen.",
"misp-attribute": "onion-address",
"ui-priority": 1
},
"description": {
"description": "Tor onion service comment.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"first-seen": {
"description": "When the Tor hidden service was been seen for the first time.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"language": {
"description": "Language(s) detected on the onion address.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
},
"last-seen": {
"description": "When the Tor hidden service was seen for the last time.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 0
},
"title": {
"description": "Known title(s) of the Tor onion address.",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": true,
"ui-priority": 0
}
},
"description": "Tor hidden service (onion service) object.",
"meta-category": "misc",
"name": "tor-hiddenservice",
"required": [
"address"
],
"requiredOneOf": [
"address",
"first-seen",
"last-seen",
"description"
],
"uuid": "cbac07d6-fbe9-43b8-8d91-d515812ce330",
"version": 2
}