Skip to content

Commit

Permalink
new: [object] dom-hash object added
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Oct 16, 2024
1 parent 3eaeaa3 commit 191b6b0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions objects/dom-hash/definition.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 191b6b0

Please sign in to comment.