You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: objects/opentide/definition.json
+23-6Lines changed: 23 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,25 @@
3
3
"name": {
4
4
"description": "Name of the OpenTIDE Object",
5
5
"misp-attribute": "text",
6
-
"ui-priority": 0
6
+
"ui-priority": 5
7
7
},
8
8
"opentide-object": {
9
9
"description": "YAML Content of the Opentide Object",
10
10
"misp-attribute": "text",
11
-
"ui-priority": 3
11
+
"ui-priority": 0
12
+
},
13
+
"opentide-relation": {
14
+
"description": "UUID of other OpenTIDE Objects with a relation to this Object",
15
+
"misp-attribute": "text",
16
+
"multiple": true,
17
+
"ui-priority": 1
12
18
},
13
19
"opentide-type": {
14
20
"description": "Type of the OpenTIDE Object",
15
21
"disable_correlation": true,
16
22
"misp-attribute": "text",
17
23
"multiple": false,
18
-
"ui-priority": 2,
24
+
"ui-priority": 1,
19
25
"values_list": [
20
26
"tvm",
21
27
"cdm",
@@ -25,17 +31,28 @@
25
31
"uuid": {
26
32
"description": "UUID of the OpenTIDE Object",
27
33
"misp-attribute": "text",
28
-
"ui-priority": 1
34
+
"ui-priority": 4
35
+
},
36
+
"version": {
37
+
"description": "Version of the OpenTIDE Object",
38
+
"disable_correlation": true,
39
+
"misp-attribute": "text",
40
+
"sane_default": [
41
+
"1"
42
+
],
43
+
"ui-priority": 3
29
44
}
30
45
},
31
46
"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)",
0 commit comments