Merge branch 'introduce-new-opentide-object' of https://github.com/prose-leviathan/misp-objects into prose-leviathan-introduce-new-opentide-object

pull/268/merge
Alexandre Dulaunoy 2024-10-24 11:04:28 +02:00
commit 3e5fa3d7e9
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
{
"attributes": {
"uuid": {
"description": "UUID of the OpenTIDE Object",
"misp-attribute": "text",
"ui-priority": 1
},
"name": {
"description": "Name of the OpenTIDE Object",
"misp-attribute": "text",
"ui-priority": 0
},
"opentide-object": {
"description": "YAML Content of the Opentide Object",
"misp-attribute": "text",
"ui-priority": 3
},
"opentide-type": {
"description": "Type of the OpenTIDE Object",
"misp-attribute": "text",
"ui-priority": 2,
"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 (https://code.europa.eu/ec-digit-s2/opentide)",
"meta-category": "misc",
"name": "opentide",
"required": [
"uuid",
"opentide-object",
"opentide-type"
],
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
"version": 1
}