BiTree
  • Search For Lessons
  • Curriculum
  • Pricing
  • For Educators
  • Become a Tutor
  • About
  • Contact
Log InGet Started

Questions, concerns, bug reports, or suggestions? We read every message, write to us at [email protected].

More ways to reach us →
BiTree

Live coding lessons for aspiring developers and security professionals.

[email protected]

(201) 785-7951

Mon–Fri, 9 AM–5 PM EST

Learn

  • Search For Lessons
  • Curriculum
  • Pricing

Company

  • About
  • For Educators & Schools
  • Become a Tutor
  • Contact Us

Legal

  • Terms of Service
  • Privacy Policy
© 2026 BiTree. All rights reserved.
Curriculum/Cybersecurity/Intro to Cybersecurity/Overview of All Cybersecurity Domains
25 minBeginner

Overview of All Cybersecurity Domains

After this lesson, you will be able to: Understand the major cybersecurity domains, why they matter, and which sub-track matches your goals.

Cybersecurity is a vast field, too vast to learn all at once. This intro lesson maps out the landscape so you can choose where to dig in. You'll learn the CIA triad, get a one-paragraph tour of every domain BiTree teaches, and walk away knowing which sub-track to pick first.

This is a free introductory lesson. No purchase required.

What is cybersecurity, really?

Cybersecurity is the practice of protecting computers, networks, programs, and data from unauthorized access, change, or destruction. At its core it's a tradeoff problem: every security control adds friction. Good security professionals know how to lower risk without grinding the business to a halt.

The CIA triad

Three goals drive most security decisions: Confidentiality (only authorized people see data), Integrity (data isn't changed without permission), and Availability (systems stay up when users need them). Every control you'll meet, from a password to a firewall, exists to protect at least one corner of this triangle.

Diagram coming soon!

Triangle diagram with C, I, A at each corner, labeled Confidentiality, Integrity, Availability, with example controls under each

The 11 BiTree sub-tracks at a glance

Identity & Access Management, who logs in and what they can do. Vulnerability Management, finding and fixing weaknesses. Application Security, protecting the code itself. Incident Response, what to do when something goes wrong. Data Leakage Prevention, keeping sensitive data inside. Penetration Testing, authorized attack simulation. Risk Management & Governance, the business side of security. End User Device Management, laptops, phones, IoT. Threat Intelligence, knowing your adversaries. NIST Framework, the industry-standard playbook. AI in Cybersecurity, how AI changes both offense and defense.

💡 How to pick your first sub-track

Drawn to puzzles and breaking things? Start with Penetration Testing or Application Security. Drawn to defense and operations? Start with Incident Response or NIST. Drawn to people and policy? Start with Risk Management or IAM. Unsure? IAM is the broadest and easiest first sub-track for any path.

Your practice toolkit, the same tools real professionals use

Every sub-track in this track points back to the same hands-on toolkit. Set it up once and you'll be ready for any lab. Kali Linux (or Parrot OS), the de facto security distro. It ships with hundreds of tools preinstalled (Nmap, Burp Suite, Metasploit, Wireshark, Hashcat, John the Ripper). VirtualBox or VMware Workstation Player, both free, lets you run Kali as a guest VM on your main computer so you never expose your host system to lab traffic. Docker, lighter than a full VM. Use it for spinning up deliberately vulnerable apps (DVWA, WebGoat, OWASP Juice Shop, Metasploitable 2) in seconds, no full VM required. HackTheBox and TryHackMe, online practice ranges that give you legal targets to attack. Free tiers cover months of learning. Wireshark, the standard packet capture and protocol analyser. Burp Suite Community Edition, the standard intercepting proxy for web app testing. Both run on Kali or any host OS.

Diagram coming soon!

Two-column layout: left column 'VM lab' showing host OS with VirtualBox running Kali Linux guest, right column 'Container lab' showing Docker spinning up vulnerable containers (DVWA, WebGoat). HackTheBox and TryHackMe logos floating above as online practice ranges.

💡 Always practice in a lab

Every offensive technique in this track is only legal when used against systems you own or have written permission to test. Run your VMs on a host-only network (no internet bridge), and stick to HackTheBox, TryHackMe, PicoCTF, or your own lab. Scanning, exploiting, or even casually probing a real company's infrastructure without authorization is a crime in most jurisdictions (Computer Fraud and Abuse Act in the US, similar laws everywhere else).

Set up your practice environment

Do these once and you'll be ready for every cybersecurity sub-track. Don't worry about installing every tool, the VM and accounts are enough to start.

  1. 1

    Install VirtualBox (free, virtualbox.org) or VMware Workstation Player on your main computer

  2. 2

    Download the Kali Linux VirtualBox VM image from kali.org/get-kali and import it into VirtualBox

  3. 3

    First boot of Kali: change the default password, run apt update + apt upgrade, snapshot the clean install so you can roll back after experiments

  4. 4

    Install Docker Desktop (free for personal use, docker.com) so you can spin up vulnerable apps without a full VM

  5. 5

    Create a free HackTheBox account at hackthebox.com (Starting Point machines are free and friendly)

  6. 6

    Create a free TryHackMe account at tryhackme.com (the free rooms cover beginner to intermediate)

  7. 7

    Create a free PicoCTF account at picoctf.org for capture-the-flag style challenges

  8. 8

    Bookmark the NIST Cybersecurity Framework page at nist.gov/cyberframework, you'll reference it across sub-tracks

💡 Certifications worth tracking from day one

Every sub-track on BiTree ends with a Certification Roadmap lesson that names the right certs for that specialty. Across cybersecurity overall, CompTIA Security+ is the entry-level industry standard and covers material from most sub-tracks. For specialised paths: CompTIA PenTest+ and OSCP (offensive), CompTIA CySA+ and GCIH (defensive/IR), CRISC and CISSP (risk and governance), GCTI (threat intel), Microsoft SC-900 and MD-102 (Microsoft ecosystem). You don't need a cert to start learning, but seeing the target now helps you focus.

Quick Check

Which CIA triad goal is harmed if a database is wiped during an attack?

Think about what "wiped" actually does to legitimate users.

Tools & Resources

Kali Linux (download)
VirtualBox (free hypervisor)
Docker Desktop
HackTheBox
TryHackMe
PicoCTF
Wireshark
Burp Suite Community Edition
NIST Cybersecurity Framework
OWASP Top 10
CompTIA Security+ (cert overview)
Back to Intro to Cybersecurity