mirror of https://github.com/MISP/misp-objects
Update definition.json
parent
fe49693c91
commit
3fdab90242
|
@ -8,11 +8,12 @@
|
||||||
"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": 0
|
"ui-priority": 2
|
||||||
},
|
},
|
||||||
"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,
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"multiple": false,
|
"multiple": false,
|
||||||
"values_list": [
|
"values_list": [
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
},
|
},
|
||||||
"description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework",
|
"description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"name": "sigma",
|
"name": "opentide",
|
||||||
"required": [
|
"required": [
|
||||||
"uuid",
|
"uuid",
|
||||||
"opentide-object",
|
"opentide-object",
|
||||||
|
|
Loading…
Reference in New Issue