Replies: 1 comment 3 replies
-
Can you give me more details on how the exe is being used? Are they actually using it to uninstall some windows updates as it's designed, or is there some exploit that they use to run their own code? The certificate will expire within a month either way but I'd like to resolve this before renewing. |
Beta Was this translation helpful? Give feedback.
3 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.
-
It appears there's a new party trick wannabe hackers have been using to avoid AV detection.
They send out signed binaries (the same one compiled in either this repo or one similar) and swap out the executing dll. Since it's DotNet, that effectively allows them to abuse presigned binaries as a way to load their malware.
I have attached a screenshot of an example of this. While there may be nothing that can really be done (I haven't researched this extensively at all), it could potentially lead to the revocation of a certificate.
Beta Was this translation helpful? Give feedback.
All reactions