From 259285f4906e69dbc16926955b9663b749af7392 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 13 Nov 2024 10:17:23 +0100 Subject: [PATCH] chg: [dom-hash] added a `ref` field to reference to one or more analysis. --- objects/dom-hash/definition.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/dom-hash/definition.json b/objects/dom-hash/definition.json index ec2a4ff..0d1c117 100644 --- a/objects/dom-hash/definition.json +++ b/objects/dom-hash/definition.json @@ -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", @@ -20,5 +26,5 @@ "dom-hash" ], "uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d", - "version": 2 + "version": 3 } \ No newline at end of file