Skip to content

Commit 12c4d69

Browse files
committed
Merge branch 'prose-leviathan-introduce-new-opentide-object'
2 parents 1460f75 + 38b8521 commit 12c4d69

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

objects/opentide/definition.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"attributes": {
3+
"name": {
4+
"description": "Name 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": 3
12+
},
13+
"opentide-type": {
14+
"description": "Type of the OpenTIDE Object",
15+
"disable_correlation": true,
16+
"misp-attribute": "text",
17+
"multiple": false,
18+
"ui-priority": 2,
19+
"values_list": [
20+
"tvm",
21+
"cdm",
22+
"mdr"
23+
]
24+
},
25+
"uuid": {
26+
"description": "UUID of the OpenTIDE Object",
27+
"misp-attribute": "text",
28+
"ui-priority": 1
29+
}
30+
},
31+
"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)",
32+
"meta-category": "misc",
33+
"name": "opentide",
34+
"required": [
35+
"uuid",
36+
"opentide-object",
37+
"opentide-type"
38+
],
39+
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
40+
"version": 1
41+
}

0 commit comments

Comments
 (0)