What is Ransomware?
Ransomware is malware that encrypts victim data or systems and demands payment, typically cryptocurrency, for the decryption key. Modern operations pair encryption with a data theft threat, double extortion, so victims still face public exposure of stolen data even when they can restore from backup without paying. Encryption is usually the final, most visible stage of an intrusion that has been running for days or weeks.
Definition
- Ransomware
- Ransomware is malware that encrypts victim data or systems and demands payment, typically cryptocurrency, for the decryption key. Modern operations pair encryption with a data theft threat, double extortion, so victims still face public exposure of stolen data even when they can restore from backup without paying. Encryption is usually the final, most visible stage of an intrusion that has been running for days or weeks.
How Ransomware Works
Most modern ransomware is operated under a Ransomware-as-a-Service (RaaS) model: a core group builds and maintains the encryptor, leak site, and negotiation infrastructure, then leases it to affiliates who conduct the actual intrusions in exchange for a cut of any ransom paid. This division of labor means the intrusion phase, gaining initial access, escalating privileges, and moving laterally, can be carried out by different, sometimes unrelated affiliates using the same branded payload, which is why victim environments hit by the same named ransomware family can show very different initial-access techniques.
The typical lifecycle: initial access via phishing, an exposed RDP service, or exploitation of a known vulnerability; establishment of persistence and a foothold; credential harvesting and lateral movement, often using living-off-the-land tools like PsExec, WMI, or Cobalt Strike, to reach domain admin; discovery and staging of high-value data for exfiltration to give the extortion leverage; identification and disabling of backup systems specifically, since intact backups are the main thing that lets a victim refuse to pay; and finally, simultaneous deployment of the encryptor across as many hosts as possible, usually pushed via a compromised domain controller so it lands everywhere near-instantly.
Encryption itself typically uses a hybrid scheme: a fast symmetric algorithm (AES or ChaCha20) encrypts file contents in bulk, and the symmetric key for each file is itself encrypted with an attacker-held asymmetric key (RSA or similar) so only the attacker can unlock it. Immediately before or during encryption, the malware commonly runs vssadmin or wmic to delete Volume Shadow Copies, killing Windows' built-in local restore points, and attempts to stop backup agent processes and security software to reduce interference. Encrypted files get a new extension and a ransom note is dropped in every affected directory, sometimes replacing the desktop wallpaper as well. Defense layers accordingly: prevent initial access (phishing defense, patching internet-facing services, MFA on remote access), limit blast radius if access is gained (network segmentation, least privilege, tiered admin credentials so a workstation compromise cannot reach domain admin), protect backups (immutable, offline, or air-gapped copies the ransomware cannot reach or delete), and deploy EDR/XDR with behavioral detection tuned to catch mass file renaming and shadow copy deletion before significant encryption completes.
Ransomware in SOC Operations
Ransomware is the highest-urgency scenario a SOC handles, because the clock runs against you in a way most alerts do not: every additional minute of encryption means more data lost. The earliest reliable warning is behavioral, not signature-based, EDR flagging vssadmin.exe or wmic.exe invoked with shadow-copy-delete arguments, or a burst of file rename/write events against many files in a short window, both of which precede or coincide with the encryption itself rather than following it. When you get that alert, the playbook moves fast: isolate the affected host(s) at the network layer immediately (do not power off, since that can trigger anti-forensic behavior in some families and always destroys memory evidence), identify how far encryption has already spread by checking other hosts for the same indicators, locate patient zero and the initial access vector so it can be closed, and engage the incident response plan for stakeholder notification and, if backups are intact, recovery planning. Because affiliates vary even within the same ransomware brand, do not assume the intrusion matches a prior case; verify the actual TTPs in this incident rather than pattern-matching from the last one you handled.
Practice Ransomware in a Real SOC
SOCSimulator provides hands-on training with realistic SIEM, XDR, and Firewall interfaces. Build real analyst skills investigating ransomware scenarios with zero consequences, free.
Related Terms
An Advanced Persistent Threat (APT) is a sophisticated, often nation-state-sponsored threat actor co...
Data exfiltration is the unauthorized transfer of sensitive data out of a victim environment to atta...
Lateral movement is the attack phase where adversaries expand access from an initial foothold to add...
Incident response (IR) is the structured, repeatable process an organization follows before, during,...
Containment is the incident response phase focused on limiting the spread and impact of a confirmed ...
More Threats Terms
Related SOC Training Resources
Threat Hunter Career Guide: Salary & Skills
Threat Hunters do not wait for alerts. You develop hypotheses based on threat intelligence and adversary behavior models…
Read more Career PathIncident Responder Career Guide: Salary & Skills
Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…
Read more Career PathSOC Analyst (Tier 2) Career Guide: Salary & Skills
Tier 2 SOC Analysts handle the investigations that Tier 1 escalates. You dig into multi-stage attacks, coordinate contai…
Read more ComparisonSOCSimulator vs Hack The Box: Comparison
Different tools for different career paths. SOCSimulator trains defensive analysts. Hack The Box trains offensive securi…
Read more ToolXDR Training Console: SOCSimulator
The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…
Read more ToolSIEM Training Console: SOCSimulator
The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…
Read more ToolFirewall Training Console: SOCSimulator
The Firewall console in SOCSimulator replicates the log analysis experience of enterprise platforms like Palo Alto Netwo…
Read more TechniqueMITRE ATT&CK® Techniques: Detection Training Library
Browse all MITRE ATT&CK® techniques with detection strategies and example alerts.
Read more Career PathCybersecurity Career Paths: 2026 Guide
Explore SOC analyst career paths with salary data, required skills, and certification roadmaps.
Read more PlaybookSOC Investigation Playbooks: Step-by-Step Guides
Practitioner investigation playbooks with decision trees and real SIEM queries.
Read more FeatureShift Mode: Real-Time SOC Simulation
Practice alert triage under realistic time pressure with SLA timers and noise injection.
Read more FeatureOperations: Guided Training Operations
Structured CTF-style investigation operations covering real-world attack scenarios.
Read more