Logic to generate Authenticode Hashes #810
Unanswered
MattWhite-personal
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi, You can also calculate Authenticode hashes for files using the Get Code Integrity Hashes, it can calculate SHA1, SHA2 and even SHA3 Authenticode hashes. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I've discovered this project after hunting around the web to try and solve a problem.
My current AppLocker policies have caused some issues with execution of legitimate code and whilst I can run these in Audit mode I need to restore normal operation.
Move away from AppLocker to WDAC or App control for business isn't viable right now (but on our roadmap).
I've realised I can pull almost all the relevant info to restore 'good' config from our MDE logs but I can't work out how to build an Authenticode SHA256 hash from what is there.
Publisher rules I can get from DeviceEvents and file hashes from DeviceFileEvents but this is just the raw sha256 hash of the file and not the Authenticode version that would be needed for a new policy.
Is this something your MDE analysis can generate and are you able to shed some light on how I can build this into what I may need to remediate?
Beta Was this translation helpful? Give feedback.
All reactions