mirror of https://github.com/MISP/misp-objects
Update definition.json
parent
74ea5fb838
commit
d3c82ae816
|
@ -3,17 +3,22 @@
|
|||
"uuid": {
|
||||
"description": "UUID of the OpenTIDE Object",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1
|
||||
},
|
||||
"name": {
|
||||
"description": "Name of the OpenTIDE Object",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"opentide-object": {
|
||||
"description": "YAML Content of the Opentide Object",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 2
|
||||
"ui-priority": 3
|
||||
},
|
||||
"opentide-type": {
|
||||
"description": "Type of the OpenTIDE Object",
|
||||
"misp-attribute": "text",
|
||||
"ui-priority": 1,
|
||||
"ui-priority": 2,
|
||||
"disable_correlation": true,
|
||||
"multiple": false,
|
||||
"values_list": [
|
||||
|
|
Loading…
Reference in New Issue