chg: [file/url] `dom-hash` added to file and url object templates

main
Alexandre Dulaunoy 2024-11-13 10:30:49 +01:00
parent 259285f490
commit dcf0c3febc
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 12 additions and 2 deletions

View File

@ -31,6 +31,11 @@
"misp-attribute": "datetime",
"ui-priority": 0
},
"dom-hash": {
"description": "Dom-hash of the file",
"misp-attribute": "dom-hash",
"ui-priority": 0
},
"entropy": {
"description": "Entropy of the whole file",
"disable_correlation": true,
@ -512,5 +517,5 @@
"fullpath"
],
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
"version": 24
"version": 25
}

View File

@ -5,6 +5,11 @@
"misp-attribute": "text",
"ui-priority": 0
},
"dom-hash": {
"description": "Dom-hash of the URL",
"misp-attribute": "dom-hash",
"ui-priority": 0
},
"domain": {
"description": "Full domain",
"misp-attribute": "domain",
@ -106,5 +111,5 @@
"resource_path"
],
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
"version": 9
"version": 10
}