Learn Cyber Security

Cyber security is the ongoing practice of protecting devices, networks, software, and data from unauthorized access, damage, or disruption.

What Is Cyber Security?

Cyber security is the combination of technology, processes, and people-focused practices used to defend computers, servers, networks, mobile devices, and the data they hold from attack, damage, or unauthorized access. It is not a single tool you install once — it is an ongoing discipline that changes as new technologies and new attack techniques emerge.

Why Cyber Security Matters

  • Financial impact: a single breach can cost an organization far more in recovery, legal fees, and lost business than the security measures that would have prevented it.
  • Personal privacy: emails, health records, banking details, and photos all live on systems that can be compromised.
  • Trust and reputation: customers and partners quickly lose confidence in an organization that fails to protect their data.
  • Critical infrastructure: power grids, hospitals, water treatment, and transportation increasingly rely on connected systems, so a cyber attack can have real-world physical consequences.

Who Is Behind Cyber Attacks?

Not every attacker has the same skill level or motivation, and understanding who you're defending against helps you prioritize the right defenses.

Attacker TypeTypical Motivation
Script kiddiesCuriosity or bragging rights, using existing tools they didn't build themselves
CybercriminalsDirect financial gain, e.g. stealing card data or deploying ransomware
HacktivistsPolitical or social causes, often defacing sites or leaking data to make a statement
InsidersEmployees or contractors misusing legitimate access, sometimes accidentally
Nation-state actorsEspionage, sabotage, or long-term strategic advantage, usually with significant resources

What You'll Learn in This Course

  • The CIA Triad — the model used to describe what security is protecting
  • Common threats: malware, phishing, denial-of-service, man-in-the-middle attacks, injection attacks
  • How ransomware and zero-day exploits work
  • How firewalls and other defenses reduce risk
Note: Security is a mindset, not a checkbox. The goal is never to eliminate risk completely — it's to understand your risk and reduce it to an acceptable level through layered defenses.

Each of the following lessons builds on this foundation, moving from core principles to specific threats and, finally, to practical defenses you'll see used in real systems.

Exercise: Cyber Security Introduction

What are the three pillars of the CIA triad in cybersecurity?

Frequently Asked Questions

Do I need to know programming for cyber security?
For entry-level defensive roles, not much beyond scripting. For anything deeper, yes: reading code is how you find flaws, and Python plus shell scripting covers most day-to-day automation. Understanding networking and operating systems matters at least as much as writing code.
Where should a beginner start in cyber security?
Networking and operating system fundamentals, before tools. Most attacks exploit how systems actually work, so knowing what a TCP handshake, a file permission and a DNS lookup do is what makes the tooling meaningful rather than magical.
Is cyber security a good career to move into?
Demand is steady and roles are varied, from monitoring and incident response through to testing and governance. It rewards curiosity and methodical thinking. Expect to keep learning continuously, because both the attacks and the defences change every year.
What is the difference between a virus and malware?
Malware is the umbrella term for any hostile software. A virus is one type, defined by attaching itself to a file and spreading when that file runs. Worms, ransomware, spyware and trojans are separate categories under the same umbrella.