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