Frequently Asked Questions

RedAlert Ransomware Details

What is RedAlert ransomware and which systems does it target?

RedAlert ransomware is a malware strain that targets both Windows and Linux VMware ESXi servers. It is designed to encrypt files associated with VMware ESXi virtual machines, including log files, swap files, virtual disks, and memory files. The ransomware appends the .crypt658 extension to encrypted files. Note: RedAlert specifically focuses on VMware ESXi-related files and may not impact other file types or platforms outside its targeted scope.

What file types does RedAlert ransomware encrypt?

RedAlert ransomware encrypts files with the following extensions associated with VMware ESXi virtual machines: .log, .vmdk, .vmem, .vswp, and .vmsn. The encrypted files are renamed with the .crypt658 extension. Note: Only these specific file types are targeted in the examined sample; other files may not be affected.

How does RedAlert ransomware operate on Linux systems?

On Linux systems, RedAlert ransomware can shut down running virtual machines using the esxcli command before starting encryption. It offers several command-line options, such as -p (encrypt directory), -f (encrypt file), -r (recursive), -t (show encryption time), -n (search without encryption), -x (debug tests for asymmetric cryptography performance), and -h (help). Note: The ransomware's effectiveness depends on the attacker's access and the system's configuration.

What encryption method does RedAlert ransomware use?

RedAlert ransomware uses the NTRUEncrypt public-key encryption algorithm to encrypt files. This method supports several parameter sets for different security levels and is known for rapid encryption and decryption due to its reliance on polynomial multiplication. However, NTRUEncrypt has not undergone the same level of cryptographic analysis in deployed form as RSA or elliptic curve cryptography. Note: The security of NTRUEncrypt in ransomware use cases is still being evaluated by the research community.

How does RedAlert ransomware demand payment?

RedAlert ransomware demands ransom payments exclusively in Monero (XMR) cryptocurrency. Victims receive a custom ransom note named HOW_TO_RESTORE in each folder, which includes a description of the stolen data and a link to a unique TOR ransom payment site. The site displays the ransom demand and allows negotiation. Note: Monero is not widely supported on US cryptocurrency exchanges due to its privacy features, which may complicate payment for some victims.

What is the 'Board of Shame' in RedAlert ransomware attacks?

The 'Board of Shame' is a leak page operated by RedAlert ransomware threat actors. If victims do not contact the attackers within 72 hours, the stolen data is published on this page for public download as part of a double extortion tactic. Note: Public exposure of sensitive data can have severe reputational and regulatory consequences for victims.

Are there other ransomware operations using NTRUEncrypt?

Yes, FiveHands is the only other known ransomware operation using the NTRUEncrypt public-key encryption method, according to current research. Note: The use of NTRUEncrypt in ransomware is rare and may evolve as more threat actors adopt or abandon this technique.

Ransomware & Security Practices

What is ransomware?

Ransomware is a type of malicious software that encrypts a victim’s files and demands a ransom payment to restore access. For more details, see our ransomware glossary entry. Note: Not all ransomware strains operate identically; some may also steal data or use double extortion tactics.

Where can I find more information about ransomware and its impact?

You can learn about ransomware and its implications in our ransomware glossary entry. Note: For the latest threat intelligence and mitigation strategies, consult reputable cybersecurity sources and vendor advisories.

What core practices should organizations follow to combat evolving ransomware threats like BYOVD?

Core practices to combat ransomware threats include prompt patching of vulnerabilities, enforcing least privilege access, network segmentation, maintaining regular backups and recovery planning, rigorous monitoring and containment for critical legacy systems, and continuous red teaming and attack simulation to verify controls. Combining robust defenses with threat intelligence and continuous testing helps organizations protect against sophisticated kernel-level attacks. Note: Effectiveness depends on consistent implementation and ongoing validation of these practices.

Cymulate Platform & Ransomware Validation

How can Cymulate help organizations validate their defenses against ransomware like RedAlert?

Cymulate is an AI-powered cyber defense engineering platform that enables organizations to continuously validate, prioritize, and improve their cyber defenses against real threats, including ransomware. It automates testing of security controls, simulates real-world attacks, and provides actionable remediation guidance. Cymulate's platform includes an extensive threat library, AI-powered context mapping, and continuous threat exposure management (CTEM) to ensure readiness against evolving ransomware tactics. Note: Cymulate's effectiveness depends on regular use and alignment with organizational security policies; detailed limitations not publicly documented—ask sales for specifics.

