Save My Disk
ransomware-securityINFO

Ransomware protection for business 2026: complete stack and compliance

Protect an SMB from ransomware in 2026: 3-2-1-1-0 backup rule, EDR comparison (CrowdStrike, SentinelOne, Defender), MFA everywhere, network segmentation, continuity plan, 72-hour breach notification, cyber insurance.

By Eric Gerard · Éditeur · Save My Disk16 min readPhoto via Unsplash

Ransomware is no longer an abstract threat reserved for large enterprises. In 2025, small and mid-size businesses accounted for 60% of ransomware victims worldwide, with an average incident cost of €250,000 / $270,000 according to Coveware. And 60% of SMBs hit by a major attack don't recover within 18 months (Hiscox Cyber Readiness Report 2024).

This guide targets CISOs, IT directors, business owners, and IT managers at SMBs. It describes the minimum defensive stack considered state-of-the-art in 2026, maps regulatory requirements (GDPR, NIS2, DORA, US state laws), and proposes a pragmatic roadmap to build defense in depth without enterprise budget.

Why SMBs became the prime target

Ransomware groups (LockBit, BlackCat/ALPHV, Play, 8Base, Akira) made a strategic shift starting in 2022. Large enterprises, better equipped, pay less and negotiate harder. SMBs, under-resourced in cybersecurity headcount, pay faster and without publicity. The RaaS (Ransomware-as-a-Service) business model now relies on volume: hundreds of opportunistic attacks targeting poorly protected SMBs, rather than costly campaigns against giants.

Dominant attack vectors in 2025-2026:

  • Internet-exposed RDP accounts without MFA: still 23% of intrusions per the ANSSI 2024 threat landscape report.
  • Phishing with Office macro attachments or links to fake Microsoft 365 portals harvesting credentials.
  • Exploitation of unpatched CVEs on SSL VPNs (Fortinet, SonicWall, Citrix), Exchange servers, Internet-facing business applications.
  • Supply chain compromise (infected MSP, poisoned update).
  • Stolen credentials sold on Initial Access Broker markets.

Defense in depth doesn't aim at 100% prevention — that's statistically impossible. It aims to multiply layers to make the attack economically unprofitable, and to guarantee rapid recovery when it succeeds anyway.

The 3-2-1-1-0 rule: ransomware-proof backup

The classic 3-2-1 rule (three copies, two media, one offsite) has shown its limits against modern ransomware that actively targets connected backups. Veeam, Synology, and Datto backups were encrypted in over 70% of SMB incidents handled by regional CSIRTs in 2024. The current standard evolution is the 3-2-1-1-0 rule:

ElementMeaningTypical SMB implementation
3 copiesOriginal data + 2 backupsProduction + primary backup + secondary backup
2 mediaDifferent media typesDisk (NAS) + tape LTO or cloud
1 offsiteOne copy outside the buildingEncrypted cloud (AWS S3, Azure Blob, Wasabi) or remote DC
1 offline / immutableOne air-gapped or WORM copyLTO in vault, or Object Lock (S3, Azure, Backblaze B2)
0 errorsRestoration tests without failureMonthly documented restoration, alerts on verification errors

Three technical options for the immutable copy:

  1. LTO tape in weekly rotation stored in a fireproof offsite vault. Battle-tested, inexpensive long-term (LTO-9 = 18 TB native, ~$150/cartridge), but slow to restore.
  2. Cloud with object lock (S3 Object Lock in compliance mode, Azure Blob immutability policy, Wasabi Object Lock, Backblaze B2). The lock prevents any deletion — even by an attacker with stolen cloud credentials — for the defined duration (typically 30 to 90 days).
  3. NAS with WORM snapshots: Synology Hyper Backup with immutable retention, QNAP HBS 3 with locked SnapSync. Practical but stays on-site, so vulnerable to physical disaster.

For the primary backup of Windows endpoints and servers, EaseUS Todo Backup Business natively handles AES-256 encryption, retention rotation, post-backup CRC verification, and multi-destination copy (NAS + cloud + rotating USB).

