Skip to main content
Category: Incident Response & Reporting

Containment, Eradication, Recovery

Also known as: Containment, Eradication, and Recovery, Containment, Eradication & Recovery
Simply put

Containment, Eradication, and Recovery describes a core phase of responding to a cybersecurity incident, in which an organization stops the problem from spreading, removes the threat, and restores affected systems to normal operation. It is one of the action-focused stages that follows detecting an incident. The goal is to limit further damage and return the environment to a trusted state.

Formal definition

Containment, Eradication, and Recovery is commonly described as a single combined phase of the incident response life cycle in which responders take action to stop further damage from a security incident. In most descriptions, containment focuses on limiting or halting the spread of an incident, eradication addresses removing the threat from affected systems, and recovery involves restoring affected systems and services. This phase generally follows identification and detection activities within a broader incident response process. The evidence provided characterizes this phase at a conceptual level and does not specify implementation techniques, tooling, or the governing publication text; practitioners should consult the applicable authoritative incident response guidance for procedural detail and note that specific phase definitions and terminology may vary across frameworks and revisions.

Why it matters

Containment, Eradication, and Recovery is the phase where incident response shifts from understanding a problem to actively limiting its damage, and how well an organization executes it often determines whether an incident becomes a contained event or a widespread compromise. Because this phase involves halting the spread of an incident, removing the threat, and restoring systems, mistakes here can prolong outages, allow attackers to persist, or reintroduce compromised components during recovery. For organizations operating under regulated incident response obligations, the ability to demonstrate a structured, repeatable response through these stages is frequently as important as the technical outcome itself.

Who it's relevant to

Incident Response Teams and Analysts
Responders who carry out the hands-on work of stopping the spread of an incident, removing threats, and restoring systems rely on a clear understanding of this phase. Because containment, eradication, and recovery represent the action-focused stage that follows detection, these teams need well-defined procedures to avoid prolonging damage or reintroducing compromised components during restoration.
Information System Security Managers and Security Leadership
Those responsible for maintaining an organization's incident response capability use this phase as a structural element when designing and reviewing response plans. Note that specific phase definitions and terminology may vary across frameworks and revisions, so leadership should align their internal terminology with the authoritative guidance applicable to their environment.
Compliance Officers and Auditors
Personnel assessing an organization's incident response readiness often look for evidence that response activities proceed through defined stages, including containment, eradication, and recovery. This entry describes the concept at a general level and does not cover the procedural, contractual, or framework-specific requirements that an auditor must confirm against the current authoritative incident response guidance applicable to the systems in scope.

Inside Containment, Eradication, Recovery

Containment
The phase focused on limiting the scope and impact of an incident to prevent further damage or lateral movement. Containment strategies are often described in terms of short-term measures (such as isolating affected hosts or network segments to stop active spread) and longer-term measures (such as applying temporary fixes while preserving systems for analysis). NIST SP 800-61, the incident handling guide maintained by NIST, generally treats containment strategy selection as dependent on factors like potential damage, evidence preservation needs, and service availability.
Eradication
The phase in which the underlying cause and artifacts of an incident are removed from the environment, which may include deleting malware, disabling compromised accounts, and closing exploited vulnerabilities. Eradication is generally distinguished from containment in that it addresses root cause rather than merely limiting spread, though in practice the phases can overlap and iterate.
Recovery
The phase in which affected systems and services are restored to normal operation and validated as clean and functional, typically including restoration from trusted backups, rebuilding of systems, monitoring for signs of recurrence, and confirmation that vulnerabilities exploited during the incident have been addressed.
Relationship to the broader incident response lifecycle
These three activities are commonly presented as middle-to-late phases within a larger incident response lifecycle that also includes preparation, detection and analysis, and post-incident activity (lessons learned). The specific phase naming and grouping can vary by framework, so readers should confirm the model used by their governing guidance.
Governing and reference guidance
Containment, eradication, and recovery are widely associated with NIST's incident handling guidance (SP 800-61). Incident response is also referenced as a control area within control catalogs such as NIST SP 800-53 (maintained by NIST) and within CUI protection requirements under NIST SP 800-171. Readers should verify the current revision and applicable citations for their environment, since control identifiers and phase descriptions can change across revisions.

Common questions

Answers to the questions practitioners most commonly ask about Containment, Eradication, Recovery.

