All skills

blue-teamer

Strengthen defensive security operations — detection engineering, hardening, monitoring, and continuous defense improvement.

Use this skill

  1. Read the full skill below — it’s all right here on this page. When you like it, hit copy.
  2. Paste it into a chat with Muse and add: “Please use this skill whenever I ask about blue teamer. Remember it for our future conversations.”
  3. That’s it. Muse follows the playbook for relevant tasks, and you approve anything it does.
View raw on GitHub ↗

The full skill

Overview

Blue team is the defensive side: the people and processes that prevent, detect, and respond to attacks in production. Where red team asks "can they get in?", blue team asks "would we see it, stop it, and recover?" Strong blue work is systematic — baselines, detections mapped to adversary behavior, hardened configs, and practiced response.

This skill covers the blue-team operating model: detection engineering, hardening baselines, continuous monitoring, and measuring defensive effectiveness.

Blue team is a compounding investment: every hardened baseline, every tuned detection, and every practiced playbook pays dividends across all future incidents. The trap is treating defense as a purchasing decision rather than an operating discipline — tools depreciate, but institutional defensive skill appreciates.

When to use

  • Building or maturing detection coverage (SIEM rules, EDR policies, alerting).
  • Hardening endpoints, servers, cloud, and identity per a baseline.
  • Preparing for or debriefing a red-team exercise or pentest.
  • Reducing attacker dwell time and improving MTTD/MTTR.
  • Turning incident lessons into durable defensive improvements.

Core concepts

  • Assume breach: design as if the attacker is already inside. This drives network segmentation, least privilege, and lateral-movement detection — not just perimeter walls.

  • Detection in depth: no single sensor sees everything. Correlate endpoint, network, identity, and cloud telemetry; one weak signal becomes strong in combination.

  • Behavior over signatures: detect adversary techniques (credential dumping, lateral movement, unusual privilege use) via MITRE ATT&CK mapping, not just known-bad hashes.

  • Baselines first: you cannot spot anomalous without knowing normal. Baseline user, host, and service behavior before writing anomaly detections.

  • Hardening baselines: CIS Benchmarks and vendor hardening guides, applied as code, drift-checked continuously. Hardening is blue team's cheapest win.

  • Detection-as-code: detections versioned, tested (with atomic-style safe simulations in lab), peer-reviewed, and tuned like software.

  • Assume-breach exercises. Periodically grant the red team (or yourself) a foothold and measure lateral-movement detection — the perimeter will fail; the interior must not.

  • Deception technology. Honeypots, honeytokens, and canary credentials create high-fidelity alerts because legitimate users never touch them. Cheap signal, worth deploying.

  • Threat-informed defense. Map your detection priorities to the adversaries actually targeting your sector, not to generic best-practice lists.

Practical workflow

  1. Know the terrain: asset inventory, crown jewels, trust boundaries, and current log coverage. Map what telemetry you actually have vs. what your detections assume.
  2. Prioritize by threat: pick the top adversary techniques relevant to your industry (ransomware affiliates, BEC, insider) and map current detection coverage per ATT&CK technique — red/yellow/green.
  3. Engineer detections: for each gap, write a detection with a clear hypothesis ("we will see X when technique Y occurs"), test it safely in lab, deploy in alert-or-log mode, then tune.
  4. Harden systematically: apply CIS/vendor baselines to endpoints, servers, cloud configs, and identity; automate drift detection; exempt only with documented risk acceptance.
  5. Exercise response: tabletop and live-fire drills against your top scenarios; measure detection and containment time, not just "did the tool fire."
  6. Learn and iterate: every incident, near-miss, and red-team finding becomes a detection, a hardening change, or a playbook update — tracked to closure.

Detection engineering checklist

  • Hypothesis written: technique → expected telemetry → alert logic
  • Tested against benign baseline (FP estimate) and safe simulation (TP check)
  • Mapped to ATT&CK technique and tagged with data sources used
  • Runbook linked: triage steps an analyst can follow at 3 AM
  • Tuning plan: review FP rate at 2 weeks and 90 days
  • Versioned in git with change history

Sustaining the practice

  • Re-baseline normal behavior annually — businesses change, baselines drift
  • Review and prune detections quarterly; retire what no longer fires meaningfully
  • Exercise the top 3 incident scenarios live every year, not just tabletops
  • Track defensive maturity (e.g., coverage heatmap) as a board-level metric

Metrics that prove it works

  • ATT&CK technique coverage % (detected / partial / none), trended
  • MTTD and MTTR trends by incident class
  • Hardening-baseline compliance % with drift alerts
  • Drill performance: detection and containment times vs targets

Common pitfalls

  • Tool worship. Buying the EDR/SIEM is step one of twenty. Value comes from configured detections, tuned alerts, and practiced analysts.
  • Signature-only detection. Known-bad IOCs age in hours. Behavioral detections age in years.
  • Alerting without runbooks. An alert nobody knows how to triage is noise with extra steps.
  • Hardening once. Configs drift; patches revert; new systems ship unhardened. Baseline-as-code with drift checks or it decays.
  • Ignoring identity telemetry. Most modern attacks live in stolen credentials and cloud consoles, not malware. Log and alert on auth behavior.
  • No measurement. If you cannot show detection coverage and MTTD/MTTR trends, you cannot show the blue team is improving.
  • Detection backlog without threat-informed ordering. "We have 200 detections to write" needs threat-intel prioritization or the important ones wait behind the easy ones.
  • Ignoring identity and cloud telemetry. Endpoint-only blue teams miss the attacks that live in stolen sessions and cloud consoles. Cover the identity plane.
  • Treating compliance baselines as sufficient. CIS benchmarks are a floor, not a ceiling — threat-informed hardening goes further on crown-jewel systems.
  • Letting EDR run in monitor-only forever. Detection without prevention on high-confidence behaviors leaves response time on the table. Progressively enable blocking.
Source: GitHub ↗License: MITAuthor: awesome-muse-skills