mirror of https://github.com/MISP/misp-objects
Merge branch 'prose-leviathan-introduce-new-opentide-object'
commit
12c4d69bce
|
@ -0,0 +1,41 @@
|
||||||
|
{
|
||||||
|
"attributes": {
|
||||||
|
"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",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"multiple": false,
|
||||||
|
"ui-priority": 2,
|
||||||
|
"values_list": [
|
||||||
|
"tvm",
|
||||||
|
"cdm",
|
||||||
|
"mdr"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"uuid": {
|
||||||
|
"description": "UUID of the OpenTIDE Object",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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
|
||||||
|
}
|
Loading…
Reference in New Issue