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