★ Éditeur fondé en 2004 · ✓ Garantie 30 jours · Version gratuite jusqu'à 2 Go

EaseUS Todo Backup Business for SMBs

For the detailed 3-2-1 strategy documentation, see our guide Automatic backup Windows / Mac 2026.

EDR: the pillar of modern detection

Signature-based legacy antivirus is dead against ransomware. RaaS operators recompile their payloads several times a day, systematically bypassing signatures. The reference defensive layer in 2026 is EDR (Endpoint Detection and Response): a lightweight agent monitoring behaviors, telemetry streamed to a cloud console, rollback capabilities, proactive hunting.

EDR comparison for SMBs

SolutionTargetIndicative priceRansomware rollbackThreat huntingMDR optionDeployment
CrowdStrike Falcon GoSMB 5 to 50 endpoints~$8/endpoint/monthYes (limited)No in Go, yes in ProFalcon CompleteVery fast, single agent
SentinelOne Singularity CoreSMB 10 to 500 endpoints$8-12/endpoint/monthYes (native rollback)Yes in ControlVigilance RespondFast, intuitive console
Microsoft Defender for Endpoint P1Included with M365 Business PremiumIncludedPartialLimitedMDE Plan 2 or third partyNative Intune / Entra ID
Microsoft Defender for Endpoint P2SMBs with mature needs~$5/endpoint/month additionalYesAdvanced Hunting KQLMDR partnerNative Intune
Sophos Intercept X AdvancedSMB EMEA / global$7-10/endpoint/monthYes (CryptoGuard)Yes in XDRSophos MTRSophos Central cloud
Bitdefender GravityZone Business SecurityCost-conscious SMB$4-6/endpoint/monthYes (Ransomware Mitigation)Limited in BusinessPremium / MDRCloud, simple

Practical selection criteria:

  • Zero or limited in-house security team: prefer an MDR (Managed Detection Response) offering. The provider's SOC monitors 24/7, detects and neutralizes. Higher cost ($15-30/endpoint/month depending on provider), but invaluable for an SMB without a full-time security lead.
  • Already on Microsoft 365 Business Premium: Defender for Endpoint P1 is included — activate it correctly (Intune policies, ASR rules, conditional access) before considering a third-party product.
  • Heterogeneous environment (Windows + Mac + Linux + servers): SentinelOne and CrowdStrike cover everything with a unified agent. Defender covers Linux and non-AD servers poorly.
  • Sovereignty constraint: Sophos (UK) and Bitdefender (Romania, EU) are defensible choices outside the US ecosystem.

EDR does not replace immutable backup. It reduces the probability of a successful attack, speeds detection, and enables rollback; it never guarantees absolute inviolability.

MFA everywhere: the highest-ROI control

Multi-Factor Authentication is statistically the highest-ROI cybersecurity measure for SMBs. Microsoft measures that 99.2% of credential-stuffing attacks are blocked by MFA, regardless of password quality.

Target coverage

  • Microsoft 365 / Google Workspace accounts: mandatory MFA for 100% of users, no exception. Conditional Access (Entra ID) or 2-Step Verification enforce (Google).
  • Remote access VPN: MFA via Duo, Microsoft Authenticator, Cisco Duo, or solution integrated into the firewall (Fortinet FortiToken, SonicWall TOTP).
  • RDP: never expose it to the Internet. If remote access is mandatory, place it behind a VPN with MFA, or use a PAM solution like CyberArk, Senhasegura, BeyondTrust.
  • Business SaaS: Salesforce, HubSpot, Slack, Notion, GitHub, GitLab, Atlassian. Activate MFA in each tool's settings. For mature organizations, federate via SSO (Okta, Entra ID, Google) to centralize control.
  • Webmail accounts: MFA always on, no tolerance.
  • Admin and privileged accounts: require a physical FIDO2 key (YubiKey 5 Series, Token2, Feitian). SMS is forbidden (SIM swap), TOTP via app is acceptable for non-admins, FIDO2 for admins.

Definitive SMS retirement

