From 191b6b069103e19e3d8da9d0680609e90409f8d6 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 16 Oct 2024 18:00:21 +0200 Subject: [PATCH] new: [object] dom-hash object added --- objects/dom-hash/definition.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 objects/dom-hash/definition.json diff --git a/objects/dom-hash/definition.json b/objects/dom-hash/definition.json new file mode 100644 index 0000000..d58460e --- /dev/null +++ b/objects/dom-hash/definition.json @@ -0,0 +1,24 @@ +{ + "attributes": { + "dom-hash": { + "description": "dom-hash value of the url(s)", + "misp-attribute": "dom-hash", + "ui-priority": 0 + }, + "url": { + "description": "Full URL of the dom-hashed HTML structure", + "misp-attribute": "url", + "multiple": true, + "ui-priority": 1 + } + }, + "description": "dom-hash object to describe similar structure of HTML pages.", + "meta-category": "dom-hash", + "name": "url", + "requiredOneOf": [ + "url", + "dom-hash" + ], + "uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d", + "version": 1 +} \ No newline at end of file