Skip to content

Commit fe49693

Browse files
Update definition.json
1 parent 88c029a commit fe49693

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

objects/opentide/definition.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
{}
1+
{
2+
"attributes": {
3+
"uuid": {
4+
"description": "UUID of the OpenTIDE Object",
5+
"misp-attribute": "text",
6+
"ui-priority": 0
7+
},
8+
"opentide-object": {
9+
"description": "YAML Content of the Opentide Object",
10+
"misp-attribute": "text",
11+
"ui-priority": 0
12+
},
13+
"opentide-type": {
14+
"description": "Type of the OpenTIDE Object",
15+
"misp-attribute": "text",
16+
"disable_correlation": true,
17+
"multiple": false,
18+
"values_list": [
19+
"tvm",
20+
"cdm",
21+
"mdr"
22+
]
23+
}
24+
},
25+
"description": "Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework",
26+
"meta-category": "misc",
27+
"name": "sigma",
28+
"required": [
29+
"uuid",
30+
"opentide-object",
31+
"opentide-type"
32+
],
33+
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
34+
"version": 1
35+
}

0 commit comments

Comments
 (0)