SMS as a second factor has been obsolete since 2017 (NIST SP 800-63B). Vulnerable to SIM swap, SS7 interception, proxy phishing (Evilginx). In 2026, its presence in an SMB stack is a baseline non-compliance.

Migration path: deploy Microsoft Authenticator or Google Authenticator on all business phones, import accounts, disable SMS in order: business email, critical SaaS, regular user accounts, admin accounts (last, after testing).

Network segmentation: isolate to limit propagation

Once inside, ransomware spreads laterally via SMB, RDP, WMI, PsExec, sometimes in minutes. Segmentation limits the contaminable surface.

Minimalist SMB model

  • Workstation VLAN: isolated from servers except needed flows (RPC, SMB toward business shares).
  • Server VLAN: isolated from workstation VLAN, communications restricted by internal firewall rules.
  • IoT and printer VLAN: strictly isolated. These devices are rarely patched and constitute a frequent entry point.
  • Guest VLAN: visitor Wi-Fi with Internet-only access, never reaching internal resources.
  • Admin / management VLAN: management interfaces of switches, firewalls, hypervisors accessible only via bastion host.

Internal firewall: a pfSense (open source, free) or Fortigate 40F / 60F ($3,000-$5,000 hardware + maintenance) is enough for most SMBs. Going further: Zero Trust microsegmentation (Illumio, Akamai Guardicore, Zscaler ZPA) which defines policies at the application level — harder to implement but incomparable in attack surface reduction.

Inviolable baseline rules

  • RDP is never exposed directly to the Internet. If remote access is needed, it's VPN + MFA + source IP restriction, or ZTNA.
  • Admins never use their admin accounts to browse the web or open mail. Dedicated admin accounts, isolated management workstations (PAW — Privileged Access Workstation).
  • Bastion / jump host for all server administration, with session recording.
  • Up-to-date inventory of Internet-exposed assets (Shodan, censys; internal tools).

For the specific scenario of attacks on NAS and storage arrays, see our dedicated guide Ransomware NAS Synology / QNAP attack: prevention and recovery.

Phishing training: the human layer

No technology replaces a trained team. Phishing remains the #1 entry vector (60% of SMB incidents, multiple industry reports 2024). Humans are both attackers' favorite target and the first line of defense.

Effective awareness program

  • Mandatory onboarding: every new hire completes structured security training within the first 30 days.
  • Quarterly simulated phishing campaigns: KnowBe4, Mantra, Cymulate, Riot, GoPhish (open source). Varied scenarios adapted to the business (fake DHL, fake CFO, fake HR, fake M365 reset).
  • Pedagogical debrief after each campaign: never punitive, never publicly nominative. Explanation of the lure, warning signs, how to report.
  • Security champions in each department: 1 or 2 people more deeply trained, operational relay for alerts.
  • "Report phishing" button in the mail client (Outlook PhishER add-in or equivalent) to facilitate reporting.

Pilot metrics

Metric12-month targetSource
Click rate on simulated phishing< 5%Simulation platform
Credential entry rate on lure< 1%Simulation platform
Report rate> 30%Simulation platform + helpdesk
Mean time to report< 15 min after receiptPlatform
Onboarding security completion rate100% at 30 daysInternal LMS

In practice, these metrics improve quickly: moving from 30% clicks to under 5% within twelve months is the standard trajectory observed by campaign operators (KnowBe4 Phishing Industry Benchmarking Report 2024).

Business continuity plan (BCP / DRP): preparing the recovery

The BCP (Business Continuity Plan) and DRP (Disaster Recovery Plan) define how the business survives a major incident. For ransomware on critical IT, it's the difference between a day of downtime and bankruptcy six months later.

Minimum components

  • Inventory of critical processes: invoicing, payroll, production, customer ordering. Rank by criticality (short RTO / short RPO / long RTO).
  • RTO (Recovery Time Objective): maximum acceptable interruption per process. Typically 4 to 24 hours for critical SMB processes.
  • RPO (Recovery Point Objective): maximum acceptable data loss. Typically 1 hour to 24 hours depending on the business.
  • Written incident runbook: step-by-step, who does what, in what order, with what tools. Printed in multiple copies (a runbook stored on the encrypted IT is useless).
  • Designated crisis team: executive (decision-maker), IT lead / CISO (technical), DPO (data protection), legal counsel, internal and external communications. Personal phone numbers noted.
  • Isolated restoration environment: machines, network and storage allowing services to restart without reinfection risk.

