mirror of https://github.com/MISP/misp-objects
add a comment field
parent
30976be591
commit
afaf0d0e19
|
@ -3,18 +3,25 @@
|
||||||
"address",
|
"address",
|
||||||
"first-seen",
|
"first-seen",
|
||||||
"last-seen",
|
"last-seen",
|
||||||
|
"description",
|
||||||
"text"
|
"text"
|
||||||
],
|
],
|
||||||
"required": [
|
"required": [
|
||||||
"address"
|
"address"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"text": {
|
"description": {
|
||||||
"description": "Tor node description.",
|
"description": "Tor node description.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
|
"text": {
|
||||||
|
"description": "Tor node comment",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "text"
|
||||||
|
},
|
||||||
"address": {
|
"address": {
|
||||||
"description": "IP address of the Tor node seen.",
|
"description": "IP address of the Tor node seen.",
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
|
|
Loading…
Reference in New Issue