Skip to content

SOC Structure and the Tier Model

A Security Operations Centre is the organisational unit responsible for continuous monitoring, detection, and response to security incidents. This topic covers how SOCs are structured into analyst tiers, the responsibilities at each tier, and the trade-offs between in-house, co-managed, and fully outsourced SOC models.

Last updated:

Share

A Security Operations Centre (SOC) is the team and technology function responsible for monitoring an organisation's systems around the clock, detecting security incidents, and coordinating response. Most SOCs organise their analysts into a tiered structure: Tier 1 handles continuous alert monitoring and initial triage, Tier 2 investigates confirmed incidents and manages containment, and Tier 3 addresses the most complex threats, conducts proactive threat hunting, and refines detection capabilities. The tier model is not a rigid hierarchy but a functional division that routes work to the right level of expertise while keeping the highest-volume, most repetitive tasks away from senior analysts.

The SOC sits at the operational centre of the incident response lifecycle. It is the structure through which an organisation translates the NIST SP 800-61 or SANS PICERL framework into day-to-day practice. Playbooks define what each tier does when a specific alert fires. The SIEM aggregates and correlates log data so that Tier 1 analysts have a single console rather than dozens of disconnected feeds. Escalation paths ensure that a confirmed intrusion reaches a Tier 2 analyst within minutes rather than hours. Without the SOC's organisational scaffolding, the IR lifecycle remains a process document rather than an operational reality.

Organisations differ in how they build or procure SOC capability. A fully in-house SOC gives maximum control and retains all sensitive data internally, but requires substantial staffing, tooling investment, and shift management to maintain 24/7 coverage. A fully outsourced SOC, delivered by a managed security service provider (MSSP), transfers operational burden but also transfers visibility and may introduce contractual constraints on how incidents are handled. Co-managed or hybrid models share responsibilities between internal staff and an MSSP and have become the most common arrangement for mid-size organisations that need continuous coverage without a full internal headcount.

By the end of this topic you will be able to:

  • Describe the responsibilities of Tier 1, Tier 2, and Tier 3 SOC analysts and explain why the tier model improves operational efficiency.
  • Compare in-house, co-managed, and fully outsourced SOC models and identify the key trade-offs of each.
  • Explain the role of the SIEM, playbooks, and escalation paths in making the IR lifecycle repeatable.
  • Identify the conditions under which a Tier 1 analyst should escalate an alert and what information should accompany the escalation.
  • Describe how threat intelligence produced at Tier 3 feeds back into detection rules and playbooks at Tier 1.
Key terms
Security Operations Centre (SOC)
The dedicated team and technology platform responsible for continuous monitoring, detection, analysis, and coordinated response to security events. May be in-house, co-managed, or fully outsourced.
SIEM (Security Information and Event Management)
A platform that collects, normalises, correlates, and alerts on log and event data from across an organisation's infrastructure. The primary console used by Tier 1 analysts for alert monitoring and triage.
Playbook
A documented step-by-step procedure for responding to a specific type of security event. Playbooks standardise analyst behaviour, reduce response time, and ensure critical steps such as containment and evidence preservation are not skipped.
Managed Security Service Provider (MSSP)
A third-party organisation that delivers security monitoring, tooling, and analyst coverage as a contracted service. Used in fully outsourced and co-managed SOC arrangements.
Threat Hunting
A proactive activity in which analysts search for indicators of compromise or attacker behaviour that automated detection has not yet flagged. Typically performed by Tier 3 analysts using hypothesis-driven investigation of raw log and endpoint data.
Escalation Path
The defined procedure by which an alert or incident is passed from one SOC tier to the next, including the information that must accompany the handoff and the time limits within which escalation must occur.

The three-tier analyst model

The tier model exists because security operations generate work at very different levels of complexity and volume. A mature SOC may receive tens of thousands of SIEM alerts per day; the vast majority are false positives or low-severity events that require only a brief check and a closure decision. A much smaller number are genuine incidents requiring hours of investigation. Routing all of this to the same pool of analysts is inefficient: senior analysts spend their shift triaging noise, and complex incidents wait. The tier model separates the work.

Tier 1 is the monitoring and triage layer. Analysts at this tier watch the SIEM console, acknowledge alerts, apply the relevant playbook, and make a binary decision: close the alert as a false positive, or escalate it to Tier 2 with an initial assessment. Tier 1 is typically the largest headcount in the SOC and operates on rotating shifts to maintain 24/7 coverage. The skill requirement is breadth rather than depth: Tier 1 analysts need to recognise the signatures of common attack types, know when something is outside their playbook, and document their findings clearly before handing off.

Tier 2 is the investigation and response layer. When a Tier 1 escalation arrives, Tier 2 analysts take ownership of the incident. They conduct deeper forensic analysis, correlate events across multiple data sources, determine the scope of the compromise, and execute containment and eradication steps. Tier 2 analysts also handle cases that Tier 1 cannot close confidently because they fall outside existing playbooks. In many SOCs, Tier 2 analysts are the primary authors of the incident report that feeds the post-incident review.

