2024-10-23 10:49:07 +02:00
{
"attributes" : {
2024-10-23 12:23:29 +02:00
"name" : {
"description" : "Name of the OpenTIDE Object" ,
"misp-attribute" : "text" ,
2024-10-23 10:49:07 +02:00
"ui-priority" : 0
} ,
"opentide-object" : {
"description" : "YAML Content of the Opentide Object" ,
"misp-attribute" : "text" ,
2024-10-23 12:23:29 +02:00
"ui-priority" : 3
2024-10-23 10:49:07 +02:00
} ,
"opentide-type" : {
"description" : "Type of the OpenTIDE Object" ,
"disable_correlation" : true ,
2024-10-24 11:05:09 +02:00
"misp-attribute" : "text" ,
2024-10-23 10:49:07 +02:00
"multiple" : false ,
2024-10-24 11:05:09 +02:00
"ui-priority" : 2 ,
2024-10-23 10:49:07 +02:00
"values_list" : [
"tvm" ,
"cdm" ,
"mdr"
]
2024-10-24 11:05:09 +02:00
} ,
"uuid" : {
"description" : "UUID of the OpenTIDE Object" ,
"misp-attribute" : "text" ,
"ui-priority" : 1
2024-10-23 10:49:07 +02:00
}
} ,
2024-10-23 12:11:37 +02:00
"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)" ,
2024-10-23 10:49:07 +02:00
"meta-category" : "misc" ,
2024-10-23 12:09:50 +02:00
"name" : "opentide" ,
2024-10-23 10:49:07 +02:00
"required" : [
"uuid" ,
"opentide-object" ,
"opentide-type"
] ,
"uuid" : "892fd46a-f69e-455c-8c4f-843a4b8f4295" ,
"version" : 1
2024-10-24 11:05:09 +02:00
}