← Book home
Part 6 · Threats, Attacks, and Operator Protection
27

SOC/NOC Procedures for 5G Security

From alert to action — the playbooks that turn telemetry into defense

"An alert nobody knows how to act on is just anxiety with a timestamp. Playbooks turn telemetry into defense." — WHY PROCEDURES MATTER

Chapter 26 built the eyes; this chapter builds the hands. A telco Security Operations Center must handle incidents that don't exist in IT — authentication anomalies, signaling storms, rogue gNBs, roaming abuse — and coordinate with the Network Operations Center that runs the live network. This chapter provides the incident lifecycle and concrete playbooks for the 5G-specific incidents this book has armed you to detect.

🎯 Learning objectives
📘 Standards reference box — Chapter 27
ReferenceTitleNote
TS 33.5015G security (the mechanisms behind incidents)Rel-18, v18.11.0 (2026-04)
GSMA FS.315G security operations guidancecurrent
NIST SP 800-61Incident handling (general framework)current

Checked June 2026 — verify against the latest 3GPP version.

27.1 Telco SOC vs IT SOC

FIGURE 27.1Telco SOC Reference Organization
5G telemetryAMF/AUSF/NRF/SEPP(Chapter 26) TELCO SOCtelecom detections5G playbooksprotocol expertise NOCruns the live networkexecutes changes escalationCSIRT, mgmt,regulators a telco SOC needs 3GPP protocol knowledge AND tight NOC coordination — IT-SOC skills alone miss telecom-specific attacks
Purpose: the telco SOC's distinct shape. It ingests 5G telemetry, applies telecom-specific detections, and must coordinate with the NOC that actually operates the network — a structure IT SOCs lack.
FIGURE 27.2The 5G Incident Response Lifecycle
detecttelemetry/KPI (Ch26) triagecause? scope? containlimit blast radius eradicateremove the cause recoverrestore service learnupdate model/playbook learnings feed back into detection (Ch26) and the threat model (Ch24)
Purpose: the lifecycle, telco-flavored. The key telco difference is at contain — actions touch a live network carrying critical traffic, so SOC/NOC coordination is essential.
FIGURE 27.3Playbook — Authentication Anomaly
auth-failure alert which failure cause? (Ch6) MAC sync geo-clustered MAC failures?→ ROGUE gNB HUNT (27.6) sync-failure storm?→ check UDM SQN/DB restore
Purpose: the auth-anomaly playbook. The failure cause (Chapter 6) splits the response: MAC → rogue-gNB hunt; sync → database/SQN investigation. Same alert, opposite actions.
FIGURE 27.4Playbook — Signaling Storm
overload alertAMF/AUSF saturating identify sourcefleet/area (Ch23) containoverload ctrl + backoff coordinate NOCapply/verify changes root causeattack vs outage distinguish attack from a self-inflicted storm (post-outage reconnect, Ch23) — the containment is similar, the follow-up differs
Purpose: the signaling-storm playbook. Contain first (overload control/backoff with NOC), then determine attack vs self-inflicted (Chapter 23) — both need the same immediate containment.
FIGURE 27.5Playbook — DDoS on N6 / N3 / SBA
flood detectedN6 (internet) / N3 / SBA scrub / filterupstream + FW scale / shedprotect UPF/core coordinate upstreamtransit/CDN/peers N6 DDoS is internet-facing (UPF edge); SBA DDoS is internal (API flood) — different scrubbing points, same goal: keep the core serving
Purpose: the DDoS playbook. Where the flood lands (N6 internet edge vs internal SBA) determines the scrubbing point; the goal is keeping the core serving legitimate traffic.
FIGURE 27.6Playbook — Rogue gNB Hunt
clustered MAC fails(Ch6) + FBS hints triangulatecells/area/time deploy sensorsFBS detection units field teamlocate device remove+ legal on 5G SA the rogue gNB can't complete a MitM (mutual auth), but it can disrupt — the MAC-failure cluster is the hunt's starting evidence
Purpose: the rogue-gNB playbook. The MAC-failure cluster (Chapter 6) is the lead; triangulation, sensors, and a field team close it — with legal involvement for the device.
FIGURE 27.7Playbook — Roaming Abuse
SEPP anomaly (Ch13)partner sends odd msgs tighten filteringblock message types contact partnercompromise on their side? escalateGSMA / legal if persistent pull SEPP logs first; tighten filtering immediately; the abuse may originate from a compromise on the PARTNER's side
Purpose: the roaming-abuse playbook. SEPP filtering both detects and contains; the partner is contacted (the abuse may be their compromise), with GSMA/legal escalation for persistence (Chapter 13).
FIGURE 27.8Playbook — API Abuse
NEF anomaly (Ch12)quota breach / scraping throttle the AFrate-limit hard review entitlementssurveillance pattern? suspend / contract actionif abusive watch for the location-surveillance pattern (Ch12) — entitled-but-abusive use is the hardest call, blending security and contract
Purpose: the API-abuse playbook. Throttle first, then judge whether entitled use has become surveillance (Chapter 12) — a decision that blends security and contract enforcement.
FIGURE 27.9Escalation Matrix and Forensic Evidence Handling
escalation LOW → ticket · MED → SOC lead HIGH → on-call + NOC · CRIT → CSIRT, management, possibly regulator know the path BEFORE the incident forensic evidence preserve logs + packet captures chain of custody for legal don't let containment destroy evidence snapshot before you remediate
Purpose: escalation and evidence. Know the escalation path in advance, and preserve evidence before containment destroys it — especially for incidents headed to legal or regulators.
FIGURE 27.10SOC ↔ NOC Handshake During an Incident
SOC NOC ① "contain X" (with rationale + expected impact) ② "impact assessment + safe change window" ③ "approved — execute" ④ "done + confirmed effect" the SOC decides WHAT, the NOC owns HOW on a LIVE critical network — bypassing this handshake causes outages
Purpose: the coordination that defines telco incident response. The SOC decides the security action; the NOC executes it safely on a live network carrying critical traffic — skipping the handshake fixes a breach by causing an outage.

