Cybersecurity Case Studies

Context: Information Security and Cryptography · real incidents that show how vulnerabilities + exposure become physical and financial damage · the “why it matters” evidence

Quick Revision

  • 🎯 Objective: four real attacks ➔ exposed management interfaces, jumped air gaps, hijacked control systems, and abused trusted banking networks.
  • ⚡ Key Constraint: the recurring lesson — exposure + default/insecure configuration is the killer; minimise services reachable from the Internet and internally, and assume patches alone don’t fix an already-compromised device.

📝 The incidents

IncidentYearMechanismImpact / Lesson
F5 BIG-IP (CVE-2022-1388)2022RCE via the management plane; ≥2500 devices had it open to the Internet; POC released fastPatch came quickly, but an already-corrupted device may stay vulnerable → never expose the management plane
Stuxnet2009–10Worm on USB jumped the air gap to Siemens PLCs; varied centrifuge speedsPhysically destroyed ~1000 Iranian centrifuges → air gaps are not absolute
Turkey pipeline2008Hacked security cameras as entry → raised valve pressure, disabled alerts”Main weapon was a keyboard” — cyber attack, no explosives, 40-min blind spot
Bangladesh Bank2016Fraudulent SWIFT transfersAttempted US101M succeeded (Sri Lanka recovered, Philippines lost)

🎓 What to learn

  • Exposure is the root risk ➔ if management/control interfaces are reachable, any additional vulnerability becomes exploitable.
  • Minimise services ➔ towards the Internet and from the internal network (defence in depth beyond the firewall).
  • Secure the defaults ➔ most appliances are insecure out of the box; follow hardening guidelines and read security newsletters/advisories.
  • Patching ≠ clean ➔ a device compromised before patching can remain compromised.

⚠️ Common Mistakes

  • 💡 Air gap ≠ invulnerable ➔ Stuxnet crossed a physically isolated network via USB during configuration — removable media and human process are the bridge.
  • 💡 Cyber attacks cause physical harm ➔ Turkey/Stuxnet show OT/ICS attacks destroy equipment; this is not only a data-confidentiality problem.

🧠 Active Recall