Skip to content

Commit 3e5fa3d

Browse files
committed
Merge branch 'introduce-new-opentide-object' of https://github.com/prose-leviathan/misp-objects into prose-leviathan-introduce-new-opentide-object
2 parents 1460f75 + d3c82ae commit 3e5fa3d

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+
"uuid": {
4+
"description": "UUID of the OpenTIDE Object",
5+
"misp-attribute": "text",
6+
"ui-priority": 1
7+
},
8+
"name": {
9+
"description": "Name of the OpenTIDE Object",
10+
"misp-attribute": "text",
11+
"ui-priority": 0
12+
},
13+
"opentide-object": {
14+
"description": "YAML Content of the Opentide Object",
15+
"misp-attribute": "text",
16+
"ui-priority": 3
17+
},
18+
"opentide-type": {
19+
"description": "Type of the OpenTIDE Object",
20+
"misp-attribute": "text",
21+
"ui-priority": 2,
22+
"disable_correlation": true,
23+
"multiple": false,
24+
"values_list": [
25+
"tvm",
26+
"cdm",
27+
"mdr"
28+
]
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)