Onion crypto-ransomware now using Tor network

happygeek 1 Tallied Votes 418 Views Share

It seems like forever, but actually it was only the end of last year that we were writing about CryptoLocker which had pretty much redefined the ransomware landscape. Now this particular threat market is morphing again with the discovery of onion crypto ransomware.

Also known as Critroni, and CTB-Locker for what it's worth, the ransomware has been openly available (if you'll excuse the contradiction) on the underweb dark market for a few weeks now. However, this last week it has emerged in the wild being dropped by something called the Angler exploit kit. So why is this such a change in the ransomware attack methodology? Mainly, researchers are telling us, because it uses the anonymous Tor network in order to hide the command and control centers.

CryptoLocker upped the anti by encrypting files on the target computer, persisting across reboots and also encrypting backups on connected networks. It also demanded the ransom in Bitcoin in order to, the victim would hope, release a key for decryption. When the Gameover Zeus malware operation was successfully taken down by law enforcement agencies from the US and Europe, it looked like CryptoLocker was dead in the water as this was a key distribution channel. It should come as no surprise, and is likely no coincidence, that at exactly the same time the first instances of underground marketing for Critroni were spotted by security researchers. Now emerging from the Russian enclave where it was first tested out, Critroni/Onion sells for 'just' $3000 and is being seen in a diverse range of attack scenarios including via spambot installations being dropped by Angler.

Like CryptoLocker before it, the ransomware will encrypt a bunch of files including those which often have the most perceived value within the consumer market (targeted as they are less likely to be security savvy)such as photos, music and documents. Like CryptoLocker, the ransom demand is in Bitcoin and currently stands at 0.5 BTC or $300 give or take.

Unlike CryptoLocker, Critroni/CTB-Locker/Onion (call it what you will) uses the Tor network to operate the command and control infrastructure. In itself this is not new, as some banking Trojan malware has somewhat ironically been spotted operating covertly on Tor in recent months, however it is thought to be the first time that a crypto-ransomware threat has used it. The executable for getting that Tor connection is embedded in the body of the ransomware, rather than in an accompanying Tor.exe file according to Kaspersky researchers who have been doing much of the digging. This would suggest that, from a programming perspective, the people behind it are actually quite accomplished.

See here for a detailed analysis of the threat.

Dani AI

Generated

called out a useful technical write-up; the practical follow-ups from (backups) and (OS choice) are good starting points. Below are concise, actionable steps and clarifications that remain useful years later — focused on what to do if hit, and how to reduce the chance of ever getting hit again.

If you discover encryption/ransomware on a machine: isolate that host immediately from the network (physically unplug or disable the NIC). If there is forensic capability on-hand, capture volatile data and create a full disk image before doing anything else; otherwise power the machine down to prevent further spread and preserve the encrypted files for recovery attempts. If you can capture quickly, these two commands illustrate the idea (adapt for your environment):

# quick disk image (Linux live environment)
dd if=/dev/sda of=/mnt/forensics/image.dd bs=4M conv=sync,noerror

# disable network on Windows (example)
netsh interface set interface "Wi-Fi" admin=disabled

Backups are the primary defence. Use the 3-2-1 approach (multiple copies, multiple media, one off-site) and add an immutable or air-gapped copy so ransomware cannot reach or delete it. Test restores periodically — a backup that hasn’t been tested is not reliable. Follow incident-response playbooks (preserve evidence, document actions) and report to authorities; law enforcement takedowns and arrests have disrupted some campaigns. (iwar.org.uk)

Network and endpoint controls matter: restrict outbound egress, apply least privilege, enable application whitelisting/allowlisting, keep systems patched, and block or monitor for anonymizing-network activity (Tor/onion-to-web proxies) with IDS/IPS signatures — many rule sets include Tor detection. These controls reduce the chance an exploit kit or phishing payload will convert into an irrecoverable encryption event. (labunix.hatenadiary.org)

If files are encrypted, do not assume payment is the only path — check community decryptor repositories first and keep copies of the encrypted data; initiatives exist to publish free decryptors when available. Also notify law enforcement and your insurer (if applicable). Finally: backups + patching + phishing-resistance (MFA, mail filtering, user training) + EDR/whitelisting are the hygiene that prevents most ransomware headaches. (nomoreransom.org)

Hiroshe 499 Posting Whiz in Training

Evil side: I like the idea of using Tor to control malware. It's more convieneint then using public wifi, usenet, Pastebay, etc...

Good"er" side: Back your stuff up (off site)! Randsomware, harddrive failure, fire, theft, etc... are all dangerous.

Member Avatar for Member #46692
Member #46692

Ever since I moved to linux I've not had to deal such issues. I haven't reformatted my machine in at least two years.

boyans commented: You see fan of formating ;) +0
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.