Skip to content
s1ns3nz0 | Known Unknowns
Go back

CISA Incident & Vulnerability Response Playbooks

15 min read

Many organizations maintain their own SOC operating methodology and structure. NIST SP 800-61 Rev.2 outlines the standard process for cybersecurity incident response. However, as NIST revised this material, it announced that the document’s guidance would instead be incorpporated into CSF 2.0, since incident resopnse practices vary as widely as the organizations that implement them. Nonetheless, I believe revisiting this now-superseded revision is still valuable-SOC engineers can use this material to review their own playbooks and processes. Therefore, I will walk through the entire process of each response playbook in this article

Table of contents

Open Table of contents

Incident Response Playbook (Body Text)

Overview of the Incident Response Process

The incident response process begins with “declaring” an incident. In this context, “declaration” doesn’t mean formally declaring a Major Incident under applicable law — it means identifying the incident and communicating it to CISA and agency network defenders. The subsequent sections are organized by phase of the IR lifecycle, and many activities are iterative, continuing to occur and evolve until the incident is closed out.

Triggers that can initiate incident response are varied: automated detection systems or sensor alerts, agency user reports, contractor or third-party ICT service provider reports, internal or external organizational component incident reports or situational awareness updates, third-party reports of network activity tied to known-compromised infrastructure, and analytics or hunt teams identifying potentially malicious activity.

Scope: Use this playbook for incidents involving confirmed malicious cyber activity where a major incident has been declared, or has not yet been reasonably ruled out. Examples: incidents involving lateral movement, credential access, or data exfiltration; network intrusions involving more than one user or system; compromised administrator accounts. It explicitly does NOT apply to: “spills” of classified information believed to result only from unintentional behavior; users clicking phishing emails where no compromise resulted; or commodity malware on a single machine or lost hardware that isn’t likely to cause demonstrable harm to national security, the economy, or public confidence/safety.

Preparation Phase

The goal is to prepare for major incidents before they occur, to mitigate impact on the organization. Before an incident occurs, organizations should define a baseline for systems and networks to understand what “normal” activity looks like — establishing this baseline is what enables defenders to identify deviations. Preparation also covers infrastructure for handling complex incidents (including classified and out-of-band communications), developing and testing courses of action (COAs) for containment and eradication, and establishing means for collecting digital forensics and other evidence. The stated goal of all this is resilient architectures and systems that can maintain critical operations even in a compromised state, and the document notes that active defense measures — such as redirection and monitoring of adversary activity — may also play a role (citing NIST SP 800-160 Vol. 2’s concept of “deception” in a footnote).

In detail, this phase covers nine areas:

Detection & Analysis

Explicitly called out as the most challenging aspect of the incident response process — accurately determining whether an incident occurred and, if so, its type, extent, and magnitude across cloud, OT, hybrid, host, and network systems. The document notes the need for procedures to deconflict a suspected incident from authorized activity (e.g., confirming a suspicious event isn’t just a network admin performing routine software updates). CISA, as the government’s lead for asset response, partners with affected agencies throughout this process.

Detailed activity flow:

Table 1 — Example Adversary Tactics, Techniques, and Relevant Log/Event Data

Based on MITRE ATT&CK, mapping Tactic → representative Techniques → relevant Log/Event sources → example Indicators.

TacticRepresentative TechniquesLog/Event SourcesExample Indicators
Initial AccessPhishing, drive-by compromise, exploiting public-facing apps, external remote servicesEmail, web proxy, server app logs, IDS/IPSPhishing/redirect servers, compromised credentials, web shells
ExecutionCommand/script interpreters, client execution exploitsHost/Windows event logs, Sysmon, EDR, PowerShell logsInterpreter invocation, API calls, payloads
PersistenceAccount manipulation, scheduled tasks, valid accountsHost event logs, auth logs, registryScheduled tasks, registry keys, autoruns
Lateral MovementRemote service exploitation, session hijacking, software deployment toolsInternal network logs, host event logs, app logsWorkstation-to-workstation comms, abnormal beaconing
Credential AccessBrute force, modified auth process, man-in-the-middleAuth logs, domain controller logsLSASS read attempts
C2Application layer protocols, protocol tunnelingFirewall, DNS, cloud activity logs, IDS/IPSC2 domains/IPs
ExfiltrationExfiltration over C2 channel, over alternate protocolFirewall, DNS, network traffic, IDS/IPSDomains, URLs, IPs

Containment

Explicitly flagged as a high priority, especially for major incidents. The goal is to remove the adversary’s access to prevent further damage. The document stresses that the containment strategy should match the scenario — containing a sophisticated adversary using fileless malware looks different from containing ransomware.

Considerations: additional adverse impact on mission operations/service availability, the duration/resources/effectiveness of containment (full vs. partial), and impact on evidence collection/preservation. It notes some adversaries actively monitor defensive measures and shift methods to evade detection — so defenders should build as complete a picture as possible before acting, to avoid “tipping off” the adversary.

