Originally published on CyberNetSec.
Executive Summary
A report from cybersecurity firm NordStellar indicates a persistent and growing ransomware threat landscape, with a 20% year-over-year increase in attacks during the first half of 2026. Researchers documented 5,257 ransomware incidents between January and June 2026. Although the second quarter experienced a minor 4% decrease compared to the first, the overall volume establishes a new and alarmingly high baseline. The report highlights intense activity from ransomware groups Qilin and The Gentlemen. A particularly concerning trend is a 74% quarterly increase in attacks targeting large enterprises, suggesting that major corporations are increasingly in the crosshairs of sophisticated ransomware operations.
Threat Overview
- Total Attacks (H1 2026): 5,257 incidents
- Year-over-Year Growth: 20% increase compared to H1 2025 (4,387 incidents)
- Quarterly Trend: Q2 2026 saw 2,581 incidents, a 4% decrease from Q1 2026, but established a high baseline.
-
Most Active Groups (Q2 2026):
- Qilin: 299 attacks
- The Gentlemen: 284 attacks
- DragonForce: 147 attacks
While small and medium-sized businesses (SMBs) remain the primary targets, the report identifies a significant strategic shift towards more lucrative, large enterprise targets.
Technical Analysis
The high volume of attacks is driven by the Ransomware-as-a-Service (RaaS) model, which lowers the barrier to entry for less skilled affiliates. The TTPs used by these groups are well-established:
-
Initial Access: The most common vectors continue to be phishing (
T1566 - Phishing), exploitation of public-facing applications (T1190 - Exploit Public-Facing Application), and the use of stolen credentials, particularly for remote access services like RDP and VPNs (T1078 - Valid Accounts). -
Execution and Impact: Groups like Qilin are known for their sophisticated encryptors and double-extortion tactics. After gaining access, they move laterally to compromise as much of the network as possible before deploying the ransomware payload (
T1486 - Data Encrypted for Impact) and exfiltrating data to their leak sites.
Impact Assessment
- Increased Targeting of Large Enterprises: The 74% surge in attacks against companies with over $1 billion in revenue is a critical finding. These attacks are more complex but offer a much higher potential payout for threat actors. This trend suggests that top-tier ransomware groups are becoming more ambitious and capable.
- Sustained High Volume: The establishment of a baseline of over 2,500 attacks per quarter indicates that ransomware is a consistent, high-volume threat that is not diminishing, despite law enforcement actions against some groups.
- Economic Damage: The continued high rate of attacks translates to billions of dollars in economic damage globally, from ransom payments, recovery costs, and business interruption.
IOCs — Directly from Articles
This is a trend report and does not contain specific IOCs.
Cyber Observables — Hunting Hints
To detect activity from prevalent groups like Qilin, defenders can hunt for:
| Type | Value | Description | Context |
|---|---|---|---|
file_name |
README.txt |
Qilin ransomware often uses this generic name for its ransom notes. | File system monitoring |
command_line_pattern |
reg.exe add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" |
Command used to disable Microsoft Defender via the registry. | EDR, Process creation logs |
process_name |
adfind.exe |
A legitimate Active Directory query tool often abused by ransomware actors for reconnaissance. | EDR, Process creation logs |
service_name |
PsExec |
Service created by the PsExec tool, which is commonly used for lateral movement and ransomware deployment. | Windows System Event Log (ID 7045) |
Detection & Response
- Behavioral-Based Detection: Rely on EDR and NDR solutions that use behavioral analysis to detect ransomware activities, rather than just static signatures. This includes detecting credential dumping, lateral movement, and mass file encryption. This aligns with D3-PA: Process Analysis.
- Threat Intelligence Integration: Integrate threat intelligence feeds that provide IOCs and TTPs for active groups like Qilin and The Gentlemen into SIEM and SOAR platforms to automate detection and response.
- Deception Technology: Deploy decoys and honeypots within the network. An attacker interacting with a decoy can trigger a high-fidelity alert, providing early warning of a breach. This is an application of D3-DO: Decoy Object.
Mitigation
- Attack Surface Management: Continuously scan and remediate the external attack surface. This includes patching vulnerabilities, closing unnecessary ports, and securing remote access services. This is a key part of M1051 - Update Software.
- Identity Security: Given the rise in attacks on large enterprises, focus on securing privileged accounts and implementing robust identity and access management (IAM) controls.
- Immutable Backups: This remains the most critical defense. Ensure backups are offline or immutable and test the restoration process regularly.
- Network Segmentation: Segment the network to prevent ransomware from spreading from workstations to critical servers and from IT to OT environments. This is a direct application of D3-NI: Network Isolation.
Top comments (0)