Skip to content

Commit dcf0c3f

Browse files
committed
chg: [file/url] dom-hash added to file and url object templates
1 parent 259285f commit dcf0c3f

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

objects/file/definition.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"misp-attribute": "datetime",
3232
"ui-priority": 0
3333
},
34+
"dom-hash": {
35+
"description": "Dom-hash of the file",
36+
"misp-attribute": "dom-hash",
37+
"ui-priority": 0
38+
},
3439
"entropy": {
3540
"description": "Entropy of the whole file",
3641
"disable_correlation": true,
@@ -512,5 +517,5 @@
512517
"fullpath"
513518
],
514519
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
515-
"version": 24
520+
"version": 25
516521
}

objects/url/definition.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"misp-attribute": "text",
66
"ui-priority": 0
77
},
8+
"dom-hash": {
9+
"description": "Dom-hash of the URL",
10+
"misp-attribute": "dom-hash",
11+
"ui-priority": 0
12+
},
813
"domain": {
914
"description": "Full domain",
1015
"misp-attribute": "domain",
@@ -106,5 +111,5 @@
106111
"resource_path"
107112
],
108113
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
109-
"version": 9
114+
"version": 10
110115
}

0 commit comments

Comments
 (0)