Tests: without testing, no plan

An untested DRP is fiction. Minimum tests:

  • Monthly ad-hoc restoration: pick a random file, restore from the most recent backup, measure time. Document.
  • Quarterly full server restoration: restore a complete server on isolated environment, verify application integrity.
  • Annual crisis tabletop exercise: tabletop discussion then full-scale simulation at least once.

National cybersecurity agencies (CISA, ANSSI, NCSC) publish free tabletop exercise scenarios adapted for SMBs.

Cyber insurance: financial coverage of residual risk

Cyber insurance transfers residual financial risk. It doesn't replace technical measures, and doesn't cover consequences from the absence of baseline controls.

Market 2025-2026

InsurerSpecificsTargetIndicative SMB premium
CoalitionTech-forward US/globalSMB to mid-market$3,000-$10,000/year
At-BayRisk-based pricing, security advisorSMB$2,500-$8,000/year
HiscoxHistorical reference, broker-drivenSMB 10-500 employees$3,000-$10,000/year
Chubb Cyber Enterprise Risk ManagementLarge networkSMB to enterprise$5,000-$15,000/year
AXA Cyber SecureMulti-line integrationAll sectors$2,500-$9,000/year
Allianz CyberMultinational, large volumesSMB / mid-market$3,500-$12,000/year

Standard coverages

  • Investigation and forensic costs: DFIR engagement (CrowdStrike Services, Mandiant, Kroll, Coveware).
  • Restoration costs: IT reconstruction, data restoration, replacement hardware purchases.
  • Business interruption: compensation for lost margin during downtime.
  • Cyber civil liability: indemnification of third parties (customers, partners) in case of leak or impact.
  • Notification costs: customer mailings, hotline, crisis communications agency.
  • Ransom: optional, ethically debated, subject to strict conditions (OFAC clearance, authority approval).

2026 prerequisites

Insurers have tightened conditions since 2022 in response to claim explosion. Refusals or exclusions are frequent if the organization lacks:

  • MFA active on all remote accesses and mailboxes, verified by questionnaire and sometimes by external audit.
  • EDR deployed on 100% of endpoints and servers.
  • Offline or immutable backups tested.
  • Documented patch management procedure.
  • Annual phishing training.

Without these prerequisites: premium loaded 30-100%, or outright refusal. With them: standard premium, and most importantly indemnification actually possible at claim time.

Regulatory compliance 2026 (EU, UK, US)

GDPR: 72-hour breach notification

In case of personal data breach likely to create risk for data subjects, the organization must notify the data protection authority within 72 hours of becoming aware (Art. 33 GDPR). If risk is high, notification also to affected individuals (Art. 34).

The notification form requires: nature of the breach, categories and approximate number of subjects, likely consequences, measures taken or planned. A pre-written procedure must exist in the incident runbook — improvising a GDPR notification in the post-incident panic is a bad idea.

NIS2: EU 2025 transposition

The NIS2 directive was transposed across EU member states starting late 2024 / 2025. Expanded perimeter: Essential Entities (EE) and Important Entities (IE) now cover energy, transport, healthcare, banking, water, digital infrastructure, public administration, space, postal, waste, food, chemical, critical manufacturing, digital providers (cloud, data centers, SOC, MSSP).

Reinforced obligations: documented cybersecurity measures, incident handling and 24h/72h notification, supply chain management, training, continuity plan. Sanctions up to €10 million or 2% of worldwide turnover for EE, €7 million or 1.4% for IE.

DORA: financial sector

The DORA regulation (Digital Operational Resilience Act) is applicable since January 17, 2025 for EU financial actors (banks, insurers, funds, fintech, critical ICT service providers). Specific requirements: ICT risk management, operational resilience testing, management of critical ICT providers, information sharing.

