[Cryptography] Cryptolocker

Jerry Leichter leichter at lrw.com
Thu Nov 21 22:16:13 EST 2013


On Nov 21, 2013, at 9:08 PM, Greg Broiles wrote:
> According to Steve Gibson at https://www.grc.com/sn/sn-427.txt, when CryptoLocker contacts the central server(s), the servers generate a unique (per victim) 2048-bit RSA keypair; the public key is sent from the server to the infected machine. The infected machine generates a random 256 bit AES key, which is then encrypted with the public key and sent to the server, and used locally to encrypt the ransomed files. The key stored in the infected machine's registry is the public half of the RSA key. 
This does mean that if you manage to catch the program while it's running, you can (in principle; the practice may be quite difficult) extract the AES key, which is all you need - the RSA keypair is purely secondary.  There are reports that the program will encrypt newly-created files on an infected machine, at least sometimes.  If this is true, the program must have some way of asking for the AES key, even if the ransom hasn't been paid.  That would be a major vulnerability.

                                                        -- Jerry

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.metzdowd.com/pipermail/cryptography/attachments/20131121/eb0936b2/attachment.html>


More information about the cryptography mailing list