WannaCry in-memory key recovery for Windows XP
11–20 of 95 posts
Re: WannaCry in-memory key recovery for Windows XP
#12Since WannaCry is somewhat neutered at the moment (thanks to the killswitch), and this tool stops working after a reboot, I'd say this tool is somewhat useless, with no intention to insult the man who created it. It's just the circumstances. After a week, almost all victims have rebooted their PCs or the memory has been re-written with other data.
Re: WannaCry in-memory key recovery for Windows XP
#13You've got to admit it's a little funny when an OS's security flaws prevent even targeted malware from working properly.
Heh. Since this only works before a reboot and Windows 10, by design, destructively reboots with no recourse, I could imagine this ironic farce: a) security holes lead to a ransom, b) security holes let you reverse the ransom, but c) forced reboots kill any hope you have of recovering with this kind of hack.
Re: WannaCry in-memory key recovery for Windows XP
#14It's hilarious that it uses public-key crypto, yet lets the client know the private key. What's even the point, then?
Re: WannaCry in-memory key recovery for Windows XP
#15It's hilarious that it uses public-key crypto, yet lets the client know the private key. What's even the point, then?
If the WannaCrypt author(s) want to (partly) address this particular tool, they could, for example, just make it reboot on XP after encrypting everything.
Re: WannaCry in-memory key recovery for Windows XP
#16But...
It really hurts my eyes to read "dump_hex" and "normalizedEntropy" in one file.
Is there actually any viable code style guide that one can follow when writing C++ application?
Re: WannaCry in-memory key recovery for Windows XP
#17It's hilarious that it uses public-key crypto, yet lets the client know the private key. What's even the point, then?
Re: WannaCry in-memory key recovery for Windows XP
#18It's only been tested on Windows XP? surprising they couldn't/didn't set up a 7/8/10 VM to try and replicate the results
Re: WannaCry in-memory key recovery for Windows XP
#19It's only been tested on Windows XP? surprising they couldn't/didn't set up a 7/8/10 VM to try and replicate the results
It looks like Microsoft's documentation suggests it will only work on older versions of Windows. From the README: > Indeed, for what I've tested, under Windows 10, CryptReleaseContext does cleanup the memory (and so this recovery technique won't work). It can work under Windows XP because, in this version, CryptReleaseContext does not do the cleanup. Moreover, MSDN states this, for this function : "After this functio…
Re: WannaCry in-memory key recovery for Windows XP
#20Since WannaCry is somewhat neutered at the moment (thanks to the killswitch), and this tool stops working after a reboot, I'd say this tool is somewhat useless, with no intention to insult the man who created it. It's just the circumstances. After a week, almost all victims have rebooted their PCs or the memory has been re-written with other data.