It has been reported that recently emerged NoEscape ransomware, which is believed to be a rebrand of Avaddon is targeting the enterprises in double-extortion attacks. As part of these attacks, the threat actors steal data and encrypt files on Windows, Linux, and VMware ESXi servers.
Infection Mechanism
Upon execution, NoEscape ransomware will run the following commands to delete Windows Shadow Volume Copies, local Windows backup catalogs, and to turn off Windows automatic repair:
SHADOWCOPY DELETE /nointeractive
wmic SHADOWCOPY DELETE /nointeractive
wbadmin DELETE SYSTEMSTATEBACKUP -deleteOldest
wbadmin DELETE BACKUP -deleteOldest
wbadmin DELETE BACKUP -keepVersions:0
vssadmin Delete Shadows /All /Quiet
bcdedit /set {default} recoveryenabled No
The encryptor will then begin to terminate the processes, including those associated with security software, backup applications, web and database servers. It will also stop the Windows services associated with databases, QuickBooks, security software, and virtual machine platforms. The ransomware terminates these applications to unlock files that may be opened and prevented from being encrypted. However, even if files are locked, the encryptor utilizes the “Windows Restart Manager” API to close processes or shut down Windows services that may keep a file open and prevent encryption. The encryptor will also configure a scheduled task named 'SystemUpdate' for persistence on the device and to launch the encryptor when logging into Windows.
NoEscape's and Avaddon's ransomware encryptors are almost identical, with only one notable change in encryption algorithms. Previously, the Avaddon encryptor utilized AES for file encryption, while "NoEscape" has switched to using the Salsa20 algorithm.
NoEscape ransomware encrypted files will have a 10-character extension appended to the filename, which is unique for each victim.

The ransomware will also change the Windows wallpaper to an image telling victims they can find instructions in the ransom notes named HOW_TO_RECOVER_FILES.txt.

The HOW_TO_RECOVER_FILES.txt ransom notes are located in each folder on the device and include information on what happened to a victim's files and links to the NoEscape Tor negotiation site.

Indicators of Compromise:
Hashes
ea1f7940271fc80d06b2f222506020b650ad41bc
30f71a24c15dd81965b12996a79d914acf4f169e
12dc0a2de3ad30201107bfcb679de5acacf31e5c
30c60f18279ed5fd36e3ac2d3ba5ddbdc5d1f624
9cbc7417fa5ce2f6d87026337fc7892e4f485819
d38c613020cb4616783c8535380e28404f7eaebf
b17403e7dcb992ba8d2b56dd843406264d3910e5
317f296131b37a73c9a5d253015821dfdc8b1190
Countermeasures and Best practices for prevention:
- Maintain offline backups of data, and regularly maintain backup and restoration. This practice will ensure the organization will not be severely interrupted, have irretrievable data.
- Ensure all backup data is encrypted, immutable (i.e., cannot be altered or deleted) and covers the entire organization's data infrastructure
- Implement all accounts with password logins (e.g., service account, admin accounts, and domain admin accounts) to have strong, unique passwords.
- Implement multi-factor authentication for all services to the extent possible, particularly for webmail, virtual private networks, and accounts that access critical systems.
- Remove unnecessary access to administrative shares