Ransomware Spotlight: Clop
An overview of Clop operations
The Clop ransomware appends the “.ClOP” (“Clop” spelled with a small “L”) extension to the files it encrypts. Researchers also discovered that Clop targets a victim’s entire network instead of just individual computers. This is made possible by hacking into the Active Directory (AD) server before the ransomware infection to determine the system’s Group Policy. This allows the ransomware to persist in the endpoints even after incident responders have already cleaned them up.
Previous attacks by the TA505 group saw the delivery of the Clop malware as the final stage of its payload in massive phishing campaigns. The malicious actors would send spam emails with HTML attachments that would redirect recipients to a macro-enabled document such as an XLS file used to drop a loader named Get2. This loader facilitates the download of various tools such as SDBOT, FlawedAmmyy, and Cobalt Strike. Once the malicious actors intrude into the system, they proceed to reconnaissance, lateral movement, and exfiltration to set the stage for deployment of the Clop ransomware.
The operators behind Clop coerce their victims by sending out emails in a bid for negotiations. They also resort to more severe threats such as publicizing and auctioning off the stolen information on their data leak site “Cl0p^_-Leaks” if their messages are ignored. They have also gone to the extent of using quadruple extortion techniques, which have involved going after top executives and customers to pressure companies into settling the ransom.
Having established itself well in the world of cybercrime, the Clop ransomware gang is deemed as a trendsetter for its ever-changing tactics, techniques, and procedures (TTPs). Indeed, the group’s Kiteworks FTA exploits set a new trend as these significantly pulled up the average ransom payments for the first quarter of 2021. A report that cited Coveware’s findings revealed that the average ransomware payments significantly went up to US$220,298, which is an increase of 43%. It also said that the median ransom payment increased sharply to US$78,398 from US$49,459, which translates to a 60% hike.
Top affected countries and industries
In this section, we discuss Trend Micro™ Smart Protection Network™ (SPN) data on detections of Clop attempts to compromise organizations. Our detections reveal that the US had the largest number of attack attempts at 2,214 followed by Spain at a distant second with 505 attempts. The rest of the detections are spread across North America, South America, Asia Pacific, Europe, and the Middle East.
Figure 1. 10 countries with the highest number of attack attempts per machine for the Clop ransomware (January 1, 2021 to January 31, 2022)
While other known RaaS operators claim to avoid the healthcare sector as a target out of humanitarian consideration, our detections reveal that this is not the case for Clop, as this sector received the highest number of detections at 959, followed by the financial industry at 150. Figure 2 shows the breakdown of detections according to industry.
Figure 2. 10 industries with the highest number of attack attempts per machine for the Clop ransomware (January 1, 2021 to January 31, 2022)
Source: Trend Micro Smart Protection Network infrastructure
By breaking down the detections per month, we are able to determine that 2021 saw the peak of Clop attacks in June of the same year at 784 attack attempts. March also saw a steep rise in attempts at 663, which was significantly higher than the detections in prior months. Our detections suggest that Clop operations have remained robust as numbers consistently straddled the 300 to 400 range from July 2021 to January 2022.
Figure 3. Monthly breakdown of detections per machine for the Clop ransomware (January 1, 2021 to January 31, 2022)
Source: Trend Micro Smart Protection Network infrastructure
We also looked into Clop’s leak site to gain insights into the operators’ successful attacks from December 16, 2021 to January 15, 2022. During this period, only two organizations — both small businesses — were successfully compromised by Clop operators. One organization belongs to the legal sector, while the other belongs to the fashion and apparel sector. Both organizations are based in North America, and as observed in the aforementioned period, have yet to pay ransom.
Infection chain and techniques
The Clop ransomware that TA505 first distributed evaded detection by using a binary that was digitally signed and verified to make it seem like a legitimate executable file. The group launched a large volume of spear-phishing emails that were sent to the employees of an organization to trigger the infection process. Figure 4 shows the infection chain.
Figure 4. The first infection chain of TA505
In January 2020, TA505 changed the flow of infection by using SDBOT alone to collect and exfiltrate data to the command-and-control (C&C;) server. Figure 5 shows the modified infection chain.
Figure 5. The modified infection chain of TA505
Figure 6. The infection chain of FIN11
Figure 6 shows the infection chain of FIN11’s exploit of the multiple zero-day vulnerabilities in Kiteworks’ FTA so that it could install a newly discovered web shell, DEWMODE. FIN11 then used this same web shell to exfiltrate data from the FTA and deliver the Clop ransomware as a payload.
Initial Access
The threat actors behind the Clop ransomware use an established network of affiliates to gain initial access and send a large volume of spear-phishing emails to employees of an organization to induce infection. The malicious actors use a compromised RDP to penetrate the system either by attempting to brute-force passwords or by exploiting some known vulnerabilities. The following are the Kiteworks FTA zero-day exploits that they used in early 2021:
- CVE-2021-27101 – SQL injection via a crafted host header
- CVE-2021-27102 – Operating system command execution via a local web service call
- CVE-2021-27103 – SSRF via a crafted POST request
- CVE-2021-27104 – Operating system command execution via a crafted POST request
The ransomware group was reported to have exploited the SolarWinds Serv-U product vulnerability tagged as CVE-2021-35211.
Discovery
Clop’s ransomware toolkit contained several malware types to harvest information:
- FlawedAmmyy remote access trojan (RAT) collects information and attempts to communicate with the C&C; server to enable the download of additional malware components.
- After getting through the AD server, it will download an additional hacking tool, Cobalt Strike.
- SDBOT, another RAT, propagates the infection in many ways, including exploiting vulnerabilities and dropping copies of itself in removable drives and network shares. It is also capable of propagating when shared through peer-to-peer (P2P) networks. Malicious actors use SDBOT as a backdoor to enable other commands and functions to be executed in the compromised computer.
Lateral Movement, Discovery, and Defense Evasion
At this stage, the malware scans for the workgroup information of the machine to distinguish personal machines from enterprise ones. If the workgroup is the default by value, the malware will stop malicious behavior and delete itself. If the AD server domain is returned, a machine gets classified as a corporate machine. The malware attempts to hack the AD server using Server Message Block (SMB) vulnerabilities and using the added downloaded hacking tool Cobalt Strike. Cobalt Strike is a known tool for post-exploitation that has been previously connected to other ransomware families. Meanwhile, TinyMet is used to connect the reverse shell to the C&C; server. The AD server admin account is used to propagate the Clop ransomware to internal network machines. As for SDBOT, it uses application shimming to preserve the continuity of the attack and to avoid detection.
Exfiltration
One attack was observed as using DEWMODE to exfiltrate stolen data.
Impact
The ransomware payload that terminates various Windows services and processes proceeds to its encryption routine.
MITRE tactics and techniques
Initial Access | Execution | Persistence | Privilege Escalation | Defense Evasion | Discovery | Lateral Movement | Collection | Command and Control | Exfiltration | Impact |
---|---|---|---|---|---|---|---|---|---|---|
T1566.001 - Phishing: Spear-phishing attachment Arrives via phishing emails that have Get2 Loader, which will download the SDBot and FlawedAmmy RAT T1190 - Exploit public-facing application T1078 - Valid accounts | T1106 - Native API T1059 - Command and scripting interpreter T1204 - User executionUser execution is needed to carry out the payload from the spear-phishing link/attachments | T1547 - Boot or logon autostart execution Creates registry run entries to execute the ransomware as a service T1543.003 - Create or modify system process: Windows service | T1484.001 - Domain Policy modification: Group Policy modification Uses stolen credentials to access the AD servers to gain administrator privilege and attack other machines within the network T1068 - Exploitation for privilege escalation T1574 - Hijack execution flow | T1036.001 - Masquerading: invalid code signature T1562.001 - Impair defenses: disable or modify tools T1140 - Deobfuscate/Decode files or information T1070.004 - Indicator removal on host: file deletion T1055.001 - Process injection: DLL injection T1202 - Indirect command execution T1070.001 - Indicator removal on host: clear Windows event logs | T1083 - File and directory discovery T1018 - Remote system discovery T1057 - Process discovery T1082 - System information discovery T1012 - Query registry T1063 - Security software discovery | T1570 - Lateral tool transfer T1021.002 - Remote services: SMB/Windows admin shares | T1005 - Data from local system | T1071 - Application Layer Protocol | T1567 - Exfiltration over web service | T1486 - Data encrypted for impact T1490 - Inhibit system recovery |
Summary of malware, tools, and exploits used
Security teams can watch out for the presence of the following malware tools and exploits that are typically used in Clop attacks:
Initial Entry | Execution | Discovery | Privilege Escalation | Lateral Movement | Command and Control | Defense Evasion | Exfiltration |
---|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
Recommendations
Despite last year’s arrests of alleged members of the Clop ransomware cartel in Ukraine, our detections of this ransomware indicate that the group is still a potential threat and might strike anytime. Moreover, the operators behind Clop are known to regularly change their TTPs, which means that expecting them to sharpen the proverbial saw is par for the course. It is therefore best to stay vigilant and armed with the knowledge that ransomware operators are always waiting for a chance to pounce on their next victim.
To protect systems against similar threats, organizations can establish security frameworks that allocate resources systematically for establishing a strong defense strategy against ransomware.
Here are some best practices that organizations can consider:
Audit and inventory
- Take an inventory of assets and data.
- Identify authorized and unauthorized devices and software.
- Make an audit of event and incident logs.
Configure and monitor
- Manage hardware and software configurations.
- Grant admin privileges and access only when necessary to an employee’s role.
- Monitor network ports, protocols, and services.
- Activate security configurations on network infrastructure devices such as firewalls and routers.
- Establish a software allowlist that only executes legitimate applications.
Patch and update
- Conduct regular vulnerability assessments.
- Perform patching or virtual patching for operating systems and applications.
- Update software and applications to their latest versions.
- To prevent attacks like the Kiteworks FTA exploits, update to and patch the latest version of the FTA to clear the zero-day vulnerabilities that were released by the malicious actors and dedicated to the attack signatures.
Protect and recover
- Implement data protection, backup, and recovery measures.
- Enable multifactor authentication (MFA).
Secure and defend
- Employ sandbox analysis to block malicious emails.
- Deploy the latest versions of security solutions to all layers of the system, including email, endpoint, web, and network.
- Detect early signs of an attack such as the presence of suspicious tools in the system.
- Use advanced detection technologies such as those powered by AI and machine learning.
Train and test
- Regularly train and assess employees on security skills.
- Conduct red-team exercises and penetration tests.
A multilayered approach can help organizations guard the possible entry points into the system (endpoint, email, web, and network). Security solutions that detect malicious components and suspicious behavior could also help protect enterprises.
- Trend Micro Vision One™ provides multilayered protection and behavior detection, which helps block questionable behavior and tools early on before the ransomware can do irreversible damage to the system.
- Trend Micro Cloud One™ Workload Security protects systems against both known and unknown threats that exploit vulnerabilities. This protection is made possible through techniques such as virtual patching and machine learning.
- Trend Micro™ Deep Discovery™ Email Inspector employs custom sandboxing and advanced analysis techniques to effectively block malicious emails, including phishing emails that can serve as entry points for ransomware.
- Trend Micro Apex One™ offers next-level automated threat detection and response against advanced concerns such as fileless threats and ransomware, ensuring the protection of endpoints.
Indicators of Compromise (IOCs)
The IOCs for this article can be found here. Actual indicators might vary per attack.
Like it? Add this infographic to your site:
1. Click on the box below. 2. Press Ctrl+A to select all. 3. Press Ctrl+C to copy. 4. Paste the code into your page (Ctrl+V).
Image will appear the same size as you see above.
Recent Posts
- Ransomware Spotlight: TargetCompany
- Email Threat Landscape Report: Cybercriminal Tactics, Techniques That Organizations Need to Know
- Preventing an Imminent Ransomware Attack With Early Detection and Investigation
- Inside the Halls of a Cybercrime Business
- Securing Cloud-Native Environments with Zero Trust: Real-World Attack Cases