Key containment activities: isolating systems/network segments (while considering how to keep providing mission-critical services during this phase), capturing forensic images for legal evidence, updating firewall filtering, blocking unauthorized access/malware sources, closing specific ports/mail servers, rotating admin passwords/private keys/service account secrets and revoking privileged access, and — explicitly limited to advanced SOCs — redirecting the adversary to a sandbox to observe them.

If new signs of compromise appear, return to technical analysis; upon successful containment (no new signs), preserve evidence, adjust detection tools, and move to eradication/recovery.

Eradication & Recovery

The goal is to remove artifacts of the incident and mitigate the exploited vulnerabilities or conditions, restoring normal operations. Before moving to eradication, all persistent access must be accounted for, adversary activity sufficiently contained, and evidence collected — the document notes this is often iterative. It also stresses coordinating with ICT providers, commercial vendors, and law enforcement before beginning eradication.

Post-Incident Activities

The goal is documentation, informing leadership, hardening the environment, and applying lessons learned.

Coordination

Explicitly framed as foundational to effective incident response. The document acknowledges cyber defense capability varies widely across agencies, so the degree of coordination varies too. As a baseline, every cybersecurity incident must be reported to CISA. Agencies can supplement their own IR capability with CISA services (threat hunting, analytics, malware analysis, CTI, etc.).

For major incidents, CISA is explicitly the “front door” for asset response. At the government-wide level, response splits into four concurrent Lines of Effort (LOEs): Threat Response (DOJ/FBI/NCIJTF), Asset Response (DHS/CISA), Intelligence Support (ODNI/CTIIC), and the affected agency’s own response. It closes by noting CISA, as a single coordination point, eases the burden on FCEB agencies.


Vulnerability Response Playbook (Body Text)

Starts from the premise that focusing on vulnerabilities already actively exploited in the wild is one of the simplest and most effective ways to prioritize vulnerability response. The document explicitly draws a line: this playbook doesn’t replace an agency’s existing vulnerability management program — it builds on top of it. The rationale for standardization is that it lets CISA and other agencies understand the impact of these urgent, high-priority vulnerabilities across the federal government.

Scope: Only vulnerabilities “actively exploited in the wild” — i.e., observed being used by adversaries for unauthorized entry. Most will have a CVE identifier, but new vulnerabilities without one yet (zero-days) or those arising from misconfigurations can also be in scope.

Preparation

States that effective vulnerability response is built on strong vulnerability management. This means robust asset management covering three categories: systems/networks the agency operates directly, systems/networks involving partnerships with other organizations, and systems/networks operated by others (cloud, contractor, and service provider systems). It stresses tracking operating systems and applications across all systems to understand vulnerability relevance in real time.

Vulnerability Response Process

States it follows the four standard phases of a vulnerability management program: Identification, Analysis (Evaluation), Remediation, Reporting.

Identification

Calls for proactively monitoring threat feeds, naming three sources:

Evaluation

First, determine whether the vulnerability exists in the environment and how critical the underlying system is, using a methodology like SSVC (Stakeholder-Specific Vulnerability Categorization). For actively exploited vulnerabilities, use the “rapid response” processes in existing tools (e.g., CDM); rare cases like one-off misconfigurations or zero-days may need manual scans. CISA-issued BODs or EDs (Emergency Directives) may specify particular technical evaluation steps.

If the vulnerability exists, look for signs of exploitation using known-IOC sweeps, investigation of abnormal activity tied to vulnerable systems, completion of any CISA-directive detection processes, or third-party incident responder collaboration. If exploitation is confirmed, immediately begin Incident Response Playbook activities — an explicit hand-off point.

The end goal of this phase is to classify every system into one of three states:

Remediation

States that actively exploited vulnerabilities must be remediated according to the timeline in the CISA-managed KEV Catalog. Patching is the default approach; alternatives include limiting access, isolating vulnerable assets, or making permanent configuration changes. Where patches don’t exist, haven’t been tested, or can’t be applied promptly, alternative actions include disabling services, reconfiguring firewalls, or increasing monitoring — mitigations are removed once a patch becomes safely applicable.

Systems are tracked in one of three states:

Reporting and Notification

Opens with the logic that sharing information on how vulnerabilities are being exploited helps defenders across the federal government understand which vulnerabilities are most critical to patch. Since CISA is responsible for FCEB’s overall security posture, it needs ongoing awareness of remediation status for actively exploited vulnerabilities — and this awareness, the document states, helps narrow the time between disclosure and exploitation. Agencies must report to CISA per Federal Incident Notification Guidelines, Binding Operational Directives, or as directed in an Emergency Directive.

References


Share this post:

Previous Post
CACAO Playbook
Next Post
NIST SP 800-204 Series