Roadmaps
Cyber Security Roadmap 2026
Cybersecurity is a broad field -- this roadmap builds the shared foundation, then points toward common specializations (security analyst, penetration testing, cloud security).
Stage 1: Networking and Systems Fundamentals (4-5 weeks)
- TCP/IP, DNS, HTTP/HTTPS, common ports and protocols
- Linux and Windows administration fundamentals
- Example: set up a home lab -- a couple of VMs on your own machine to practice on safely
Stage 2: Security Fundamentals (3-4 weeks)
- The CIA triad (Confidentiality, Integrity, Availability) and core security principles
- Common attack types -- phishing, SQL injection, XSS, man-in-the-middle
- Cryptography basics -- symmetric vs. asymmetric encryption, hashing
- Example: manually identify and fix a SQL injection vulnerability in a deliberately vulnerable practice app (e.g. OWASP Juice Shop)
Stage 3: Hands-On Practice (4-6 weeks)
- Capture-the-flag style platforms (TryHackMe, HackTheBox) for structured, legal practice
- Basic penetration testing tools -- Nmap, Burp Suite, Wireshark
- Vulnerability scanning fundamentals
- Example: complete a beginner-track set of CTF rooms end-to-end, documenting your process
Stage 4: Pick a Specialization
Security Analyst / SOC: focus on log analysis, SIEM tools (Splunk, Elastic), and incident response processes. Penetration Testing: deepen offensive skills -- web app testing, network exploitation, and formal reporting. Cloud Security: focus on securing AWS/Azure/GCP environments specifically -- IAM hardening, cloud-native security tools, and misconfiguration detection.
Stage 5: Certification Path
- CompTIA Security+ -- a strong, broadly recognized foundational certification
- For offensive security: eJPT, then eventually OSCP (hands-on and highly respected, but genuinely difficult)
- For defensive/analyst roles: CompTIA CySA+ or a SIEM-vendor-specific certification
- For cloud security: your chosen cloud provider's security specialty certification
Frequently Asked Questions
No -- many successful security professionals come from IT support, networking, or self-taught backgrounds. Hands-on demonstrable skill (via CTF platforms, a home lab, and certifications) carries real weight, especially for entry-level analyst and support-adjacent roles.
Yes -- platforms like TryHackMe and HackTheBox are specifically built as legal, safe, sandboxed environments for practicing these exact skills. Never practice offensive security techniques against any system you don't own or have explicit written authorization to test.