From fe49693c918e42925808f00677608cc54d16e35c Mon Sep 17 00:00:00 2001 From: Leviathan <97615419+prose-leviathan@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:49:07 +0200 Subject: [PATCH] Update definition.json --- objects/opentide/definition.json | 36 +++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/objects/opentide/definition.json b/objects/opentide/definition.json index 0967ef4..1c3625f 100644 --- a/objects/opentide/definition.json +++ b/objects/opentide/definition.json @@ -1 +1,35 @@ -{} +{ + "attributes": { + "uuid": { + "description": "UUID of the OpenTIDE Object", + "misp-attribute": "text", + "ui-priority": 0 + }, + "opentide-object": { + "description": "YAML Content of the Opentide Object", + "misp-attribute": "text", + "ui-priority": 0 + }, + "opentide-type": { + "description": "Type of the OpenTIDE Object", + "misp-attribute": "text", + "disable_correlation": true, + "multiple": false, + "values_list": [ + "tvm", + "cdm", + "mdr" + ] + } + }, + "description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework", + "meta-category": "misc", + "name": "sigma", + "required": [ + "uuid", + "opentide-object", + "opentide-type" + ], + "uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295", + "version": 1 +}