Blue teaming is the set of capabilities by which an organization actually defends itself — what makes a successful attack noisy, contained, and short-lived.
Blue teaming is the operational defensive practice of an organization — the work that determines whether an attack succeeds silently or gets seen and stopped.
Detection is what distinguishes "we got hacked" from "we got hacked and we know."
The dominant reference for what to detect is MITRE ATT&CK — coverage is increasingly described in ATT&CK terms.
| Tool class | Purpose | Examples |
|---|---|---|
| SIEM | Aggregate logs, apply detection rules | Splunk ES, Microsoft Sentinel, Elastic Security, Chronicle |
| EDR | Endpoint behavioural detection & response | CrowdStrike Falcon, Defender for Endpoint, SentinelOne |
| NDR | Network-traffic-focused detection | Vectra, Darktrace, Corelight (Zeek-based) |
| XDR | Unified endpoint + network + identity + cloud telemetry | Palo Alto Cortex XDR, Microsoft XDR |
| SOAR | Workflow automation: enrich, triage, respond | Tines, Splunk SOAR, Cortex XSOAR, Sentinel automation |
| TIP | Ingest and cross-reference IOC feeds | MISP, Recorded Future, OpenCTI |
The boundary between SIEM and XDR is blurring. The key takeaway: modern defence is extensively tooled, and operating within this stack is a core blue-team competency.
When detection confirms an incident, the IR process activates. NIST SP 800-61 names six phases:
Blue teams ingest intel to:
Sources: commercial feeds (Mandiant, CrowdStrike), ISACs, open-source (MISP, OTX), government (NCSC, CISA).
Intelligence is a force multiplier when integrated; a waste when it is a feed nobody reads.
Proactive search for adversary activity that detections have not yet flagged:
Purple teaming is red and blue working together to systematically improve detection and prevention — a collaboration mode, not a separate methodology.
Frequent purple teaming + occasional red teaming as an integrity check is the right model for most organizations.
A SOC reports 200,000 alerts per day. What does this tell you about the program, and what would you suggest?
The detections are under-tuned and detection engineering is absent. Recommendations: invest in detection engineering to tune and deprecate noisy rules; add SOAR to automate tier-1 enrichment and triage; measure signal-to-noise by rule; build an ATT&CK coverage view so the team knows what they detect deliberately versus accidentally.
Next: Topic 14 — Reconnaissance and enumeration. The offensive techniques students will practice are exactly what blue must detect.