Skip to content

Commit 0a902aa

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-objects
2 parents 8327157 + 9f9bd7e commit 0a902aa

8 files changed

Lines changed: 98 additions & 9 deletions

File tree

objects/dom-hash/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"misp-attribute": "dom-hash",
66
"ui-priority": 0
77
},
8+
"ref": {
9+
"description": "Reference link for the complete analysis of this dom-hash",
10+
"misp-attribute": "link",
11+
"multiple": true,
12+
"ui-priority": 0
13+
},
814
"url": {
915
"description": "Full URL of the dom-hashed HTML structure",
1016
"misp-attribute": "url",
@@ -20,5 +26,5 @@
2026
"dom-hash"
2127
],
2228
"uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d",
23-
"version": 2
29+
"version": 3
2430
}

objects/file/definition.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"misp-attribute": "datetime",
3232
"ui-priority": 0
3333
},
34+
"dom-hash": {
35+
"description": "Dom-hash of the file",
36+
"misp-attribute": "dom-hash",
37+
"ui-priority": 0
38+
},
3439
"entropy": {
3540
"description": "Entropy of the whole file",
3641
"disable_correlation": true,
@@ -512,5 +517,5 @@
512517
"fullpath"
513518
],
514519
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
515-
"version": 24
520+
"version": 25
516521
}

objects/opentide/definition.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"attributes": {
3+
"name": {
4+
"description": "Name of the OpenTIDE Object",
5+
"misp-attribute": "text",
6+
"ui-priority": 5
7+
},
8+
"opentide-object": {
9+
"description": "YAML Content of the Opentide Object",
10+
"misp-attribute": "text",
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
18+
},
19+
"opentide-type": {
20+
"description": "Type of the OpenTIDE Object",
21+
"disable_correlation": true,
22+
"misp-attribute": "text",
23+
"multiple": false,
24+
"ui-priority": 1,
25+
"values_list": [
26+
"tvm",
27+
"cdm",
28+
"mdr"
29+
]
30+
},
31+
"uuid": {
32+
"description": "UUID of the OpenTIDE Object",
33+
"misp-attribute": "text",
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
44+
}
45+
},
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)",
47+
"meta-category": "misc",
48+
"name": "opentide",
49+
"required": [
50+
"name",
51+
"opentide-object",
52+
"opentide-type",
53+
"uuid",
54+
"version"
55+
],
56+
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
57+
"version": 3
58+
}

objects/person/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@
108108
],
109109
"ui-priority": 10
110110
},
111+
"ip-src": {
112+
"description": "Source IP address used by this person.",
113+
"misp-attribute": "ip-src",
114+
"multiple": true,
115+
"ui-priority": 10
116+
},
111117
"last-name": {
112118
"description": "Last name of a natural person.",
113119
"misp-attribute": "last-name",
@@ -256,5 +262,5 @@
256262
"handle"
257263
],
258264
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
259-
"version": 20
265+
"version": 21
260266
}

objects/url/definition.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"misp-attribute": "text",
66
"ui-priority": 0
77
},
8+
"dom-hash": {
9+
"description": "Dom-hash of the URL",
10+
"misp-attribute": "dom-hash",
11+
"ui-priority": 0
12+
},
813
"domain": {
914
"description": "Full domain",
1015
"misp-attribute": "domain",
@@ -106,5 +111,5 @@
106111
"resource_path"
107112
],
108113
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
109-
"version": 9
114+
"version": 10
110115
}

objects/vulnerability/definition.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"ui-priority": 0
1515
},
1616
"cvss-score": {
17-
"description": "Score of the Common Vulnerability Scoring System (version 3).",
17+
"description": "Score of the Common Vulnerability Scoring System.",
1818
"disable_correlation": true,
1919
"misp-attribute": "float",
2020
"ui-priority": 1
2121
},
2222
"cvss-string": {
23-
"description": "String of the Common Vulnerability Scoring System (version 3).",
23+
"description": "String of the Common Vulnerability Scoring System.",
2424
"disable_correlation": true,
2525
"misp-attribute": "text",
2626
"ui-priority": 1
@@ -65,7 +65,8 @@
6565
"Reviewed",
6666
"Vulnerability ID Assigned",
6767
"Reported",
68-
"Fixed"
68+
"Fixed",
69+
"Encoded"
6970
],
7071
"ui-priority": 0
7172
},
@@ -94,5 +95,5 @@
9495
"id"
9596
],
9697
"uuid": "81650945-f186-437b-8945-9f31715d32da",
97-
"version": 8
98+
"version": 9
9899
}

relationships/definition.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,14 @@
19001900
],
19011901
"name": "summarized-by",
19021902
"opposite": "summarizes"
1903+
},
1904+
{
1905+
"description": "The source object is releasable to the target object.",
1906+
"format": [
1907+
"misp"
1908+
],
1909+
"name": "releasable-to"
19031910
}
19041911
],
1905-
"version": 49
1912+
"version": 50
19061913
}

schema_objects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
"mutex",
152152
"named pipe",
153153
"nationality",
154+
"onion-address",
154155
"other",
155156
"passenger-name-record-locator-number",
156157
"passport-country",

0 commit comments

Comments
 (0)