Anatomy of a Modern Ransomware Attack — and How to Break the Kill Chain
From initial access broker to double extortion, we trace the full kill chain of a modern ransomware intrusion and pinpoint where defenders can break it.
- A ransomware attack is a multi-stage intrusion, not a single event — most damage happens before encryption.
- Initial access is increasingly bought from access brokers, not earned through novel exploits.
- Double extortion makes backups necessary but no longer sufficient against data leaks.
- Every stage in the kill chain is a detection and containment opportunity if you are watching the right telemetry.
- MITRE ATT&CK gives defenders a shared map of the techniques attackers reuse across campaigns.
A modern ransomware attack is rarely the smash-and-grab event the headlines suggest. It is a patient, multi-stage intrusion that often unfolds over days or weeks, blending purchased access, legitimate tooling, and data theft long before a single file is encrypted. Understanding that kill chain — stage by stage — is what separates teams who detect the intrusion early from those who learn about it from a ransom note.
The modern ransomware attack is an operation, not a payload
The ransomware-as-a-service (RaaS) economy has industrialized intrusion. The group that writes the encryptor is rarely the one that breaches you. Instead, specialized actors trade roles:
- Initial access brokers (IABs) sell footholds — valid VPN credentials, exposed RDP, or a web shell — to the highest bidder.
- Affiliates rent the ransomware platform, do the hands-on-keyboard intrusion, and take the larger cut of any payment.
- Operators provide the malware, the leak site, and the negotiation infrastructure.
This division of labor matters for defenders because it means the techniques are predictable and reusable. The same living-off-the-land patterns recur across unrelated campaigns, which is exactly why a framework like MITRE ATT&CK is so useful: it lets you map the behaviors you should be hunting for, regardless of which brand of ransomware is involved.
Stage 1: Initial access
The intrusion almost always begins with one of a small set of entry points:
- Phishing and malicious attachments that drop a loader such as a commodity infostealer or a first-stage implant.
- Valid accounts purchased from a broker — frequently the result of an earlier infostealer infection that harvested browser-stored credentials.
- Exploitation of external-facing services — unpatched VPN appliances, edge devices, or web applications.
Stolen and reused credentials are now one of the most common doors. That is why identity hardening — phishing-resistant MFA, conditional access, and disciplined credential hygiene — delivers more risk reduction per euro than almost any other control. Because a large share of initial access still rides on a user clicking something, sustained security awareness training remains a frontline control rather than a compliance checkbox.
Stage 2: Foothold, discovery, and persistence
Once inside, the attacker rarely rushes. They establish persistence and quietly learn the terrain:
- Deploying a command-and-control beacon (Cobalt Strike, Sliver, or similar) that blends into normal HTTPS traffic.
- Running discovery against Active Directory using built-in tools and utilities like
nltest,net, or BloodHound to map trust relationships. - Creating backdoor accounts or scheduled tasks so they survive a reboot or a password reset.
This is the first long window of opportunity for defenders. Discovery activity is noisy if you are collecting the right telemetry — anomalous LDAP queries, unusual process lineage, and beaconing patterns all stand out against a known-good baseline.
Hunt for the quiet middle, not just the loud end
Most organizations instrument for the encryption event, which is the one moment the attacker no longer cares about being seen. Invest your detection engineering in the silent middle of the kill chain instead: credential dumping (LSASS access), unexpected use of remote management tools (PsExec, WMI, RMM software), and east-west authentication that never happened before. Catching the intrusion here turns a breach into a non-event.
Stage 3: Privilege escalation and lateral movement
With a map in hand, the attacker hunts for higher privileges. Common techniques include:
- Credential dumping from LSASS memory or the SAM database.
- Kerberoasting to crack service-account passwords offline.
- Abusing misconfigurations in AD, certificate services (ADCS), or over-privileged service accounts.
The goal is almost always Domain Admin or control of the identity provider. From there, the attacker moves laterally using legitimate administrative channels — RDP, SMB, WMI, and remote management agents — precisely because that traffic looks normal. This is the heart of the ransomware kill chain: by the time they own the domain, they can reach everything at once.
Why "assume breach" beats "keep them out"
You cannot rely solely on perimeter prevention. Segmentation, tiered administration, and least privilege exist to make this stage slow and expensive. A flat network where any workstation can talk to any server is what turns a single compromised laptop into an enterprise-wide outage.
Stage 4: Exfiltration and double extortion
Before encryption, modern crews steal data. Double extortion — encrypt and threaten to publish — is now the default model, with some groups adding a third lever such as DDoS or direct harassment of customers.
Exfiltration typically uses tools that look like ordinary IT activity: rclone syncing to cloud storage, MEGA clients, or compression utilities staging archives before a bulk transfer. The practical consequence is blunt: backups protect you from downtime, but not from a leak. Outbound data-loss monitoring and egress controls become as important as your recovery plan. Watch for large outbound transfers to unfamiliar cloud endpoints and sudden spikes in archive creation.
Stage 5: Impact — encryption and the ransom note
Only at the end does the attacker detonate the encryptor, frequently after:
- Deleting volume shadow copies and disabling recovery.
- Killing backup agents, EDR processes, and security services.
- Pushing the payload to every reachable host via Group Policy or a deployment tool.
By this point the operation is largely over. Your response is now about recovery and containment, which is exactly why a tested plan matters. A rehearsed incident response capability — with immutable, offline backups and clear decision authority — is what determines whether you recover in days or weeks.
Where defenders break the kill chain
The encouraging reality is that this attack is built from reused, observable steps. You have multiple chances to intervene:
- Initial access: phishing-resistant MFA, patch external services, monitor for stolen-credential reuse.
- Discovery and persistence: baseline normal behavior and alert on anomalous AD enumeration and new C2 beacons.
- Lateral movement: segment the network, enforce tiered admin, and watch east-west authentication.
- Exfiltration: apply egress filtering and alert on bulk transfers to cloud storage.
- Impact: keep immutable, tested backups and rehearse recovery.
Validate that these controls actually fire by emulating real adversary behavior against your environment — a structured purple-team exercise will surface the gaps a checklist never will. For a deeper look at proactive defense techniques, see our blog.
Conclusion
A modern ransomware attack is a chain, and a chain breaks at its weakest link. The crews are organized and methodical, but their methods are knowable and their behavior is detectable well before the ransom note appears. The organizations that fare best are the ones who instrument the quiet middle of the intrusion and rehearse their response before they need it.
If you want to pressure-test where your defenses break — and where they hold — talk to our team.
Written by
Marta Ferri
Lead Threat Researcher · OSCP, GREM
Reverse-engineers malware and tracks ransomware affiliates. Former national CERT analyst.
المزيد من المدونة
What Is Penetration Testing? Types, Process & Benefits (2026 Guide)
A complete, practitioner-led guide to penetration testing in 2026: the main types, the five-phase process, what a strong report looks like, and how to choose a provider.
VAPT vs Penetration Testing: What's the Difference?
VAPT and penetration testing are often confused. Here is exactly how they differ, when to use each, and how to combine them into one effective security program.
Zero Trust Architecture: A Pragmatic Guide for 2026
Zero Trust is sold as a product but it is an architecture. Here is a realistic, identity-first roadmap to implement it without rebuilding your network overnight.