📘 Recommended study plans: Blue Team, Detection & Response · Reverse Engineering & Malware Analysis · Common Skills.
SOC (Security Operations Center) and the broader Blue Team are the defensive backbone of cybersecurity. If offensive security is about finding problems, blue team is about detecting, responding to, and stopping them — 24×7. Most large enterprises hire blue teamers in much higher numbers than pentesters, so this is one of the highest-volume entry points into the industry.
- Freshers / career switchers wanting a fast entry into security (SOC L1 is the most common first job)
- Sysadmins / network admins moving toward security
- Helpdesk / NOC engineers wanting upward mobility
- Pentesters who want to "switch sides" and build defenses
- Networking — TCP/IP, DNS, HTTP, common ports, firewall basics
- Windows + Linux at user/admin level (Event Viewer, journald, syslog)
- Active Directory basics — users, groups, GPOs, Kerberos, NTLM
- Cloud basics (at least one of AWS / Azure / GCP)
- Scripting — PowerShell + Python (regex is non-negotiable)
- OWASP Top 10 awareness (so you can recognize web attacks in logs)
- Familiarity with MITRE ATT&CK matrix
Possible job titles:
- SOC Analyst L1
- Security Operations Analyst (Junior)
- Incident Response Analyst (Junior)
- Threat Detection Analyst
Day-to-day:
- Monitor SIEM dashboards / alert queues
- Triage alerts (true positive / false positive / benign true positive)
- Escalate confirmed incidents to L2
- Run basic enrichment (VirusTotal, AbuseIPDB, WHOIS, GreyNoise)
- Document everything in a ticketing system
Skills to focus on:
- SIEM fluency — Splunk SPL, Microsoft Sentinel KQL, Elastic KQL, Chronicle YARA-L, IBM QRadar AQL
- Log sources — Windows Event Logs (Security 4624/4625/4688/4697/4720), Sysmon, Linux auth.log, web server logs, EDR telemetry, AWS CloudTrail, O365/Entra ID audit logs
- EDR/XDR — CrowdStrike Falcon, SentinelOne, Microsoft Defender, Carbon Black; how to read alerts, isolate hosts, pull artifacts
- MITRE ATT&CK — map alerts to tactics & techniques
- Phishing analysis — header inspection, URL detonation (URLScan, any.run), attachment sandboxing
- Malware analysis 101 — hashes, strings, PE basics, dynamic in a sandbox
- Incident ticketing & runbooks — ServiceNow, TheHive, Jira; following playbooks
- Common detections — failed logins → brute force, beaconing, lateral movement (PSExec, WMI), DNS tunneling
Entry certs:
- CompTIA Security+ — almost mandatory in many regions
- CompTIA CySA+ — directly SOC-aligned
- Splunk Core Certified User / Power User
- Microsoft SC-200 (Security Operations Analyst)
- Blue Team Level 1 (BTL1) — well-respected hands-on cert
- CCD (Certified CyberDefender) — affordable, hands-on
Possible job titles:
- SOC Analyst L2
- Incident Responder
- Threat Hunter (Junior)
- Detection Engineer (Junior)
Day-to-day:
- Lead investigations escalated from L1
- Pivot across data sources (network + endpoint + identity + cloud)
- Build/tune detection rules
- Contain & eradicate incidents
- Write incident reports for management
New skills to add:
- Deep investigation — timeline reconstruction, root-cause analysis
- Digital Forensics basics — disk imaging (FTK, dd), memory forensics (Volatility, MemProcFS), Windows artifacts (MFT, USN journal, AmCache, Prefetch, ShimCache, RecentDocs)
- Network forensics — full packet capture analysis (Wireshark, Zeek), NetFlow analysis
- Detection engineering — Sigma rules, YARA, custom Splunk/KQL detections, MITRE-driven coverage gap analysis
- Threat hunting — hypothesis-driven hunts (e.g., "find unsigned binaries running from %TEMP%"); use of Jupyter / msticpy
- Cloud incident response — AWS/Azure/GCP IR playbooks, IAM compromise containment, snapshot forensics
- Adversary emulation knowledge — read Atomic Red Team / Caldera tests so you can detect them
- Scripting for automation — Python + APIs (SIEM, EDR, TI feeds)
- Threat Intel consumption — IOCs, TTPs, STIX/TAXII, MISP
Certs to consider:
- GIAC GCIH, GCIA, GCFA, GCFE, GNFA, GCTI (one or two of these, not all)
- Blue Team Level 2 (BTL2)
- SANS FOR508 / FOR578 / FOR500 (associated GIAC)
- eCIR / CCFE (eLearnSecurity / Mile2 alternatives)
- AWS Security Specialty (cloud IR side)
Possible job titles:
- SOC Analyst L3
- Senior Incident Responder / Lead IR
- Senior Threat Hunter
- Detection Engineering Lead
- DFIR Consultant
New focus areas:
- Incident command — lead breach response from triage to post-mortem
- Threat hunting program design — hypotheses backlog, coverage tracking
- Detection-as-code — git-based rule repos, CI testing of detections, dispatch pipelines
- Purple team exercises — co-design with red team, close gaps
- Threat modeling for detection — what should we be able to detect that we can't?
- Tabletop exercises with execs
- Mentor L1/L2, hire, and train
- Vendor evaluation — SIEM/EDR/SOAR/NDR POCs
Possible job titles:
- SOC Architect
- Principal Detection Engineer
- Principal Incident Responder
- Director of Threat Detection & Response
- Head of SOC / Head of CIRT
Focus areas:
- SOC reference architecture (people, process, tech)
- Build vs. buy vs. MDR (Managed Detection & Response) strategy
- Log pipeline & cost engineering (Cribl, Vector, custom)
- Metrics that matter — MTTD, MTTR, dwell time, true-positive rate
- Industry presence — DFIR Summit, BSides, SANS talks
- Memory + disk + network forensics; chain of custody; expert witness; ransomware negotiation contexts
- Certs: GCFA, GCFE, GNFA, GREM
- Strategic / operational / tactical TI; attribution; intelligence requirements (PIRs)
- Certs: GCTI, CREST CRTIA
- Sigma, YARA, detection-as-code, ATT&CK coverage maps, telemetry engineering
- Heavy code + data engineering work; closest blue-team role to DevSecOps
- Hypothesis-driven, ML-assisted; closely tied to TI and DE
- Lots of notebook work — Jupyter, msticpy, KQL/SPL pipelines
- Bridges red + blue; coordinates emulations and detection improvement cycles
- Skills from both sides; great staff-level role
SOC L1 (entry)
│
▼
SOC L2 / IR
│
┌──────────────┬───────┴───────┬──────────────┐
▼ ▼ ▼ ▼
DFIR Detection Threat Threat
Engineering Hunting Intelligence
│ │ │ │
▼ ▼ ▼ ▼
Senior IR / Detection Eng. Senior Threat CTI Lead
DFIR Lead Lead Hunter
│
└──────────────┬────────────────────────────┘
▼
Purple Team Lead / SOC Architect
│
▼
Head of SOC / Director Threat Detection & Response
- → Penetration Testing / Red Team — most pentesters start as blue teamers; the reverse is also common
- → DevSecOps — detection-as-code skill set translates directly to pipeline automation
- → Cloud Security Engineering — cloud IR opens the door
- → GRC — incident metrics, audit support, policy work
- → Security Architecture — natural senior IC move
- → Sales Engineering — vendors love SOC L3s who can speak customer
- SIEM: Splunk, Microsoft Sentinel, Elastic, Chronicle, IBM QRadar, Sumo Logic
- EDR / XDR: CrowdStrike Falcon, SentinelOne, Microsoft Defender XDR, Palo Alto Cortex XDR, Carbon Black
- SOAR: Splunk SOAR (Phantom), Palo Alto Cortex XSOAR, Tines, Torq, Shuffle (open source)
- NDR: Zeek, Suricata, Vectra, Darktrace, ExtraHop
- Forensics: Volatility 3, MemProcFS, Autopsy, FTK, KAPE, Velociraptor, GRR, plaso/log2timeline
- Threat Intel platforms: MISP, OpenCTI, ThreatConnect, Anomali, Recorded Future
- Detection-as-code: Sigma, YARA, Elastic Detection Rules, Sentinel Analytics Rules, Splunk ESCU
AI is one of the biggest leverage points in defensive work.
- Alert triage and summarization — LLMs summarize event chains, suggest likely TTPs, draft analyst notes
- Detection content generation — first-draft Sigma / KQL / SPL from a CVE writeup or DFIR Report case study
- Hunt hypothesis generation — brainstorm ATT&CK technique coverage gaps with an LLM
- Log parsing / regex / KQL help — huge time saver during investigations
- Phishing analysis — LLMs are surprisingly good at classifying suspicious emails (with caution — attackers use AI too)
- Tabletop and post-incident report drafts — first 80% from AI, last 20% from you
- AI-generated phishing — perfect grammar, victim-specific context, multilingual. Detection has to shift from "looks wrong" to behavioral / DMARC / link reputation.
- Voice cloning + deepfake vishing — BEC + CEO fraud now passes a phone call test
- AI-assisted malware — polymorphic strings, custom packers; YARA rules must focus on behavior, not strings
- LLM-driven recon at scale — attackers crawl LinkedIn / GitHub via agents
- Detecting AI agent abuse inside your env — unusual API call patterns from Copilot-like tools, exfil via chat sessions
- Log ingestion of LLM gateway, Copilot Audit Logs, ChatGPT Enterprise logs into your SIEM
- Build detections for sensitive data hitting AI endpoints
- Define IR playbooks for compromised AI agent credentials
- Coordinate with GRC on AI usage policy + DLP
See: AI Security Career Roadmap · GenAI Security Study Plan
- BlueTeamLabs.online (BTLO) — gold-standard SOC scenarios
- LetsDefend.io — realistic SOC simulator
- CyberDefenders — DFIR / blue team challenges (free + paid)
- TryHackMe SOC Level 1 / 2 paths
- HackTheBox Sherlocks — DFIR investigations
- RangeForce, Immersive Labs (often via employer)
- DFIR.training — curated content + sample cases
- Blue Team Handbook: Incident Response Edition — Don Murdoch
- Practical Threat Intelligence and Data-Driven Threat Hunting — Valentina Costa-Gazcón
- Applied Incident Response — Steve Anson
- The Practice of Network Security Monitoring — Richard Bejtlich
- Crafting the InfoSec Playbook — Jeff Bollinger et al.
- Intelligence-Driven Incident Response — Scott Roberts, Rebekah Brown
- SANS DFIR blog & DFIR Summit talks (free on YouTube)
- The DFIR Report (incident write-ups, gold mine)
- Florian Roth (Sigma project), Olaf Hartong (Sysmon configs)
- r/blueteamsec subreddit
- BlueTeamCon, FIRST conferences
- Pick one SIEM (Splunk or Sentinel) and grind 50+ hours of hands-on labs.
- Do at least 20 BTLO / LetsDefend investigations end-to-end.
- Read one DFIR Report writeup per week and try to write the corresponding detection (Sigma rule).
- Build a tiny home lab: AD domain + 1 Linux server + Sysmon + Wazuh/ELK; attack it with Atomic Red Team; detect yourself.