knowledge

Overview

A Security Operations Center (SOC) is a dedicated facility operated by a specialized team that continuously monitors an organization’s network and resources to identify suspicious activity and prevent damage. SOC teams operate 24/7 and leverage people, processes, and technology to maintain security posture.


Terminology

TermDefinition
Alert TriageFirst-response process to determine the severity and priority of a detected event
False PositiveAn alert triggered by legitimate activity incorrectly flagged as malicious
Threat HuntingProactive search for threats that evade automated detection
EDREndpoint Detection and Response; provides real-time endpoint visibility and response
SOARSecurity Orchestration, Automation, and Response; automates incident management workflows
XDRExtended Detection and Response; unified detection across endpoints, network, and cloud
EPPEndpoint Protection Platform; prevents, detects, and remediates malware attacks
CISOChief Information Security Officer; executive responsible for organizational security strategy

Core Concepts

SOC Ecosystem

SOC Ecosystem

Centralized framework of tools, processes, and personnel enabling detection, analysis, and response across an organization.

SOC Focus Areas

AreaDescription
DetectionIdentify vulnerabilities, unauthorized activity, policy violations, and network intrusions
ResponseSupport incident response; contain and remediate detected threats

SOC Team Structure

Pillars of SOC SOC Hierarchy

RoleResponsibilities
SOC DirectorSets SOC strategy and budget; owns SOC outcomes; reports to CISO
SOC ManagerOversees SOC processes; coordinates with CISO; reports on security posture
SOC Analyst L1First responder; alert triage and escalation
SOC Analyst L2Deeper investigation; correlates data from multiple sources
SOC Analyst L3Proactive threat hunting; manages containment, eradication, and recovery for critical incidents
Detection EngineerDevelops and refines detection rules and logic for security solutions
Incident ResponderHandles containment, eradication, and recovery during active incidents; may overlap with L3
Threat Intelligence AnalystCollects and analyzes CTI feeds; enriches alerts with adversary context and attribution
Security EngineerDeploys and configures security solutions; ensures smooth SOC operations
Compliance and Governance SpecialistEnsures SOC operations meet regulatory requirements; manages audit and reporting obligations
Security Awareness and Training CoordinatorDevelops security training programs; coordinates phishing simulations and awareness campaigns

Human intervention remains essential — automated systems surface alerts but analysts determine false positives and set priorities

SOC Processes

Alert Triage

First response to a detection. Severity and priority determined using the 5 W’s:

WQuestion
WhoUser or entity involved
WhatNature of the event
WhenTime the event occurred
WhereLocation or system impacted
WhyCause or source of the event

Example: Malware detected on host “GEORGE PC”

  • What: Malicious file detected
  • When: 13:20, June 5, 2024
  • Where: Directory on GEORGE PC
  • Who: User George
  • Why: File downloaded from a pirated software site

The Triaging Process

A structured triage workflow ensures that critical alerts receive appropriate attention without overwhelming the team with false positives.

StageActions
Initial Alert ReviewReview alert metadata: timestamp, source IP, destination IP, affected systems, triggering rule; analyze associated logs
Alert ClassificationClassify the alert by severity, impact, and urgency using the organization’s predefined classification system
Alert CorrelationCross-reference with other alerts and events; query the SIEM for related activity; check threat intelligence feeds for known IOCs
EnrichmentGather additional context — packet captures, threat intelligence, recon of affected systems — to build a complete picture
Risk AssessmentEvaluate potential impact to critical assets, data, or infrastructure; assess likelihood of successful attack or lateral movement
Contextual AnalysisConsider asset criticality, data sensitivity, active security controls, and applicable compliance requirements
Incident Response PlanningIf significant, initiate IRP: document alert details, assign team members, coordinate with other teams
Consultation with IT OperationsEngage IT ops or relevant departments when additional context or missing information is needed
Response ExecutionDetermine response actions — close if non-malicious; escalate and contain if confirmed security incident
EscalationEscalate following organizational policy: provide alert summary, severity, potential impact, and initial findings; document all communication
Continuous MonitoringMonitor the situation and incident response progress; maintain open communication across all involved teams
De-EscalationWhen risk is mitigated and the situation is under control, notify stakeholders with outcome summary and lessons learned

Reporting

  • Escalation of alerts to higher-level analysts
  • Reports include all 5 W’s, thorough analysis, and supporting evidence (screenshots, logs)

Incident Response and Forensics

SOC Technology

SolutionDescription
SIEMCollects logs; detects suspicious activity via rules and logic; modern SIEMs include behavioral analytics and ML — see Intro to SIEM
EDRReal-time and historical endpoint visibility; enables automated response and investigation
FirewallMonitors and controls network traffic — see Firewalls
IDS/IPSDetects and prevents intrusions — see Intrusion Detection Systems (IDS)
AntivirusDetects and removes known malware
EPPPrevents, detects, and remediates malware attacks on endpoints
XDRUnified detection across endpoints, network, and cloud
SOARAutomates incident management, threat intelligence, and vulnerability response workflows


References / Images

  • SOC Ecosystem
  • Pillars of SOC
  • SOC Hierarchy