Skip to main content

Posts

Showing posts with the label malware

Update: CryptoDefense rebranded to CryptoWall

After the fortune they reaped with CryptoDefense, not only did the crooks buy more computers from a bot net. They also rebranded it to 'CryptoWall' and made considerable changes to its website: + Multilanguage Support + Slight color changes in their website. Now it looks nicer, I confess. + Support (You can message them in case you need help)  - Their English sucks, so I haven't noticed any improvement in this area. * Ransomware notes are now named as: DECRYPT_INSTRUCTION.txt DECRYPT_INSTRUCTION.html DECRYPT_INSTRUCTION.url What does it mean to 'buy computers'? Most computers that were hit by this nasty ransomware had been previosuly infected by a botnet. A botnet is a network of infected computers that can be spied and controlled by their masters (those who own the botnet network).  These computer programs are usually used to gather users' credentials to home-banking and to perform DDoS attacks on websites, etc. (Yes, you can pay these croo...

Working backwards to the seeds! (OUTDATED)

Note:  This article is technically accurate and it can be applied to rudimentary RSA implementations that only use time retrieval functions as seed as demonstrated by CS Students from Virginia University .  However, CryptoDefense  uses CrytoAPI which uses a robust PRNG based on  process ID, thread ID,  system clock, system time, system counter, memory status, free disk clusters,  etc . I dramatically changed the keys recovery approach as soon as I found out the keys were stored on disk.    Why keep this article then? Oh, we wanted the crooks to think we were down the wrong path ;) Do NOT use somebody else's decryption program! The reason why each key is unique and why you can't use somebody else's decryption program is because this ransomware randomly generates the keys for each victim. If there was a unique private key for everyone, there would be no need to panic! But the is a problem... Software alone is technica...