From dcf0c3febcacc3b6dd8d0d390b7ec59254cd46ba Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 13 Nov 2024 10:30:49 +0100 Subject: [PATCH] chg: [file/url] `dom-hash` added to file and url object templates --- objects/file/definition.json | 7 ++++++- objects/url/definition.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/objects/file/definition.json b/objects/file/definition.json index 2f1c53d..e0dd053 100644 --- a/objects/file/definition.json +++ b/objects/file/definition.json @@ -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, @@ -512,5 +517,5 @@ "fullpath" ], "uuid": "688c46fb-5edb-40a3-8273-1af7923e2215", - "version": 24 + "version": 25 } \ No newline at end of file diff --git a/objects/url/definition.json b/objects/url/definition.json index 9795574..51a0516 100644 --- a/objects/url/definition.json +++ b/objects/url/definition.json @@ -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", @@ -106,5 +111,5 @@ "resource_path" ], "uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5", - "version": 9 + "version": 10 } \ No newline at end of file