Skip to content

Commit 849a41f

Browse files
committed
chg: [tor-hiddenservice] Updated template to match the onion lookup API format
- Using new attribute type `onion-address` to describe the onion address - Added `language` and `title` to the template
1 parent 639f5f3 commit 849a41f

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

objects/tor-hiddenservice/definition.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"attributes": {
33
"address": {
4-
"description": "onion address of the Tor node seen.",
5-
"misp-attribute": "text",
4+
"description": "Onion address of the Tor node seen.",
5+
"misp-attribute": "onion-address",
66
"ui-priority": 1
77
},
88
"description": {
@@ -17,11 +17,25 @@
1717
"misp-attribute": "datetime",
1818
"ui-priority": 0
1919
},
20+
"language": {
21+
"description": "Language(s) detected on the onion address.",
22+
"disable_correlation": true,
23+
"misp-attribute": "text",
24+
"multiple": true,
25+
"ui-priority": 0
26+
},
2027
"last-seen": {
2128
"description": "When the Tor hidden service was seen for the last time.",
2229
"disable_correlation": true,
2330
"misp-attribute": "datetime",
2431
"ui-priority": 0
32+
},
33+
"title": {
34+
"description": "Known title(s) of the Tor onion address.",
35+
"disable_correlation": true,
36+
"misp-attribute": "text",
37+
"multiple": true,
38+
"ui-priority": 0
2539
}
2640
},
2741
"description": "Tor hidden service (onion service) object.",
@@ -37,5 +51,5 @@
3751
"description"
3852
],
3953
"uuid": "cbac07d6-fbe9-43b8-8d91-d515812ce330",
40-
"version": 1
54+
"version": 2
4155
}

0 commit comments

Comments
 (0)