2019-04-05 11:22:22 +02:00
|
|
|
{
|
|
|
|
"attributes": {
|
|
|
|
"address": {
|
|
|
|
"description": "onion address of the Tor node seen.",
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2019-04-05 11:22:22 +02:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"description": {
|
|
|
|
"description": "Tor onion service comment.",
|
2019-04-05 11:22:22 +02:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2019-04-05 11:22:22 +02:00
|
|
|
},
|
|
|
|
"first-seen": {
|
|
|
|
"description": "When the Tor hidden service was been seen for the first time.",
|
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"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
|
2019-04-05 11:22:22 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"description": "Tor hidden service (onion service) object.",
|
|
|
|
"meta-category": "misc",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "tor-hiddenservice",
|
|
|
|
"required": [
|
|
|
|
"address"
|
|
|
|
],
|
|
|
|
"requiredOneOf": [
|
|
|
|
"address",
|
|
|
|
"first-seen",
|
|
|
|
"last-seen",
|
|
|
|
"description"
|
|
|
|
],
|
2019-04-05 11:22:22 +02:00
|
|
|
"uuid": "cbac07d6-fbe9-43b8-8d91-d515812ce330",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 1
|
|
|
|
}
|