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
pull/422/merge
Christian Studer 2024-10-17 10:12:46 +02:00
parent 639f5f305d
commit 849a41f174
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 17 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
"attributes": {
"address": {
"description": "onion address of the Tor node seen.",
"misp-attribute": "text",
"description": "Onion address of the Tor node seen.",
"misp-attribute": "onion-address",
"ui-priority": 1
},
"description": {
@ -17,11 +17,25 @@
"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.",
@ -37,5 +51,5 @@
"description"
],
"uuid": "cbac07d6-fbe9-43b8-8d91-d515812ce330",
"version": 1
"version": 2
}