Update definition.json

pull/444/head
Leviathan 2024-10-23 12:09:50 +02:00 committed by GitHub
parent fe49693c91
commit 3fdab90242
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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",