ELI5: What is Ransomware?

Picture someone sneaking into your room, putting all your favorite toys and books into a locked safe, and then saying “Pay me $50 or you’ll never see them again.” That’s ransomware. It’s a type of bad software that scrambles all your computer files so you can’t open them, then demands money to unlock them. Sometimes the attacker also threatens to show your private stuff to everyone if you don’t pay. It’s one of the scariest computer threats because people can lose everything important to them.

ELI5: 勒索軟體 (繁體中文版)

勒索軟體就是「電腦綁匪」。它會把你所有的檔案鎖起來,然後叫你付錢才給你鑰匙。有時還會威脅你不付錢就把你的秘密公開。

[資料夾] --(加密)--> [🔒 勒索信]

Overview

Ransomware is a type of malware that encrypts a victim’s files or locks system access, then demands a ransom payment (typically in cryptocurrency) in exchange for the decryption key. Modern ransomware operations have evolved into sophisticated criminal enterprises using double and triple extortion tactics. Ransomware is one of the most impactful and heavily tested threat types on the SY0-701 exam.

Key Concepts

  • Encryption-based ransomware: Encrypts files using strong cryptographic algorithms; data is unrecoverable without the key
  • Locker ransomware: Locks the user out of the system entirely without necessarily encrypting files
  • Double extortion: Attackers exfiltrate data before encrypting — threaten to publish it if ransom is not paid
  • Triple extortion: Adds DDoS attacks or contacting victims’ customers/partners as additional pressure
  • Ransomware-as-a-Service (RaaS): Criminal developers provide ransomware tools to affiliates in exchange for a cut of profits
  • Common delivery methods: Phishing emails, exploited vulnerabilities (especially RDP), drive-by downloads, supply chain compromise
  • Lateral movement: Ransomware spreads across the network before detonating to maximize impact
  • Cryptocurrency payment: Bitcoin or Monero used to make payments difficult to trace
  • Notable examples: WannaCry (EternalBlue exploit), NotPetya (supply chain), LockBit, BlackCat/ALPHV

Exam Tips

Remember

Best defense against ransomware: offline/immutable backups + network segmentation + patching + user training. Never rely solely on paying the ransom — there is no guarantee of decryption, and it funds criminal operations.

  • The 3-2-1 backup rule: 3 copies, 2 different media types, 1 offsite (ideally air-gapped or immutable)
  • Network segmentation limits blast radius when ransomware detonates
  • Know that paying ransom may violate OFAC sanctions if the threat actor is in a sanctioned country

Connections

Practice Questions

Scenario

See case-ransomware for a practical DevOps scenario applying these concepts.

Resources