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.