Check us out on Instagram

Cyber Society

Researchers Outhack Ransomware Hackers

Researchers Outhack Ransomware Hackers

Researchers Outhack Ransomware Hackers
byDarsh Poddaron Sep 3, 2023
Cybersecurity Awareness
Ransomware

In a world where cyber threats are constantly evolving, staying informed is paramount to safeguarding your digital life. In a recent breakthrough, researchers at the threat intelligence company EclecticIQ have successfully out-hacked ransomware hackers by cracking the encryption scheme of the notorious Key Group ransomware. This development offers a glimmer of hope for victims, providing them with a way to recover their files without having to pay hefty ransoms.

Understanding the Weakness

The Key Group ransomware, operated by a Russian-speaking threat actor, burst onto the scene in early 2023, causing chaos by infiltrating organizations, encrypting data, and demanding substantial ransoms. The cybercriminals behind this malware touted their use of "military-grade AES encryption" to lock victims out of their own files. However, EclecticIQ's experts uncovered a critical vulnerability: static salt.

The ransomware employed the AES algorithm in Cipher Block Chaining (CBC) mode with a fixed password derived from a key using the Password-Based Key Derivation Function 2 (PBKDF2) with a static salt. This predictability allowed security experts to reverse-engineer the encryption, ultimately leading to the development of a decryption tool.

How the Decryptor Works

EclecticIQ's Key Group ransomware decryptor is a Python script shared in their comprehensive report. To utilize it, follow these simple steps:

  1. Download the Python script (decryptor.py) from the provided source.

  2. Save the script to your local machine.

  3. Open a terminal or command prompt.

  4. Navigate to the directory where you saved the script.

  5. Run the following command:

    python decryptor.py /path/to/search/directory
    

The script will diligently search for files with the .KEYGROUP777TG extension within the specified directory and its subdirectories. Once found, it will decrypt these files and restore them to their original state, saving them with their original filenames.

The Road Ahead

The release of EclecticIQ's decryptor marks a significant blow to the Key Group ransomware operators. It may prompt them to address vulnerabilities in their malware, potentially making future versions more challenging to decrypt. However, for individuals currently affected by this ransomware, this tool shines as a ray of hope.

Always remember that cybersecurity is everyone's responsibility, whether you're a technical expert or a non-technical user. Stay vigilant and stay tuned for more updates on how to stay safe in the ever-evolving digital world.