27.2 The Practical Operator View

27.3 Incident-to-Playbook Map

DetectionPlaybookSource chapter
MAC-failure clusterrogue gNB hunt6,24
AMF/AUSF overloadsignaling storm23
N6/N3/SBA floodDDoS response3,11
SEPP partner anomalyroaming abuse13
NEF quota breachAPI abuse12
Sync-failure stormUDM SQN/DB investigation6

27.4 Terminology

TermMeaning
SOC / NOCSecurity / Network Operations Center
playbookPre-defined response procedure for an incident type
CSIRTComputer Security Incident Response Team (escalation)
chain of custodyEvidence-handling discipline for legal admissibility

Real network example. A SOC detected a signaling storm and, under pressure, unilaterally rate-limited registrations on the affected AMF without the NOC handshake. The change was correct for the storm — but it collided with a NOC maintenance window that was already draining traffic from that AMF, and the combined effect dropped a neighboring region's service entirely. The security action, taken in isolation on a live network, caused a worse outage than the incident. After the post-mortem, the operator formalized the SOC↔NOC handshake (Figure 27.10): the SOC decides what to contain and why; the NOC owns how and when, with an impact assessment, before any change. On a live critical network, the coordination is the procedure.

Chapter Summary

? Review Questions

  1. How does a telco SOC differ from an IT SOC?
  2. Walk the 5G incident lifecycle and the telco-specific consideration at "contain."
  3. For an auth-failure alert, how does the failure cause split the playbook?
  4. How does the DDoS response differ for N6 vs SBA floods?
  5. What is the lead evidence in a rogue-gNB hunt, and what are the steps?
  6. Why might roaming abuse originate on the partner's side, and how do you escalate?
  7. Why must evidence be preserved before containment?
  8. Explain the SOC↔NOC handshake and a failure that results from skipping it.
🧪 Mini lab — write a playbook

Choose one detection from Chapter 26 (e.g., a geo-clustered MAC-failure spike). Write a complete playbook: (1) the alert and its source KPI, (2) triage questions to confirm/scope, (3) immediate containment with the exact SOC↔NOC handshake (what the SOC requests, what the NOC assesses), (4) eradication and recovery steps, (5) evidence to preserve, (6) escalation path and trigger, (7) the learning fed back into detection and the threat model. Then table-top it: walk a teammate through a simulated incident using only your playbook. A playbook that survives a table-top is worth more than any alert.