Skip to content

Commit 191b6b0

Browse files
committed
new: [object] dom-hash object added
1 parent 3eaeaa3 commit 191b6b0

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

objects/dom-hash/definition.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"attributes": {
3+
"dom-hash": {
4+
"description": "dom-hash value of the url(s)",
5+
"misp-attribute": "dom-hash",
6+
"ui-priority": 0
7+
},
8+
"url": {
9+
"description": "Full URL of the dom-hashed HTML structure",
10+
"misp-attribute": "url",
11+
"multiple": true,
12+
"ui-priority": 1
13+
}
14+
},
15+
"description": "dom-hash object to describe similar structure of HTML pages.",
16+
"meta-category": "dom-hash",
17+
"name": "url",
18+
"requiredOneOf": [
19+
"url",
20+
"dom-hash"
21+
],
22+
"uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d",
23+
"version": 1
24+
}

0 commit comments

Comments
 (0)