US state laws

In the US, breach notification timelines vary by state (most require notification "without unreasonable delay", some specify 30 to 60 days). Federal sectoral rules apply to healthcare (HIPAA: 60 days), financial services (SEC: 4 business days for material incidents), critical infrastructure (CIRCIA: 72 hours for covered entities once final rule effective). Track CISA and SEC guidance.

Incident response: prepare before the crisis

The best defensive stack will fail sooner or later. Response capability differentiates a managed crisis from a suffered crisis.

Pre-established contacts

  • Regional CSIRT or national CERT. For the US: CISA regional contacts. For the EU: national CSIRT (CERT-FR, BSI, NCSC-UK, etc.).
  • DFIR provider: sign a contract or MOU with a specialized firm (CrowdStrike Services, Mandiant, Kroll, Arete, Coveware). Contracted intervention SLA < 4 hours.
  • Specialized cyber attorney: reference a firm capable of supporting GDPR notification, communications, criminal complaint.
  • Crisis communicator: agency or freelancer capable of producing customer, employee, and press communications within hours.
  • Cyber insurer: designated referent, declaration procedure, on-call number.

Pre-written communications

Three template communications to prepare upstream:

  • Customer communication: factual tone, transparency on potentially impacted data, measures taken.
  • Employee communication: operational instructions (mail suspension, fallback tools), reassurance.
  • Press communication: if the incident becomes public, short statement, single point of contact.

Free agency tools and resources

Several free resources, often underused, of excellent quality:

  • CISA Stop Ransomware (stopransomware.gov): consolidated guides, technical fact sheets per strain, real-time alerts.
  • CISA Cyber Hygiene Services: free vulnerability scanning for US organizations (request via CISA).
  • NCSC Cyber Essentials (UK): foundational baseline certification scheme.
  • No More Ransom: free decryptors for 200+ strains, joint Europol / Kaspersky / McAfee / Trend Micro initiative.
  • NIST Cybersecurity Framework 2.0: reference framework for risk management.

For concrete step-by-step intervention if an attack is already underway, see our guide Recover files after ransomware and Decrypt ransomware without paying. For Windows shadow copy recovery, see Shadow Copies Windows recovery. To compare anti-ransomware antivirus, see Best anti-ransomware software 2026.

90-day roadmap for an SMB

For an SMB starting from zero, a pragmatic three-month trajectory:

PhasePeriodKey actions
Month 1 — Audit and emergenciesD0-D30Posture audit, MFA activated everywhere, EDR deployed on 100% endpoints, immutable backup operational
Month 2 — HardeningD30-D60Network segmentation, removal of Internet-exposed RDP, initial phishing training, first restoration test
Month 3 — ResilienceD60-D90BCP / DRP documented, crisis cell exercise, cyber insurance subscription, incident runbook finalized

This trajectory is achievable with an annual cybersecurity budget on the order of 3-5% of the IT budget for a standard SMB (typically $20,000 to $100,000 depending on size), external services included. That's the minimum investment to pass an insurance application, sign with a large enterprise customer, and statistically survive the next attack.

Conclusion

Ransomware protection for SMBs in 2026 is no longer about miracle tools, but about industrial hygiene: immutable 3-2-1-1-0 backups, modern EDR, universal MFA, network segmentation, continuous training, tested continuity plan, adapted insurance. None of these elements is new, none requires enterprise budget. What changes the trajectory of an SMB is the constancy of execution: maintain the level, test regularly, update posture against an evolving threat.

If you start from zero, begin with a free diagnostic to map your gaps, then attack the 90-day roadmap. The probability of attack within 18 months for an unprotected SMB exceeds 40% in 2026 (multiple industry reports 2024). The survival probability for an SMB protected according to the standard described here exceeds 95%. The gap is built in a few months.

Resources

★ Éditeur fondé en 2004 · ✓ Garantie 30 jours · Version gratuite jusqu'à 2 Go

Get EaseUS Data Recovery Wizard30 jours satisfait ou remboursé