Are containment, eradication, and recovery strictly sequential phases that must be completed one after another?
Not necessarily. While NIST's incident handling guidance (SP 800-61, as of the applicable revision) presents these as distinct activities, in practice they frequently overlap and iterate. Containment of one affected system may proceed while eradication is underway elsewhere, and recovery of some assets can begin before eradication is fully complete across the environment. Treating the model as a rigid linear checklist is a common mistake; it is better understood as a set of related objectives that responders cycle through, sometimes repeatedly, as an incident evolves. Confirm your organization's own incident response plan, which may tailor the sequence.
Does completing containment, eradication, and recovery mean the incident is fully resolved and no further action is needed?
No. These activities do not represent the end of the incident lifecycle. Post-incident activity, including lessons-learned analysis and evidence retention, generally follows recovery in the standard model. Additionally, declaring recovery complete is not the same as confirming the threat is permanently eliminated; monitoring after recovery is typically needed to detect reinfection or persistence mechanisms that eradication may have missed. Reaching the recovery phase should not be equated with achieving assured security. Verify your reporting and closure obligations against applicable policy and authority.
How should responders decide between short-term and long-term containment?
Guidance such as NIST SP 800-61 generally distinguishes short-term containment, which acts quickly to limit immediate damage (for example, isolating a system), from longer-term containment measures applied while a more permanent fix is prepared. The decision typically weighs factors such as potential damage, evidence preservation needs, service availability requirements, and the time needed to implement a full solution. These are risk-based judgments that should be defined in advance within your incident response plan rather than improvised, and specific thresholds may vary by organization and system impact level.
What role does evidence preservation play during containment and eradication?
Containment and eradication decisions can affect the integrity and availability of forensic evidence. Actions such as reimaging a host or wiping infected media may destroy artifacts needed for analysis, attribution, or potential legal or contractual reporting. Response plans commonly call for capturing relevant evidence, such as disk and memory images and logs, before taking destructive remediation steps, consistent with a documented chain of custody. The specific evidence-handling requirements can differ across federal civilian, defense, and national security contexts, so confirm the obligations that apply to your environment.
How can an organization verify that eradication was actually successful?
Verification generally involves confirming that malicious artifacts, unauthorized accounts, persistence mechanisms, and identified vulnerabilities have been removed or remediated across all affected systems, not just the initially detected ones. This often includes rescanning, reviewing logs, and validating that the exploited weakness has been closed to prevent immediate reinfection. Because incomplete eradication is a frequent cause of recurring incidents, many plans incorporate a heightened monitoring period after remediation. The specific verification steps should be defined in your incident response procedures.
What considerations apply when restoring systems during the recovery phase?
Recovery generally focuses on returning affected systems to normal operation in a manner that does not reintroduce the compromise. Common considerations include restoring from known-good backups, confirming that restored systems are fully patched and hardened before returning to production, validating functionality, and applying enhanced monitoring for a period to detect any residual threat. The timing and sequencing of restoration are typically risk-based decisions coordinated with system owners and, where applicable, authorizing officials. Verify restoration and re-authorization implications against your governing policy, since some changes may affect a system's authorization status.

Common misconceptions

Containment, eradication, and recovery are strictly sequential, one-time steps.
In most real incidents these activities are iterative and can overlap, particularly when analysis during recovery reveals additional compromise requiring further containment or eradication. Treating them as a rigid linear sequence can leave residual threats in the environment.
Rapidly wiping or rebuilding a compromised system is always the best first move.
Immediate eradication can destroy evidence needed for analysis, attribution, or legal and reporting obligations. Containment strategy selection generally has to balance stopping the spread against preserving evidence and maintaining necessary services, so the appropriate action depends on the specific incident and organizational requirements.
Once recovery restores systems to normal operation, the incident is fully resolved.
Recovery restores service but does not by itself close out the incident lifecycle. Post-incident activity such as lessons learned is generally treated as a separate phase, and completing recovery does not guarantee the root cause was fully eradicated without continued monitoring for recurrence.

Best practices

Define and document containment strategies in advance, distinguishing short-term isolation measures from longer-term fixes, so responders are not making these decisions for the first time during an active incident.
Balance containment and eradication actions against evidence preservation needs, and consult applicable reporting and legal obligations before wiping or rebuilding systems.
Confirm root cause is addressed during eradication, removing malware, disabling compromised accounts, and closing exploited vulnerabilities, rather than only limiting spread, to reduce the risk of reinfection.
Restore from trusted, validated backups during recovery and verify that systems are clean and that previously exploited weaknesses have been remediated before returning them to production.
Treat these phases as iterative rather than strictly linear, revisiting containment or eradication when recovery or continued analysis reveals additional compromise.
Maintain heightened monitoring after recovery to detect recurrence, and carry findings forward into post-incident (lessons learned) activity to strengthen future response.
Align your incident response process and phase terminology with your governing guidance (for example NIST SP 800-61 and applicable control requirements under NIST SP 800-53 or NIST SP 800-171), verifying the current revision and any agency-specific tailoring.