We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eaeaa3 commit 191b6b0Copy full SHA for 191b6b0
1 file changed
objects/dom-hash/definition.json
@@ -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