Ransomware
Updated August 29, 20261 min read
Ransomware is malware that encrypts files or entire systems and only releases them after a ransom is paid. Modern gangs also steal data and threaten to publish it, so even a solid backup no longer prevents all of the damage.
Ransomware is malicious software that encrypts files or entire systems and only makes them accessible again after a ransom has been paid, usually in cryptocurrency. What started as opportunistic infections has grown into a professional criminal industry.
What it means
Once inside, the ransomware encrypts as much valuable data as possible and leaves a note with payment instructions. Modern gangs add double extortion: before encrypting anything they steal data and threaten to publish it if the victim refuses to pay.
Most attacks start small: a phishing email, a leaked password on a VPN or RDP service, or an unpatched vulnerability. From that first foothold, attackers often spend days or weeks moving through the network, disabling backups and security tooling before they strike. Many groups operate under a Ransomware-as-a-Service model, in which developers rent out their malware to affiliates who carry out the actual intrusions.
Why it matters
Ransomware has been one of the most costly forms of cybercrime for years. The direct damage (downtime, recovery costs and possibly a ransom) quickly runs into six or seven figures. Indirect consequences follow: breach notifications to regulators and customers, reputational damage and months of rebuilding.
The key defences are well known: multi-factor authentication on all remote access, rapid patching, network segmentation, offline backups that are actually tested, and a rehearsed incident response plan. Because the first step almost always goes through a person or a known vulnerability, it pays to have exactly those entry routes tested regularly.
Example
The WannaCry outbreak of May 2017 shows how far the impact can reach: the worm exploited a known Windows vulnerability for which a patch already existed, and within days it disrupted hundreds of thousands of systems in more than 150 countries, including parts of the UK’s National Health Service. A single unpatched machine was enough to infect an entire network.
Sources
Frequently asked questions
Should you pay the ransom?
Law enforcement and security agencies advise against paying: it funds crime and offers no guarantee of working decryption or deletion of stolen data.
How does ransomware usually get in?
Mostly through phishing emails, weak or leaked passwords on remote access such as RDP and VPN, and unpatched vulnerabilities in internet-facing systems.
Does a backup protect against ransomware?
Offline backups shorten recovery, but with double extortion attackers also threaten to publish stolen data, so prevention and detection remain essential.
What is Ransomware-as-a-Service?
A business model in which developers rent out their ransomware to affiliates who carry out the attacks, after which both parties share the proceeds.
Related articles
- GlossaryMFA (multi-factor authentication)MFA asks for a second factor alongside the password. Why SMS and push are the weak options and why FIDO2 and passkeys resist phishing.
- GlossaryPhishingPhishing is an attack in which criminals impersonate a trusted party to obtain credentials, payments or access. Here is how it works and how to stop it.
- GlossarySocial engineeringSocial engineering attacks the person instead of the system. How pretexting, urgency and help-desk resets work, and the process that stops them.