Tier 3 is the advanced analysis and strategic improvement layer. Tier 3 analysts handle the incidents that Tier 2 cannot resolve, particularly those involving sophisticated or novel attack techniques. They also conduct proactive threat hunting, build and refine SIEM detection rules, maintain and update the playbook library, and translate threat intelligence reports into actionable detection improvements. In smaller SOCs, one or two senior analysts fulfil Tier 3 functions alongside Tier 2 responsibilities.

Tier 1: alert monitoring and triage

The Tier 1 analyst's primary tool is the SIEM. Modern SIEMs ingest logs from endpoints, network devices, cloud services, identity providers, and applications, apply correlation rules, and surface alerts ranked by severity. A Tier 1 shift typically begins with a review of any open alerts from the previous shift, followed by ongoing monitoring of the live alert queue.

When an alert fires, the Tier 1 analyst follows the relevant playbook. The playbook specifies which data sources to check, what constitutes a confirmed positive, and what information to record. For a brute-force login alert, the playbook might instruct the analyst to: check whether the source IP appears on a known-bad list, verify whether any login attempts succeeded, check whether the targeted account has MFA enabled, and then decide whether to escalate or close. This structured decision process is what allows analysts with relatively limited experience to handle high alert volumes consistently.

The quality of a Tier 1 escalation matters as much as the decision to escalate. A good escalation includes: the alert details and timestamp, the data sources checked and their outputs, the analyst's assessment of why this is a genuine incident, and any immediate containment steps already taken (such as blocking a source IP). A poor escalation hands Tier 2 a raw alert with no context, forcing them to restart the investigation from the beginning.

Tier 2: incident investigation and response

Tier 2 investigation begins where Tier 1 triage ends. The analyst receives the escalation, reviews the Tier 1 notes, and begins building a timeline of the incident. This typically involves pulling additional log sources that Tier 1 did not examine, querying endpoint detection and response (EDR) tools for process and file activity on affected hosts, and correlating network traffic logs to understand lateral movement.

Containment is a central Tier 2 responsibility. Depending on the incident type and the organisation's IR plan, containment actions may include isolating an affected host from the network, disabling a compromised user account, blocking a malicious domain or IP at the firewall, or revoking active sessions. Every containment action must be documented: what was done, when, and by whom. This documentation is part of the incident's evidence record and feeds directly into the post-incident review.

Tier 2 analysts also manage communication during an active incident. They maintain the incident ticket, update stakeholders on status, and coordinate with system owners when containment requires taking a production system offline. In organisations that follow the SANS PICERL model, the Tier 2 analyst is typically the incident handler who owns the case from the Identification phase through Lessons Learned.

Tier 3: threat hunting and detection improvement

Tier 3 analysts spend only a portion of their time on active incident response. The remainder goes to proactive work that improves the SOC's future detection capability. Threat hunting is the most visible of these activities: the analyst starts with a hypothesis derived from threat intelligence (for example, that a specific threat actor group is targeting organisations in the same sector using a particular technique) and then searches the environment's logs and endpoint telemetry for evidence that this activity has already occurred undetected.

When a hunt finds evidence of a technique that existing rules did not detect, the outcome is a new SIEM detection rule. When the hunt finds nothing, the outcome is confidence that the environment does not currently show indicators of that technique, plus documentation of what was searched. Both outcomes have operational value: the first improves the detection layer, and the second provides a baseline for future comparison.

Tier 3 also maintains the playbook library. After each significant incident, the relevant playbook is reviewed: did it guide the analyst to the right conclusion efficiently? Were there steps missing? Did the analyst have to improvise, and if so, should the improvisation be standardised? This feedback loop between incident response and playbook maintenance is what allows the SOC to improve over time rather than repeating the same investigative steps at the same speed indefinitely.

In-house, co-managed, and outsourced SOC models

Every organisation with a SOC sits somewhere on a spectrum from fully internal to fully outsourced. The choice affects cost, control, speed, and the sensitivity of data that must leave the organisation's boundary. No model is universally correct; the right choice depends on headcount, budget, data classification requirements, and the maturity of the internal security team.

ModelWho does Tier 1?Who does Tier 2-3?Key advantageKey trade-off
In-houseInternal analysts on shiftInternal senior analystsFull visibility and control; data stays internalRequires 24/7 staffing; high fixed cost
Co-managed (hybrid)MSSP on retainerInternal analystsContinuous coverage without full headcountRequires clear contractual handoffs; MSSP has partial data access
Fully outsourced (MSSP)MSSP Tier 1, 2, 3MSSPLow internal overhead; rapid deploymentReduced visibility; slow response if contract terms are rigid

The co-managed model has grown in adoption because it solves the staffing problem that most mid-size organisations face: maintaining three eight-hour shifts of qualified analysts is expensive and difficult in markets where experienced security staff are in short supply. By outsourcing 24/7 Tier 1 coverage to an MSSP while retaining Tier 2 and Tier 3 capability internally, organisations keep control of investigation and response decisions while offloading monitoring. The contractual challenge is defining escalation thresholds clearly: the MSSP must know exactly when to call the internal team, and the internal team must be reachable at any hour.

