
Editor's note (July 2026): NIST finalized SP 800-61 Rev. 3 in April 2025. The current guide aligns incident response with CSF 2.0 risk management; the four-phase model below is useful legacy operating context, not the complete current NIST framework.
What Is the NIST Incident Response Framework?
The NIST incident response framework is a structured methodology published by the National Institute of Standards and Technology for detecting, containing, and recovering from cybersecurity incidents. Defined in NIST Special Publication 800-61 Revision 2 (SP 800-61r2), the framework gives security teams a repeatable, evidence-based process for managing everything from a single compromised endpoint to a full-scale ransomware event.
Unlike ad hoc responses that rely on tribal knowledge, the NIST model imposes discipline at each stage of an incident. According to the IBM Cost of a Data Breach Report, organizations with a tested incident response plan and a dedicated team save more than $1.4 million per breach compared to those without one. For small and mid-sized businesses, those savings can be the difference between recovery and closure.
This guide breaks down the four phases of the NIST incident response framework, explains what your team should do in each phase, and shows how to apply SP 800-61 guidance to real-world incidents. Whether you are building a plan from scratch or auditing an existing one, treat this as your working reference.
NIST defines a computer security incident as "a violation or imminent threat of violation of computer security policies, acceptable use policies, or standard security practices." That definition is broad enough to include everything from a misconfigured cloud storage bucket to an active ransomware deployment. Understanding where incidents begin, and what your legal obligations are once they occur, is the starting point for every decision in the phases that follow.
Incident Response By the Numbers
IBM Cost of a Data Breach Report 2024
Organizations with dedicated IR teams vs. those without, IBM 2024
Mean time to identify and contain a breach across all industries, IBM 2024
The Four Phases of NIST Incident Response
NIST SP 800-61 organizes incident response into four sequential phases. Each phase feeds into the next, and the final phase loops back to the first, creating a continuous improvement cycle rather than a one-time event. The four phases are: Preparation; Detection and Analysis; Containment, Eradication, and Recovery; and Post-Incident Activity.
What makes this model effective is not the labels themselves but the discipline they impose at each stage. Organizations that skip Preparation because they have not experienced a serious incident yet invariably discover that gap during their first significant breach, when there is no time left to build the muscle.
NIST Incident Response: Phase-by-Phase Actions
Preparation
Draft a formal IR plan, inventory assets with criticality ratings, deploy EDR and SIEM tooling, establish out-of-band communication channels, and run at least two tabletop exercises per year.
Detection and Analysis
Monitor for network, host, and behavioral indicators of compromise. Analyze alerts to determine scope, affected systems, data exfiltration risk, and whether the attacker is still active. Document all findings with timestamps.
Containment, Eradication, and Recovery
Isolate affected systems to stop further damage, remove all attacker artifacts including malware and persistence mechanisms, then restore systems from known-good images under active monitoring.
Post-Incident Activity
Conduct a structured lessons-learned review within two weeks. Update playbooks, detection rules, and security architecture. Document outcomes to satisfy HIPAA, PCI DSS, and other applicable compliance requirements.
Phase 1: Preparation
Preparation is the most consequential phase because every hour you invest here directly reduces response time when an incident occurs. A prepared team responds in hours; an unprepared one improvises for days while damage compounds.
During this phase, your organization should draft and approve a formal incident response plan that defines roles, escalation paths, and communication protocols. Inventory all assets and assign criticality ratings, work that overlaps directly with broader security asset management programs. Deploy Endpoint Detection and Response (EDR) tools, a Security Information and Event Management (SIEM) platform, and log aggregation across all systems. For guidance on choosing the right detection layer, see our breakdown of EDR vs. MDR vs. XDR.
Establish out-of-band communication channels, such as an encrypted messaging app on personal devices, so responders can coordinate even if primary systems are compromised. Ransomware operators routinely encrypt email servers and collaboration platforms as part of their attack to slow the response. If your IR team's primary communication channel is the same environment under attack, your response collapses when you need it most. Designate a secondary channel and make sure every team member knows how to reach it before any incident occurs.
Run tabletop exercises at least twice a year, using realistic scenarios drawn from the MITRE ATT&CK framework to stress-test your playbooks. Scenarios based on phishing-to-ransomware and insider-threat attacks surface different gaps, so vary the scenarios each cycle. If your firm handles sensitive client data, pair this preparation with foundational controls against ransomware. These are not separate programs; they are prerequisites for an effective incident response.
Phase 2: Detection and Analysis
Detection is where most organizations struggle. Alerts are noisy, analysts are stretched thin, and distinguishing a true positive from a false positive requires both tooling and expertise.
NIST SP 800-61 recommends building a detection capability around three signal categories. Network-based indicators include unusual traffic flows, unexpected port scans, and outbound connections to known-malicious IP ranges. Host-based indicators include new processes, registry changes, unexpected file modifications, and scheduled tasks added without authorization. User behavior anomalies include logins at unusual hours, access to systems outside a user's normal job function, and bulk data downloads.
Once a potential incident is identified, analysis determines its scope and severity. Four questions drive every decision in the containment phase that follows: What systems are affected? Has data been exfiltrated? Is the attacker still active? Is this an isolated event or part of a coordinated campaign?
NIST recommends maintaining an incident tracking system, even a well-structured ticketing queue, so no event falls through the cracks and all evidence is preserved for post-incident review. Document everything: timestamps, system states, actions taken, and the personnel involved.
Credential-based intrusions are especially common. Familiarity with attack patterns like phishing, credential stuffing, and password reuse helps analysts spot a real compromise faster. A single failed login is a security event. Ten thousand failed logins against a privileged account at 3 a.m. is an incident. Without clear escalation thresholds documented in your detection playbooks, analysts waste time on noise or dismiss genuine indicators of compromise as routine alerts.
Bottom Line
The gap between a security event and an incident is your detection threshold. Document clear escalation criteria in your playbooks before an incident occurs. Without them, analysts either over-escalate routine noise or miss genuine compromises until the damage is done.
Phase 3: Containment, Eradication, and Recovery
NIST groups these three activities into a single phase because they overlap in practice. Containment stops the damage, eradication removes the threat, and recovery restores normal operations. Rushing any one step risks undoing the others.
Containment
Containment can be short-term, such as isolating a compromised workstation from the network, or long-term, such as deploying temporary firewall rules and forcing password resets across affected accounts. The right choice depends on your tolerance for operational disruption. A hospital cannot take patient-monitoring systems offline for 72 hours; a law firm might accept that trade-off. Your plan should pre-define containment strategies for each asset tier so responders are not making those calls under pressure.
Eradication
Eradication involves removing every artifact the attacker left behind: malware binaries, persistence mechanisms such as scheduled tasks, registry run keys, and startup scripts, backdoor accounts, and attacker-controlled certificates. This step frequently requires forensic tooling and often uncovers that the initial vector was only one of several entry points.
Pay particular attention to MITRE ATT&CK Tactic TA0003 (Persistence). Attackers routinely plant multiple persistence mechanisms specifically to survive a partial cleanup. An eradication effort that removes visible malware but leaves a rogue scheduled task in place will result in re-infection within days.
Recovery
Recovery should follow a validated process. Before bringing any system back online, confirm three things: all known malicious artifacts have been removed or the system has been rebuilt from a known-good image; the vulnerability exploited during the incident has been patched or mitigated; and monitoring is in place to detect any re-entry attempt. NIST recommends a phased return to production, starting with the least sensitive systems and progressively restoring higher-value assets once confidence in the clean state is established. For healthcare organizations, restoration timelines also affect breach reporting obligations under HIPAA, which makes the sequence of recovery decisions especially consequential.
Phase 4: Post-Incident Activity
The lessons-learned meeting is not optional. It is where the NIST incident response framework pays its long-term dividends. Within two weeks of an incident's closure, convene all stakeholders, including the IR team, affected business units, legal, and leadership, and work through a structured review.
NIST SP 800-61 identifies specific questions this review should answer: Exactly what happened, and at what times? How well did staff and management perform? Were documented procedures followed, and if not, why not? What information was needed sooner? What would the team do differently next time? What corrective actions can prevent recurrence?
Answers should feed directly into updated playbooks, revised detection rules, new training requirements, and, where gaps are systemic, changes to security architecture. If your organization maintains a Written Information Security Plan (WISP), post-incident findings should trigger a review of the relevant WISP sections to ensure your written controls still reflect how you actually operate.
For organizations subject to HIPAA, the HIPAA Security Rule §164.308(a)(6) explicitly requires documentation of security incidents and their outcomes. Lessons-learned records satisfy that requirement. Healthcare practices can see how this integrates with broader HIPAA cybersecurity requirements and the audit documentation they demand.
NIST SP 800-61 vs. NIST CSF 2.0: Understanding the Relationship
Practitioners sometimes conflate NIST SP 800-61 with the NIST Cybersecurity Framework (CSF). They are related but distinct documents serving different purposes.
NIST SP 800-61 is an operational guide specifically for incident handling. It tells your team how to respond once something goes wrong. The NIST CSF 2.0, released in February 2024, is a governance framework organized around six functions: Govern, Identify, Protect, Detect, Respond, and Recover. The Respond and Recover functions of CSF 2.0 map directly to the NIST incident response framework. Organizations implementing CSF 2.0 should treat SP 800-61 as the technical implementation guide for those two functions. In practice, each CSF Respond subcategory should have a corresponding procedure documented in your incident response plan.
For federal contractors and organizations operating under the Defense Federal Acquisition Regulation Supplement (DFARS)NIST SP 800-171 also incorporates incident response requirements under control family 3.6, which align directly with SP 800-61. Meeting DFARS obligations requires documented procedures, personnel training, and evidence of incident reporting to the appropriate federal authority.
Organizations pursuing zero trust security architectures will find that strong incident response is a prerequisite. You cannot effectively apply least-privilege enforcement or microsegmentation without the detection and analysis infrastructure that underpins NIST IR Phase 2.
NIST SP 800-61 Revision 3 in Development
NIST is developing Revision 3 of SP 800-61, which will update guidance to reflect cloud environments, supply chain incidents, and AI-related threats. Until the final revision publishes, SP 800-61r2 remains the authoritative standard. Monitor NIST CSRC for release updates and plan to review your IR documentation when the new version publishes.
Key Gaps When Implementing NIST Incident Response
After working with dozens of small and mid-sized organizations, the same implementation failures appear repeatedly. Knowing where programs typically break down is as valuable as knowing what a mature program looks like.
Gap 1: Confusing a Security Event With an Incident
Every incident is a security event, but not every security event is an incident. A failed login attempt is an event. Ten thousand failed login attempts against a single privileged account at 2 a.m. is an incident. Without clear escalation thresholds documented in your detection playbooks, analysts waste time investigating noise or dismiss genuine indicators of compromise as routine alerts, letting real intrusions go unaddressed.
Gap 2: Playbooks That Have Never Been Tested
A playbook that exists only as a document is a liability. Untested procedures contain assumptions that break under real incident conditions. Run at minimum two tabletop exercises per year: one based on a phishing-to-ransomware scenario and one based on an insider threat or credential theft scenario. Document what failed during the exercise and update the playbook before the next one.
Gap 3: Weak Evidence Preservation
Forensic evidence collected improperly is unreliable for root-cause analysis and may be inadmissible in legal proceedings. Before an incident occurs, define your evidence collection procedures: how to capture memory images, preserve log files with verified timestamps, and maintain chain-of-custody documentation. If you use cloud services, check your provider's default log retention policies. Many default to 30 or 90 days, which may not cover a long-dwell-time intrusion where the attacker was present for months before detection.
Gap 4: No Named Roles or Escalation Paths
An incident response plan that assigns functions to generic roles like "security team" or "IT department" will fail under pressure. Every function in the plan, from containment authorization to external notification decisions, must be assigned to a named individual with a documented backup. This also means keeping the contact list current as team members change roles or leave the organization.
NIST-Aligned Incident Response Readiness Checklist
- Document a formal incident response plan with named roles and escalation paths
- Inventory all assets and assign a criticality rating to each
- Deploy EDR, SIEM, and centralized log aggregation across all systems
- Establish an out-of-band communication channel separate from production email
- Define clear thresholds that distinguish a security event from a reportable incident
- Pre-define containment strategies for each asset tier before an incident occurs
- Run two tabletop exercises per year using realistic MITRE ATT&CK scenarios
- Document evidence collection and chain-of-custody procedures
- Schedule a lessons-learned review within two weeks of any incident closure
- Update your Written Information Security Plan to reference your IR plan
Regulatory Alignment: What NIST IR Covers for Compliance
One underappreciated benefit of implementing the NIST incident response framework is how much compliance ground it covers simultaneously. Most major regulatory regimes require documented incident response capabilities, and NIST SP 800-61 satisfies or substantially contributes to all of them.
HIPAA Security Rule §164.308(a)(6) requires covered entities and business associates to implement policies and procedures addressing security incidents, including identifying and responding to suspected or known incidents, mitigating harmful effects, and documenting incidents and outcomes. A NIST-aligned program directly satisfies this requirement. Medical and dental practices can see how IR fits their broader compliance obligations in our guides to HIPAA cybersecurity requirements.
PCI DSS 4.0 Requirement 12.10 mandates a documented incident response plan tested at least annually. The NIST four-phase model satisfies the structural requirement; your playbooks provide the specificity auditors look for. Organizations handling payment card data should ensure their plan explicitly covers unauthorized access to cardholder data as a defined incident type.
SOC 2 Type II, under the Availability and Security trust service criteria, requires that organizations respond to security incidents and implement corrective actions. Auditors will expect documented procedures, evidence of testing, and post-incident review records.
For tax professionalsIRS Publication 4557 and the FTC Safeguards Rule both require incident detection and response as part of a broader information security program. Your NIST-aligned plan should be referenced directly in your WISP. Tax preparers can see how IR requirements fit the full compliance picture in our guide to incident response planning for tax practices.
What This Means for Compliance
A single NIST SP 800-61-aligned incident response program satisfies documentation requirements across HIPAA, PCI DSS 4.0, SOC 2 Type II, and the FTC Safeguards Rule simultaneously. Building one program that addresses all four is more efficient and more defensible than maintaining separate compliance documentation for each framework.
Quick Win: Start With a Tabletop Exercise
Not sure where your IR program stands? A 90-minute tabletop exercise will surface your most urgent gaps faster than any policy review. Our security team can design and facilitate a scenario tailored to your industry and threat profile.
Get a Free Incident Response Readiness Review
Bellator Cyber Guard will assess your current incident response capabilities against NIST SP 800-61 requirements and identify your highest-priority gaps, at no cost.
Frequently Asked Questions
The NIST incident response framework is a structured methodology defined in NIST Special Publication 800-61 Revision 2 for detecting, containing, and recovering from cybersecurity incidents. It organizes the response process into four sequential phases: Preparation; Detection and Analysis; Containment, Eradication, and Recovery; and Post-Incident Activity. The framework is widely used by organizations of all sizes and is referenced by major compliance regimes including HIPAA, PCI DSS 4.0, and SOC 2.
The four phases of NIST incident response are: (1) Preparation, which involves building your team, tools, and playbooks before an incident occurs; (2) Detection and Analysis, which involves identifying whether a security event constitutes an incident and determining its scope; (3) Containment, Eradication, and Recovery, which stops the damage, removes the attacker's presence, and restores normal operations; and (4) Post-Incident Activity, which documents lessons learned and updates the program to prevent recurrence.
NIST SP 800-61 is an operational guide for incident handling that tells security teams exactly what to do during an active incident. The NIST Cybersecurity Framework (CSF) 2.0 is a governance framework for managing cybersecurity risk across an organization. The CSF's Respond and Recover functions map to the NIST incident response framework, and SP 800-61 serves as the technical implementation guide for those two functions. Organizations should use both: CSF 2.0 to set governance and strategy, and SP 800-61 to guide actual incident operations.
The NIST incident response framework is not legally mandated on its own, but several regulations require incident response capabilities that align with it. HIPAA §164.308(a)(6) requires documented incident response procedures. PCI DSS 4.0 Requirement 12.10 mandates a tested incident response plan. The FTC Safeguards Rule requires incident response capabilities for financial institutions and tax preparers. Federal contractors subject to DFARS must comply with NIST SP 800-171, which incorporates incident response requirements from SP 800-61.
NIST SP 800-61 recommends testing your incident response plan at least annually, and PCI DSS 4.0 Requirement 12.10 enforces an annual minimum for organizations in scope. Best-practice organizations run at least two tabletop exercises per year covering different threat scenarios, such as ransomware and insider threat. Plans should also be reviewed and updated after any significant change to the environment, such as a major infrastructure migration, or immediately following a real incident.
A Computer Security Incident Response Team (CSIRT) is the designated group responsible for executing your organization's incident response plan. Members typically include a team lead or coordinator, security analysts, system administrators, a legal or compliance representative, and a communications lead. Small organizations may staff a CSIRT with two or three people who hold multiple roles. What matters is that every function in the IR plan is assigned to a named individual with a documented escalation path, not left as a generic team role.
NIST SP 800-61 recommends documenting: the date and time the incident was detected and reported; all systems, accounts, and data confirmed or suspected to be affected; a timestamped log of every action taken by the response team; any evidence collected and the method used to collect it; containment and eradication steps performed; and the identity of all personnel involved. This documentation serves three purposes: it supports root-cause analysis, satisfies compliance reporting requirements, and preserves evidence for potential legal or law enforcement action.
NIST SP 800-61 scales to organizations of any size. A small business incident response team might consist of two or three people covering multiple roles, rather than a dedicated security team. The key elements remain the same: a documented plan, defined communication channels, pre-built playbooks for common scenarios, and a post-incident review process. Small businesses often benefit most from managed security providers who deliver NIST-aligned incident response capabilities without requiring in-house headcount. Even a basic written plan with tested procedures reduces breach costs significantly compared to no plan at all.
Containment stops the incident from spreading further without necessarily removing the attacker's presence. Examples include isolating a compromised server from the network or blocking a malicious IP range at the firewall. Eradication removes all attacker artifacts from the environment: malware binaries, backdoor accounts, persistence mechanisms such as rogue scheduled tasks, and attacker-controlled certificates. Eradication must be complete before recovery begins. Restoring systems before eradication is confirmed is one of the most common causes of re-infection following an incident.
NIST Special Publication 800-61 Revision 2 (Computer Security Incident Handling Guide) is freely available from the NIST Computer Security Resource Center at csrc.nist.gov. NIST is currently developing Revision 3, which will update guidance for cloud environments and modern threat scenarios. Until the new revision publishes, SP 800-61r2 remains the authoritative standard.
People also look for
Keep exploring Incident response & NIST
Build a response process that helps people detect, contain, recover, and improve when something goes wrong.
- Common question: incident response planBuild an incident response planStart with clear roles, escalation steps, evidence handling, and recovery priorities.
- Common question: NIST cybersecurity framework guideUnderstand NIST CSF 2.0Connect governance and risk decisions to identify, protect, detect, respond, and recover.
- Common question: cyber incident response plan templateUse an incident response templateTurn response concepts into a document your team can follow under pressure.
- Common question: tax data breach responsePrepare a tax-practice response planAdd IRS, client-data, and tax-season considerations to the general response process.
- Common question: ransomware recovery planPlan for ransomware containment and recoveryCoordinate isolation, backups, restoration, and communication before an attack.
Learn first. Decide when you are ready.
Make the framework operational
Turn response roles, escalation, evidence handling, communications, and recovery priorities into a plan your team can exercise.



