In 2026, the question is no longer whether ransomware will hit your organization, but when, which makes solid ransomware protection a business survival requirement rather than an optional extra. According to the latest Verizon Data Breach Investigations Report (DBIR 2026), ransomware was involved in 48 percent of all analyzed breaches, up from 44 percent the year before. The most sobering finding for smaller organizations: 96 percent of ransomware victims with a known company size were small and medium-sized businesses (SMBs) with fewer than 1,000 employees. The familiar assumption that "we are too small to be a target" is now statistically false.
This guide connects what most sources treat separately: the official frameworks (the NIST Cybersecurity Framework 2.0, the CISA #StopRansomware response checklist and the German BSI catalog with its benefit-versus-effort rating), hard primary statistics from the 2026 Verizon DBIR, and the full 3-2-1-1-0 backup rule that defends against attacks aimed specifically at your backups. It also covers the current threat landscape with groups like Qilin, Akira and LockBit 5.0, a structured defense-in-depth checklist, and a concrete first-60-minutes incident response grid.
The guide is written for IT and security leaders as well as decision-makers in mid-sized companies who want to not only understand ransomware but defend against it as part of a resilient security architecture.
What is ransomware, and why isn't antivirus enough?
NIST defines ransomware precisely: "Ransomware is a type of malicious software (malware) that encrypts an organization's data and demands payment as a condition of restoring access to that data." The critical difference from many other cyber incidents is its immediate, visible impact on business operations. While stolen intellectual property often goes unnoticed, ransomware can halt production, accounting or patient care within hours.
A traditional antivirus scanner isn't enough for one simple reason: days or even weeks typically pass between the initial intrusion and the actual encryption event. The German Federal Office for Information Security (BSI) puts it bluntly in its ransomware catalog: ransomware is not an "act of God" but a preventable, manageable attack. And crucially, there is "no single measure." Only the interplay of many layers, the defense-in-depth principle, provides real protection.
The main types of ransomware
- Crypto ransomware: the classic variant that encrypts files and demands payment for the key.
- Locker or screenlocker ransomware: locks access to the entire system without necessarily encrypting individual files.
- Leakware (extortionware): steals data and threatens publication rather than just encrypting.
- Wiper: permanently destroys data while merely posing as ransomware, with no real intent to decrypt (example: NotPetya).
The 2026 threat landscape in hard numbers
Many ransomware guides rely on vague estimates. We anchor this section in the most current primary source, the 2026 Verizon DBIR (19th edition, more than 22,000 confirmed breaches across 145 countries), and supplement it with vendor and industry figures.
- 48 percent of all analyzed breaches in 2025 involved a ransomware component (DBIR 2026, up from 44 percent).
- 96 percent of ransomware victims with a known size were SMBs (DBIR 2026). Mid-market companies are not the fallback target, they are the primary one.
- 69 percent of victims did not pay the ransom (DBIR 2026, up from 65 percent). The median amount actually paid fell to 139,875 US dollars (from 150,000).
- 31 percent of all attacks in 2025 started with the exploitation of a vulnerability, making it the single most common initial access vector for the first time (DBIR 2026, up 55 percent year over year).
- 80 percent or more of organizations experience operational disruption from breaches (Unit 42 Global Incident Response Report), and the average cost of a ransomware attack runs to several million dollars.
One of the most important DBIR 2026 findings is the infostealer-to-ransomware pipeline: 73 percent of ransomware victims had an associated infostealer or credential-leak event in the prior year, and half of those events occurred within just 95 days before the ransomware attack. Stolen credentials on the dark web are therefore a direct early warning sign of an impending attack.
How modern ransomware actually works
Ransomware-as-a-Service and the division of labor
The single biggest reason for the sheer volume of attacks is the Ransomware-as-a-Service (RaaS) business model. Developers rent their malware to "affiliates" who carry out the actual attacks and keep 70 to 80 percent of the extorted ransom. This is complemented by Initial Access Brokers (IABs), specialized dealers who sell already-compromised access (VPN, RDP, SaaS accounts). According to the DBIR 2026, VPN access accounted for 44 percent of the access types offered by IABs over the last four years. As a result, attacks today rarely begin with a zero-day, but usually with a purchased, stolen credential.
Double and triple extortion
Pure encryption is no longer the business model. With double extortion, attackers steal data before encrypting it and threaten to publish it, pressuring even organizations that could easily restore from backups. Triple extortion adds a third layer: deliberate operational disruption, such as DDoS attacks or contacting the victim's customers and partners, to "weaponize" downtime. This is precisely where backups reach their limit: they restore availability but do not prevent the publication of stolen data. The BSI's recommended countermeasure is rigorous data minimization: only the data you actually store can be exfiltrated.
Living off the land and AI
Modern attackers bring as little of their own malware as possible and instead abuse legitimate built-in tools (living off the land), such as PowerShell, PsExec, WMI, RDP or legitimate remote monitoring and management (RMM) software. The DBIR 2026 records a 240 percent relative growth in the abuse of RMM software for command and control. New on the scene is the use of AI: in 2025, PromptLock became the first documented ransomware to run a local AI language model, generating malicious scripts and selecting file targets dynamically during infection.
Active ransomware groups in 2025/2026
| Group | Profile (2025/2026) | |---|---| | Qilin (Agenda) | over 1,000 victims, highly professional RaaS platform, targets Windows, Linux and VMware ESXi | | Akira | around 740 victims, focus on mid-market, entry via VPN/RDP, roughly 244 million USD in ransom by late 2025 | | DragonForce | fast-growing, 20 percent of Q3 2025 victims in Germany, cartel-like cooperation | | LockBit 5.0 | comeback in September 2025, smaller than at its peak | | Cl0p | around 517 victims, mass exploitation of file-transfer software vulnerabilities |
Documented 2025 cases show how these attacks unfold. Japanese beverage maker Asahi suffered a nationwide product shortage in October 2025 at the hands of Qilin, with attackers relying on native system tools after stealing credentials. Kettering Health was hit in May 2025 by the Interlock group, affecting 14 medical centers and forcing patients to postpone chemotherapy. And the April 2025 attack on Marks & Spencer caused an estimated 300 million pounds in losses over several weeks, per the DBIR, disrupting everything from online sales to refrigeration monitoring.
Understanding the attack chain
Ransomware attacks follow a recurring pattern. Knowing the phases lets you place defenses at every stage. Simplified, the chain has five stages:
- Initial access: via phishing, an unpatched vulnerability (the most common vector per DBIR 2026), stolen credentials or a poorly secured remote access point.
- Reconnaissance and privilege escalation: the attacker maps the network, harvests credentials (for example via Mimikatz or LSASS dumping) and gains administrator rights.
- Lateral movement: spreading to additional systems, usually via RDP, PsExec or WMI. The "breakout time" from initial compromise to first lateral movement has historically been around two hours.
- Data exfiltration: siphoning off sensitive data (using tools like Rclone or WinSCP) as the basis for double extortion.
- Encryption and extortion: deleting shadow copies, encrypting data and dropping the ransom note.
These techniques map systematically to the MITRE ATT&CK framework, from phishing (T1566) and exploitation (T1190) through PowerShell execution (T1059.001) and credential theft (T1003) to the encryption itself (T1486). This mapping helps security teams test their own detection coverage against real adversary steps.
Structured protection: the NIST Cybersecurity Framework 2.0
Rather than an arbitrary list of tips, it pays to anchor your protection in a recognized framework. The NIST Cybersecurity Framework 2.0 is organized into exactly six functions covering the full lifecycle. The dedicated NIST report IR 8374r1 (Ransomware Risk Management, 2026) maps concrete ransomware measures to each function:
- GOVERN: establish and communicate the risk strategy, roles and legal requirements. Ransomware is a business risk, not purely an IT issue.
- IDENTIFY: inventory critical data, systems and devices and prioritize them by criticality. You cannot protect what you do not know.
- PROTECT: implement safeguards such as MFA, least privilege, patching, segmentation and immutable backups.
- DETECT: find attacks as early as possible, ideally before encryption executes.
- RESPOND: contain, analyze and mitigate incidents.
- RECOVER: restore operations and data in an orderly, verified way.
An important fact check: there are six functions, not five as in older CSF 1.1 depictions. The GOVERN function was added with CSF 2.0 and puts executive accountability at the center.
Defense in depth: the concrete measures
Along the NIST functions, the practical measures fall into three blocks: prevention, detection and response, and backup and recovery.
Block 1: prevention (reduce the attack surface)
- Identity first: phishing-resistant multi-factor authentication (MFA) for all critical services, especially email, VPN and administrative access. Since stolen credentials are the central entry point per the DBIR, identity protection delivers the highest impact.
- Least privilege and Active Directory hardening: separate administrator accounts, few domain admins, privileged access only from hardened Privileged Access Workstations. No day-to-day work with admin rights.
- Active vulnerability management: patch internet-facing systems (VPN, firewalls, mail servers) without delay. This is the fastest-growing attack vector according to the DBIR 2026.
- Shrink the attack surface: never expose RDP directly to the internet, open only the ports and services strictly needed, and cleanly isolate legacy systems.
- Email security: sandbox attachments, filter risky file types, enforce SPF, DKIM and DMARC end to end, and block internet-sourced macros via group policy.
- Network segmentation: limit spread by restricting client-to-client connections and separating IT from OT networks. A flat network lets ransomware run unchecked. This idea is the core of a zero trust architecture.
- Application control and scripting restrictions: application allowlisting, PowerShell in Constrained Language Mode, and disabling the Windows Script Host.
Block 2: detection and response
- EDR/XDR: behavior-based endpoint detection and response catches the living-off-the-land techniques that classic antivirus misses.
- SIEM and central logging: tamper-resistant, centralized collection of logs (logins, remote connections, DNS, proxy) with real-time alerting. The BSI explicitly recommends the Windows Sysmon service for detailed process and network logging.
- Identity Threat Detection and Response (ITDR): monitor accounts for anomalies such as impossible travel or MFA-fatigue attacks, especially in cloud environments like Microsoft 365.
- Fileserver early warning: canary files and rules that detect the mass creation of unknown file extensions warn of encryption in progress.
- C2 monitoring: block known command-and-control servers via DNS filtering. Some ransomware needs a C2 connection before encrypting, so cutting it off can stop the attack.
The economic case is clear from an IBM-sourced figure: integrated, automated platforms substantially shorten the detection and containment cycle and save an average of roughly 1.9 million US dollars per incident. What remains decisive, however, is the combination of technology and human analysis in a 24/7 operation, because human-operated attacks require analyst expertise.
The 3-2-1-1-0 backup rule
Backups are, in the BSI's words, "the most important protective measure." But the classic 3-2-1 rule no longer suffices against modern ransomware. The reason: with stolen administrator rights, attackers deliberately hunt for backups and encrypt or delete them. According to Coveware, attackers tried to corrupt or delete backups in nearly 98 percent of all ransomware cases. That is why the 3-2-1-1-0 rule extends the old formula with two decisive elements:
- 3 copies of the data: the production data plus two backups.
- 2 different media types: for example disk and cloud, to avoid a single point of failure.
- 1 copy offsite: geographically separated, as protection against fire, flood or physical disaster.
- 1 copy immutable or air-gapped: an immutable backup "cannot be modified, encrypted or deleted, even by an administrator." This is implemented technically via WORM storage (Write Once Read Many), Object Lock on S3-compatible storage, or a physically separated offline copy.
- 0 errors: every backup is verified and tested automatically so that recovery is guaranteed to work when it matters. "Zero recovery surprises" means an untested backup is not a backup.
The BSI further recommends testing the separation regularly, for example by having a domain administrator attempt to access the isolated copy, which must fail. And before any restore, verify that the backup itself is not already infected. The NIST report captures this in subcategory RC.RP-03: the integrity of backups must be verified before using them for restoration.
Priorities that matter most: the BSI quick wins
Not every measure is equally important or equally costly. The BSI ransomware catalog rates 21 individual measures by benefit and effort and marks five of them as "quick wins," meaning high benefit at low effort. This is exactly where resource-constrained organizations should start:
- Backups (following the 3-2-1-1-0 rule).
- Active vulnerability management (timely patching of externally reachable systems).
- Exposing only necessary services and ports (minimize the attack surface).
- Disabling or restricting scripting environments and macros (PowerShell, Office macros, Windows Script Host).
- Preparing for an incident (a tested emergency plan and playbooks).
These five measures cover a large share of real attack paths and are achievable for almost any organization without major investment.
The real test: the first 60 minutes
When an attack is detected, the first minutes determine the scale of the damage. Important: disconnect affected systems from the network, but where possible do not shut them down immediately, because valuable forensic traces reside in memory. The following grid turns the four goals of the first hour (containment, situational awareness, evidence preservation, decision-making capacity) into a concrete sequence:
- Name an incident owner and establish a secure communication channel separated from the compromised network (out-of-band, for example by phone, so as not to alert the attackers).
- Isolate affected systems: for multiple systems, disconnect at the switch level, critical systems first.
- Secure critical accounts: disable or reset administrator, VPN and SaaS access.
- Determine the scope: which systems, accounts and data are affected? Check for precursor malware (such as QakBot, Emotet, Cobalt Strike).
- Preserve evidence: document logs, memory captures, the timeline and the ransom note.
- Notify stakeholders: executive leadership, cyber insurer if applicable, and the relevant authorities (in the EU, note the tightened reporting deadlines under the NIS2 directive).
- Start a controlled recovery: only from verified, clean backups, into a cleaned or newly rebuilt environment, to avoid reinfection.
For the full procedure, the CISA #StopRansomware Guide provides a structured 21-step response checklist across four phases: Detection and Analysis, Reporting and Notification, Containment and Eradication, and Recovery and Post-Incident Activity. This checklist is an excellent basis for your own, regularly rehearsed playbook. As the BSI stresses, playbooks should grow out of rehearsed procedures, and you should regularly rehearse against your playbooks.
Should you pay the ransom?
The BSI, along with CISA, the FBI and the NSA, explicitly advises against paying ransoms. The reasons are solid: payment is no guarantee. According to a Semperis study cited in our research, 35 percent of paying German companies in the first half of 2024 received no working decryption key, or none at all. On top of that, every payment funds the RaaS business model and marks your organization as an attractive repeat target. In the United States, the Treasury (OFAC) also warns of potential sanctions risk when payments flow to listed groups.
The economic trend vindicates the non-payers: 69 percent of victims did not pay in 2025 (DBIR 2026), and a DBIR cross-reference analysis found that, per ransomware group, only about 9 percent of publicly listed victims actually paid at the median. Proper preparation, meaning tested backups and a rehearsed incident plan, is therefore not only safer but the economically smarter answer than betting on a payment.
Regulation: NIS2 puts leadership on the hook
Ransomware is increasingly a compliance topic too. Under the European NIS2 directive and its national transpositions, far more organizations are now required to implement baseline measures: risk analysis, incident response, business continuity and supply chain security, with increased liability for management. Ransomware protection has thereby become firmly a board-level responsibility, which aligns exactly with the new NIST GOVERN function.
Conclusion
Ransomware protection in 2026 is not a product you buy but a system of many interlocking layers. The 2026 Verizon DBIR data is clear: SMBs are the primary target, stolen credentials and unpatched vulnerabilities are the most common entry points, and the willingness to pay is declining because good preparation pays off.
Organizations that use the six NIST CSF 2.0 functions as a framework, start with the five BSI quick wins, rigorously implement the 3-2-1-1-0 backup rule and keep a rehearsed incident plan aligned with the CISA checklist are protected against the vast majority of attacks. The decisive step is not to wait for the perfect plan, but to begin with the quick wins today and build defenses layer by layer as part of an overarching IT security concept.
Frequently asked questions (FAQ)
How do you protect against ransomware?
Effective ransomware protection is a layered system, not a single product. Start with phishing-resistant MFA and disciplined patching to close the most common entry points (stolen credentials and unpatched vulnerabilities). Add behavior-based EDR to catch attackers before encryption, and keep immutable, tested backups following the 3-2-1-1-0 rule so you can recover without paying. Finally, train users to spot phishing and rehearse an incident plan, because human awareness and preparation turn a potential disaster into a manageable event.
What is the 3-2-1 rule, and why is it no longer enough?
The classic 3-2-1 rule calls for three copies of data on two different media types, with one kept offsite. Against modern ransomware this is not enough, because attackers deliberately target backups. The extended 3-2-1-1-0 rule adds an immutable or air-gapped copy (cannot be modified or deleted, even by an administrator) plus automated verification of all backups (zero errors).
Should you pay the ransom in a ransomware attack?
The BSI, CISA and FBI explicitly advise against it. Payment does not guarantee recovery (about a third of those who paid received no working key), funds further attacks, and can trigger sanctions risk in some jurisdictions. In 2025, 69 percent of victims did not pay. A tested backup and a rehearsed incident plan are the better answer.
What is the single most important measure against ransomware?
There is no single measure, but the BSI considers backups "the most important protective measure" because they enable business resumption without paying. In addition, identity protection (phishing-resistant MFA) delivers the highest preventive impact, since stolen credentials are the most common entry point.
Are small and medium-sized businesses really at risk?
Yes, and disproportionately so. According to the 2026 Verizon DBIR, 96 percent of ransomware victims with a known size were SMBs. Attackers often act opportunistically and take any vulnerable target regardless of industry or revenue. SMBs are the primary target, not the exception.
How fast does a ransomware attack unfold?
Several days to weeks typically pass between initial intrusion and encryption (incident analyses often cite 5 to 11 days). Lateral movement from the first compromise, however, historically begins after about two hours. That window is the crucial opportunity for detection and response before the actual damage occurs.