mirror of https://github.com/MISP/misp-objects
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 templatepull/422/merge
parent
639f5f305d
commit
849a41f174
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue