new: [object] dom-hash object added

pull/422/merge
Alexandre Dulaunoy 2024-10-16 18:00:21 +02:00
parent 3eaeaa30d1
commit 191b6b0691
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 24 additions and 0 deletions

View File

@ -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
}