Merge branch 'EC-DIGIT-CSIRC-opentide-object-update-new-branch'

pull/449/head
Alexandre Dulaunoy 2024-12-15 16:49:27 +01:00
commit a2e4bbc961
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 24 additions and 7 deletions

View File

@ -3,19 +3,25 @@
"name": { "name": {
"description": "Name of the OpenTIDE Object", "description": "Name of the OpenTIDE Object",
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 0 "ui-priority": 5
}, },
"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": 3 "ui-priority": 0
},
"opentide-relation": {
"description": "UUID of other OpenTIDE Objects with a relation to this Object",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
}, },
"opentide-type": { "opentide-type": {
"description": "Type of the OpenTIDE Object", "description": "Type of the OpenTIDE Object",
"disable_correlation": true, "disable_correlation": true,
"misp-attribute": "text", "misp-attribute": "text",
"multiple": false, "multiple": false,
"ui-priority": 2, "ui-priority": 1,
"values_list": [ "values_list": [
"tvm", "tvm",
"cdm", "cdm",
@ -25,17 +31,28 @@
"uuid": { "uuid": {
"description": "UUID of the OpenTIDE Object", "description": "UUID of the OpenTIDE Object",
"misp-attribute": "text", "misp-attribute": "text",
"ui-priority": 1 "ui-priority": 4
},
"version": {
"description": "Version of the OpenTIDE Object",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"1"
],
"ui-priority": 3
} }
}, },
"description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework (https://code.europa.eu/ec-digit-s2/opentide)", "description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework (https://code.europa.eu/ec-digit-s2/opentide)",
"meta-category": "misc", "meta-category": "misc",
"name": "opentide", "name": "opentide",
"required": [ "required": [
"uuid", "name",
"opentide-object", "opentide-object",
"opentide-type" "opentide-type",
"uuid",
"version"
], ],
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295", "uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
"version": 1 "version": 3
} }