Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MISP/misp-objects
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisr3d committed Dec 17, 2024
2 parents 8327157 + 9f9bd7e commit 0a902aa
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 9 deletions.
8 changes: 7 additions & 1 deletion objects/dom-hash/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"misp-attribute": "dom-hash",
"ui-priority": 0
},
"ref": {
"description": "Reference link for the complete analysis of this dom-hash",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 0
},
"url": {
"description": "Full URL of the dom-hashed HTML structure",
"misp-attribute": "url",
Expand All @@ -20,5 +26,5 @@
"dom-hash"
],
"uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d",
"version": 2
"version": 3
}
7 changes: 6 additions & 1 deletion objects/file/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@
"misp-attribute": "datetime",
"ui-priority": 0
},
"dom-hash": {
"description": "Dom-hash of the file",
"misp-attribute": "dom-hash",
"ui-priority": 0
},
"entropy": {
"description": "Entropy of the whole file",
"disable_correlation": true,
Expand Down Expand Up @@ -512,5 +517,5 @@
"fullpath"
],
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
"version": 24
"version": 25
}
58 changes: 58 additions & 0 deletions objects/opentide/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"attributes": {
"name": {
"description": "Name of the OpenTIDE Object",
"misp-attribute": "text",
"ui-priority": 5
},
"opentide-object": {
"description": "YAML Content of the Opentide Object",
"misp-attribute": "text",
"ui-priority": 0
},
"opentide-relation": {
"description": "UUID of other OpenTIDE Objects with a relation to this Object",
"misp-attribute": "text",
"multiple": true,
"ui-priority": 1
},
"opentide-type": {
"description": "Type of the OpenTIDE Object",
"disable_correlation": true,
"misp-attribute": "text",
"multiple": false,
"ui-priority": 1,
"values_list": [
"tvm",
"cdm",
"mdr"
]
},
"uuid": {
"description": "UUID of the OpenTIDE Object",
"misp-attribute": "text",
"ui-priority": 4
},
"version": {
"description": "Version of the OpenTIDE Object",
"disable_correlation": true,
"misp-attribute": "text",
"sane_default": [
"1"
],
"ui-priority": 3
}
},
"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)",
"meta-category": "misc",
"name": "opentide",
"required": [
"name",
"opentide-object",
"opentide-type",
"uuid",
"version"
],
"uuid": "892fd46a-f69e-455c-8c4f-843a4b8f4295",
"version": 3
}
8 changes: 7 additions & 1 deletion objects/person/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
],
"ui-priority": 10
},
"ip-src": {
"description": "Source IP address used by this person.",
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 10
},
"last-name": {
"description": "Last name of a natural person.",
"misp-attribute": "last-name",
Expand Down Expand Up @@ -256,5 +262,5 @@
"handle"
],
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",
"version": 20
"version": 21
}
7 changes: 6 additions & 1 deletion objects/url/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"misp-attribute": "text",
"ui-priority": 0
},
"dom-hash": {
"description": "Dom-hash of the URL",
"misp-attribute": "dom-hash",
"ui-priority": 0
},
"domain": {
"description": "Full domain",
"misp-attribute": "domain",
Expand Down Expand Up @@ -106,5 +111,5 @@
"resource_path"
],
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
"version": 9
"version": 10
}
9 changes: 5 additions & 4 deletions objects/vulnerability/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"ui-priority": 0
},
"cvss-score": {
"description": "Score of the Common Vulnerability Scoring System (version 3).",
"description": "Score of the Common Vulnerability Scoring System.",
"disable_correlation": true,
"misp-attribute": "float",
"ui-priority": 1
},
"cvss-string": {
"description": "String of the Common Vulnerability Scoring System (version 3).",
"description": "String of the Common Vulnerability Scoring System.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
Expand Down Expand Up @@ -65,7 +65,8 @@
"Reviewed",
"Vulnerability ID Assigned",
"Reported",
"Fixed"
"Fixed",
"Encoded"
],
"ui-priority": 0
},
Expand Down Expand Up @@ -94,5 +95,5 @@
"id"
],
"uuid": "81650945-f186-437b-8945-9f31715d32da",
"version": 8
"version": 9
}
9 changes: 8 additions & 1 deletion relationships/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,14 @@
],
"name": "summarized-by",
"opposite": "summarizes"
},
{
"description": "The source object is releasable to the target object.",
"format": [
"misp"
],
"name": "releasable-to"
}
],
"version": 49
"version": 50
}
1 change: 1 addition & 0 deletions schema_objects.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"mutex",
"named pipe",
"nationality",
"onion-address",
"other",
"passenger-name-record-locator-number",
"passport-country",
Expand Down

0 comments on commit 0a902aa

Please sign in to comment.