SOC metrics and operational health

A SOC without metrics cannot improve. The core operational metrics track the speed and quality of the detection-to-response pipeline. Mean Time to Detect (MTTD) measures how long it takes from the moment a malicious event occurs until the SOC generates an alert. Mean Time to Respond (MTTR) measures from alert generation to the first containment action. Both are lagging indicators: they reflect how the SOC performed on past incidents rather than predicting future ones.

False-positive rate and alert-to-escalation ratio are leading indicators of Tier 1 health. A rising false-positive rate signals that detection rules need tuning. A falling alert-to-escalation ratio can mean either that Tier 1 is correctly filtering noise or that analysts have begun to suppress alerts without proper investigation. Distinguishing between these explanations requires periodic audit of closed-without-escalation tickets.

SOC maturity models, including the SOC-CMM developed by Rob van Os and adopted by national cybersecurity agencies in several countries, provide a structured framework for assessing a SOC against dimensions such as people, process, technology, and business alignment. Organisations use these models to identify gaps and prioritise investment. The UK National Cyber Security Centre and Australia's Australian Signals Directorate both publish guidance on SOC maturity that aligns with the SOC-CMM structure. These frameworks do not prescribe the tier model specifically, but the tier structure is implicit in every maturity dimension that addresses escalation, specialisation, and proactive capability.

Check your understanding
Question 1 of 4· 0 answered

A Tier 1 analyst receives a SIEM alert for multiple failed SSH login attempts from a single external IP address followed by one successful login. The analyst has no playbook for this specific pattern. What is the correct action?

Key Takeaways

  • The SOC tier model routes work by complexity: Tier 1 handles high-volume alert monitoring and triage, Tier 2 investigates and contains confirmed incidents, and Tier 3 addresses advanced threats, hunts proactively, and improves the detection and playbook infrastructure.
  • Tier 1 effectiveness depends on playbook quality and SIEM tuning. High false-positive rates cause alert fatigue, which is a leading cause of missed incidents, and are addressed by Tier 3 through detection rule refinement.
  • In-house SOCs offer maximum control and data retention but require significant staffing and shift management investment. Co-managed models pair MSSP Tier 1 coverage with internal Tier 2 and Tier 3 capacity, and are the most common arrangement for mid-size organisations.
  • Outsourcing SOC functions to an MSSP requires contractual clarity on escalation thresholds, data handling obligations, and response authority, especially where privacy regulations such as the GDPR, India's DPDPA 2023, or sector-specific rules apply.
  • SOC operational health is tracked through metrics including MTTD, MTTR, false-positive rate, and alert-to-escalation ratio; these metrics guide investment in staffing, tooling, and detection rule improvement.
What does a Tier 1 SOC analyst do?
A Tier 1 analyst monitors security dashboards and SIEM alerts around the clock, performs initial triage to determine whether an alert represents a genuine threat or a false positive, and escalates confirmed or suspected incidents to Tier 2. Tier 1 is the highest-volume, most repetitive layer of the SOC and is usually staffed on rotating shifts to maintain 24/7 coverage.
What is the difference between a Tier 2 and a Tier 3 SOC analyst?
Tier 2 analysts investigate escalated incidents in depth, perform host and network forensics, contain threats, and manage the incident to closure. Tier 3 analysts handle the most complex cases, conduct proactive threat hunting, develop new detection rules, analyse advanced persistent threats, and feed intelligence back into the playbook library. In smaller SOCs these roles often overlap.
What is a co-managed SOC?
A co-managed SOC, sometimes called a hybrid SOC, pairs an organisation's internal security team with a managed security service provider. The MSSP typically supplies the 24/7 monitoring platform, Tier 1 coverage, and tooling, while internal staff focus on Tier 2 and Tier 3 work and retain ownership of policy decisions and sensitive data. This model is common when organisations need continuous coverage but lack the headcount to staff shifts internally.
What is a SOC playbook?
A SOC playbook is a documented, step-by-step procedure for responding to a specific type of security event, such as a phishing alert, ransomware detection, or privileged account compromise. Playbooks standardise analyst behaviour, reduce response time, and ensure that critical steps (containment, evidence preservation, notification) are not skipped under pressure. They are maintained by Tier 3 analysts and reviewed after each significant incident.
How does a SOC relate to the incident response lifecycle?
The SOC is the operational structure within which the incident response lifecycle runs. Detection and triage happen at Tier 1, investigation and containment at Tier 2, and advanced analysis and lessons learned at Tier 3. The SOC's SIEM, playbooks, and escalation paths are the mechanisms that make the IR lifecycle repeatable at scale rather than an ad hoc exercise.

Test yourself on Incident Response and Management with free, timed mocks.

Practice Incident Response and Management questions

Found this useful? Pass it along.

Share

Spotted an error in this page? Report a correction or read our editorial standards.

Your journey to becoming a forensic professional starts here.

Practice with mock tests, learn from structured notes, and get your questions answered by a global forensic community, all in one place.