add: [tor-hiddenservice] a simple object template to describe Tor Onion Service

pull/163/head
Alexandre Dulaunoy 2019-04-05 11:22:22 +02:00
parent aca06cec1f
commit b4478a6c2b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
{
"requiredOneOf": [
"address",
"first-seen",
"last-seen",
"description"
],
"required": [
"address"
],
"attributes": {
"description": {
"description": "Tor onion service comment.",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text"
},
"address": {
"description": "onion address of the Tor node seen.",
"ui-priority": 1,
"misp-attribute": "text"
},
"last-seen": {
"description": "When the Tor hidden service was seen for the last time.",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
},
"first-seen": {
"description": "When the Tor hidden service was been seen for the first time.",
"disable_correlation": true,
"ui-priority": 0,
"misp-attribute": "datetime"
}
},
"version": 1,
"description": "Tor hidden service (onion service) object.",
"meta-category": "misc",
"uuid": "cbac07d6-fbe9-43b8-8d91-d515812ce330",
"name": "tor-hiddenservice"
}