Which types of threats can Cymulate validate?

Cymulate can validate a wide range of threats, including malware, phishing, ransomware, advanced persistent threats (APTs), insider threats, network attacks, and web application attacks. The platform is designed to simulate diverse attack scenarios for comprehensive security validation. Note: The breadth of validation depends on the scenarios and integrations selected by the organization.

What is Cymulate's Immediate Threats Module and how does it benefit users?

The Immediate Threats Module in Cymulate is updated rapidly to reflect new attacks, allowing users to quickly assess their IT estate for risks posed by emerging threats and implement remedial actions promptly. Users have noted its speed and relevance for responding to new ransomware campaigns. Note: The module's effectiveness depends on timely updates and organizational response processes.

Technical Documentation & Resources

Where can I find technical documentation about Cymulate's ransomware validation capabilities?

You can access technical documentation and data sheets on Cymulate's solutions, including ransomware validation, in the resource hub and the Threat Studio data sheet. These resources provide in-depth insights into detection engineering, threat validation, and attack simulation. Note: Some resources may require registration or additional access permissions.

Introducing Cymulate Vero AI for Agentic Cyber Defense Engineering
Learn More
New: 2026 Gartner® Market Guide for Adversarial Exposure Validation
Learn More
New Research: Exploiting Configuration Trust in AI Coding Tools
Learn More
New Case Study: How a Financial Authority Validates Cyber Resilience
Learn More

RedAlert Ransomware Targets Windows and Linux VMware ESXi Servers

July 10, 2022

Before starting encryption, virtual machines can be shut down using command options in RedAlert's Linux encryptor. A list of command options is shown below:

-wStops running VMs by calling an esxcli command:
esxcli -formatter=csv -format-param=fields=="WorldID,DisplayName" vm process list | tail -n +2 | awk -F $',' '{system("esxcli vm process kill -type=force -world-id=" $1)}'

  • -p Path (Encrypts files in a directory)
  • -f File (Encrypts a file)
  • -r Recursive (Used with -p)
  • -t Show encryption time
  • -n Search without file encryption (File info)
  • -x Debug Tests (Asymmetric cryptography performance tests)
  • -h List of command options

After stealing data and encrypting all files, they demand a ransom in Monero (XMR). For double extortion, RedAlert threatens the victims to publish the stolen data on their leak page that anyone can download, which is named Board of Shame, if they don't get in contact in 72 hours.
The ransomware will also create a custom ransom note named HOW_TO_RESTORE in each folder, which includes a description of the stolen data as well as a link to a unique TOR ransom payment site for the victim.

The Tor payment site, like other ransomware operation sites, displays the ransom demand and allows threat actors to negotiate.
However, RedAlert/N13V exclusively takes Monero cryptocurrency (XMR) as payment, which is uncommon in US cryptocurrency exchanges due to its private nature.
The ransomware uses the NTRUEncrypt public-key encryption method to encrypt files. This algorithm supports several "Parameter Sets" that provide various levels of security. Compared to other asymmetric encryption methods like RSA, ElGamal, and elliptic curve cryptography, these processes are rapid because encryption and decryption use only simple polynomial multiplication. However, NTRUEncrypt has not yet undergone a comparable level of cryptographic analysis in deployed form.

The '-x' command-line option of RedAlert/N13V is an intriguing feature because it performs 'asymmetric cryptography performance testing' utilizing these various NTRUEncrypt parameter sets. But it's unknown whether there's a way to force a specific parameter set during encryption or if the ransomware will choose a more effective one.

FiveHands is the only other known ransomware operation using this encryption method.

The ransomware will only encrypt files associated with VMware ESXi virtual machines, such as log files, swap files, virtual disks, and memory files, as their extensions are listed below.

  • .log
  • .vmdk
  • .vmem
  • .vswp
  • .vmsn

These file formats would be encrypted by the ransomware in the examined sample , and the file names of encrypted files would be appended with the.crypt658 extension.