Skip to content
atlas
← Back to the entry

What it is

Ransomware is harmful software that makes an organisation’s data or systems unusable - usually by encrypting them - and then demands payment, typically in cryptocurrency, for the key to unlock them.

Early ransomware hit individual PCs more or less at random. Today’s attacks are mostly carried out by organised criminal groups that deliberately break into companies, spend time inside the network, and aim to cause the maximum possible disruption before announcing themselves. Many operate as a business model known as Ransomware-as-a-Service (RaaS): one group develops the malware and runs the payment infrastructure, while “affiliates” carry out the break-ins and share the proceeds.

Ransomware is primarily an attack on availability - one of the three pillars of information security, alongside confidentiality and integrity. But as the next section shows, modern attacks often hit confidentiality too.

How it works

The lifecycle of an attack

The moment the files are encrypted is usually the end of the attack, not the beginning. A typical course looks like this:

Phase What happens Examples
1. Initial access The attacker gets a first foothold Phishing email with a malicious attachment or link; stolen or guessed passwords for remote access (VPN, remote desktop) without MFA; an unpatched vulnerability in an internet-facing system; access bought from another criminal
2. Establishing control Tools are installed so the attacker can come back Remote access software, scheduled tasks
3. Privilege escalation and lateral movement The attacker gathers passwords and moves from machine to machine, aiming for administrator rights Harvesting credentials from memory, abusing admin tools
4. Discovery and sabotage of recovery The attacker maps the network, finds the valuable data - and looks for the backups Deleting backup copies, disabling security software
5. Exfiltration Data is copied out of the organisation Uploading to cloud storage controlled by the attacker
6. Encryption and ransom note Systems are encrypted, often simultaneously and outside office hours Files renamed, a note on every screen

This matters because every phase is a chance to detect and stop the attack. An organisation that notices unusual administrator logins or large outbound data transfers in phase 3 or 5 may avoid phase 6 altogether.

Double extortion

Because well-prepared victims could simply restore from backup, criminal groups added a second lever: they steal data before encrypting it and threaten to publish it on a “leak site” unless the ransom is paid. This is double extortion. Some groups go further - sometimes called triple extortion - by contacting the victim’s customers or partners directly, or by launching denial-of-service attacks to increase the pressure.

The consequence is important: a ransomware attack is very often also a data breach, with the reporting duties that follow, for example to Datatilsynet under the GDPR if personal data is involved.

Why offline and immutable backups matter

Backups are the single most important safeguard against the encryption part of an attack - but only if the attacker cannot reach them. Attackers actively search for backup systems and delete or encrypt them in phase 4. Useful principles:

What it means for an organisation and a coordinator

Common misunderstandings

Atlas is in beta.