The SOC and Its Tiers
How a Security Operations Center is structured.
The SOC and Its Tiers is a free Cyber Security Academy lesson on CoddyKit — lesson 1 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cyber Security Academy learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
What a SOC Does
A Security Operations Center (SOC) is the team and facility responsible for monitoring, detecting, investigating, and responding to security threats around the clock.
The SOC ingests telemetry from across the environment and turns raw signals into actionable decisions. Core responsibilities include:
- Monitoring logs, network traffic, and endpoint data
- Detection of suspicious or malicious activity
- Triage and investigation of alerts
- Response and coordination during incidents
The Tiered Model
Most SOCs use a tiered model to scale workload and match difficulty to skill level. Alerts flow upward in severity and complexity:
- Tier 1 — triage and initial alert handling
- Tier 2 — deeper investigation of escalated alerts
- Tier 3 — threat hunting, malware analysis, advanced forensics
This structure keeps senior analysts focused on the hardest problems while routine noise is filtered early.
Tier 1: Triage Analyst
Tier 1 analysts are the front line. They watch the alert queue, perform initial triage, and decide whether an alert is a false positive, benign, or worth escalating.
They follow documented procedures and rarely improvise. Key skills include reading logs quickly, recognizing common attack patterns, and disciplined ticket hygiene.
A good Tier 1 closes noise fast and escalates real threats with clear, complete notes.
Tier 2: Incident Responder
Tier 2 analysts handle alerts escalated from Tier 1. They investigate deeper, correlate events across data sources, and determine scope and impact.
They pivot across logs to answer questions like: What happened first? Which hosts and accounts are involved? Was data accessed or exfiltrated?
Tier 2 often drives the early containment decisions during an active incident.
Tier 3: Hunters and Forensics
Tier 3 is the most senior layer: threat hunters, malware analysts, and forensic specialists.
- Threat hunting — proactively searching for threats that evaded detection
- Malware analysis — reverse engineering suspicious binaries
- Forensics — reconstructing attacker activity from disk, memory, and logs
Tier 3 also improves detections by feeding findings back into the rule set.
The SIEM at the Center
The SIEM (Security Information and Event Management) platform is the SOC's central nervous system. It collects, normalizes, and correlates logs from many sources and raises alerts based on detection rules.
Common log sources feeding a SIEM:
# Typical SIEM log sources
Windows Event Logs (4624 logon, 4688 process creation)
Firewall / proxy traffic logs
EDR endpoint telemetry
DNS and DHCP logs
Cloud audit logs (AWS CloudTrail, Azure AD sign-ins)
Authentication / IdP logsSOAR and Automation
SOAR (Security Orchestration, Automation and Response) tools automate repetitive SOC tasks. They reduce analyst fatigue and speed up response.
Typical automations:
- Auto-enriching an alert with threat intelligence and asset context
- Querying a URL or hash against reputation services
- Isolating a host via the EDR with one click
- Opening and updating tickets automatically
Automation handles the mechanical work so humans focus on judgment.
Shift Coverage and Follow-the-Sun
Threats do not respect business hours, so SOCs aim for 24/7 coverage. Two common models:
- Rotating shifts — local analysts work day, swing, and night shifts
- Follow-the-sun — handoffs between SOCs in different time zones so each works daylight hours
Strong shift handover notes are critical so the next team inherits context, not confusion.
Internal vs Managed (MSSP)
Organizations can build an in-house SOC or outsource to a Managed Security Service Provider (MSSP), sometimes called MDR.
- In-house — deep business context, full control, higher cost and staffing burden
- MSSP/MDR — cost-effective coverage and broad expertise, but less environment-specific knowledge
Many organizations adopt a hybrid: in-house Tier 2/3 with an MSSP handling Tier 1 monitoring.
Escalation Paths
A clear escalation path defines who gets involved and when. An alert may move from Tier 1 to Tier 2, and a confirmed incident escalates to an incident commander, legal, communications, and leadership.
Defined severity levels (for example SEV1 to SEV4) trigger different response expectations. Knowing the path prevents delay and panic during a real incident.
Key SOC Roles
Beyond the tiers, a mature SOC includes specialized roles:
- SOC Manager — owns staffing, process, and metrics
- Detection Engineer — builds and tunes detection rules
- Threat Intelligence Analyst — tracks adversaries and feeds context
- Incident Commander — coordinates major incident response
These roles keep the SOC improving rather than just reacting.
Quick Check
Test your understanding of SOC structure.
Recap
You learned how a SOC is structured:
- A SOC monitors, detects, investigates, and responds to threats 24/7
- Tier 1 triages alerts, Tier 2 investigates escalations, Tier 3 hunts and does forensics
- The SIEM centralizes and correlates logs; SOAR automates routine work
- Coverage uses rotating shifts or follow-the-sun, with strong handovers
- SOCs can be in-house, MSSP/MDR, or hybrid, with clear escalation paths and specialized roles
Next, you will follow an alert through the triage workflow.
Frequently asked questions
Is the “The SOC and Its Tiers” lesson free?
Yes — the full text of “The SOC and Its Tiers” is free to read here on the web, and the Cyber Security Academy course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cyber Security Academy course, upgrade to CoddyKit PRO.
What will I learn in “The SOC and Its Tiers”?
How a Security Operations Center is structured. You practise Cyber Security Academy with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Cyber Security Academy?
No prior experience is required. Cyber Security Academy on CoddyKit is structured for beginners through advanced learners; this is — lesson 1 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “The SOC and Its Tiers” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Cyber Security Academy lesson?
Yes. Every Cyber Security Academy lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.
All lessons in this course
- The SOC and Its Tiers
- Alert Triage Workflow
- Playbooks and Ticketing
- SOC Metrics: MTTD and MTTR