mirror of https://github.com/MISP/misp-objects
chg: [file/url] `dom-hash` added to file and url object templates
parent
259285f490
commit
dcf0c3febc
|
@ -31,6 +31,11 @@
|
||||||
"misp-attribute": "datetime",
|
"misp-attribute": "datetime",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"dom-hash": {
|
||||||
|
"description": "Dom-hash of the file",
|
||||||
|
"misp-attribute": "dom-hash",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"entropy": {
|
"entropy": {
|
||||||
"description": "Entropy of the whole file",
|
"description": "Entropy of the whole file",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -512,5 +517,5 @@
|
||||||
"fullpath"
|
"fullpath"
|
||||||
],
|
],
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
"version": 24
|
"version": 25
|
||||||
}
|
}
|
|
@ -5,6 +5,11 @@
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"dom-hash": {
|
||||||
|
"description": "Dom-hash of the URL",
|
||||||
|
"misp-attribute": "dom-hash",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"description": "Full domain",
|
"description": "Full domain",
|
||||||
"misp-attribute": "domain",
|
"misp-attribute": "domain",
|
||||||
|
@ -106,5 +111,5 @@
|
||||||
"resource_path"
|
"resource_path"
|
||||||
],
|
],
|
||||||
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
|
"uuid": "60efb77b-40b5-4c46-871b-ed1ed999fce5",
|
||||||
"version": 9
|
"version": 10
|
||||||
}
|
}
|
Loading…
Reference in New Issue