mirror of https://github.com/MISP/misp-objects
Update definition.json
parent
88c029a190
commit
fe49693c91
|
@ -1 +1,35 @@
|
||||||
{}
|
{
|
||||||
|
"attributes": {
|
||||||
|
"uuid": {
|
||||||
|
"description": "UUID of the OpenTIDE Object",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"opentide-object": {
|
||||||
|
"description": "YAML Content of the Opentide Object",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"opentide-type": {
|
||||||
|
"description": "Type of the OpenTIDE Object",
|
||||||
|
"misp-attribute": "text",
|
||||||
|
"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",
|
||||||
|
"meta-category": "misc",
|
||||||
|
"name": "sigma",
|
||||||
|
"required": [
|
||||||
|
"uuid",
|
||||||
|
"opentide-object",
|
||||||
|
"opentide-type"
|
||||||
|
],
|
||||||
|
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
|
||||||
|
"version": 1
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue