add opentide-relation attribute

pull/446/head
SignalEdge 2024-11-29 11:09:37 +01:00 committed by GitHub
parent 8bf3ddef9e
commit 39c664a59d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 56 additions and 50 deletions

View File

@ -1,52 +1,58 @@
{ {
"attributes": { "attributes":{
"name": { "name":{
"description": "Name of the OpenTIDE Object", "description":"Name of the OpenTIDE Object",
"misp-attribute": "text", "misp-attribute":"text",
"ui-priority": 4 "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": 0 "ui-priority":0
}, },
"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": 1, "ui-priority":1,
"values_list": [ "values_list":[
"tvm", "tvm",
"cdm", "cdm",
"mdr" "mdr"
] ]
}, },
"uuid": { "opentide-relation":{
"description": "UUID of the OpenTIDE Object", "description":"UUID of other OpenTIDE Objects with a relation to this Object",
"misp-attribute": "text", "misp-attribute":"text",
"ui-priority": 3 "multiple":true,
}, "ui-priority":1
"version": { },
"description": "Version of the OpenTIDE Object", "uuid":{
"disable_correlation": true, "description":"UUID of the OpenTIDE Object",
"misp-attribute": "text", "misp-attribute":"text",
"sane_default": [ "ui-priority":4
"1" },
], "version":{
"ui-priority": 2 "description":"Version of the OpenTIDE Object",
} "disable_correlation":true,
}, "misp-attribute":"text",
"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)", "sane_default":[
"meta-category": "misc", "1"
"name": "opentide", ],
"required": [ "ui-priority":3
"name", }
"uuid", },
"version", "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)",
"opentide-object", "meta-category":"misc",
"opentide-type" "name":"opentide",
], "required":[
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295", "name",
"version": 2 "uuid",
"version",
"opentide-object",
"opentide-type"
],
"uuid":"892fd46a-f69e-455c-8c4f-843a4b8f4295",
"version":3
} }