Skip to content

The SANS PICERL Model

The SANS PICERL model defines six sequential stages for incident response: Preparation, Identification, Containment, Eradication, Recovery, and Lessons Learned. This topic explains each stage in depth, contrasts PICERL with the NIST SP 800-61 lifecycle, and guides practitioners in choosing the right framework for their context.

Last updated:

Share

The SANS PICERL model is a six-stage incident response framework developed by the SANS Institute. Its stages are Preparation, Identification, Containment, Eradication, Recovery, and Lessons Learned. Each stage has specific objectives, defined inputs from the prior stage, and outputs that drive the next. The model is cyclical: Lessons Learned feeds back into Preparation, so every incident improves the organisation's readiness for the next one. PICERL is one of the most widely taught IR frameworks globally and forms the structural backbone of many IR playbooks, training curricula, and certification syllabi.

Incident response is the structured process by which an organisation detects, contains, and recovers from a security event while preserving evidence and minimising damage. Without a framework, analysts make ad hoc decisions under pressure, evidence is destroyed through hasty remediation, and the same mistakes recur. PICERL gives teams a shared vocabulary and a clear sequence of actions, which reduces decision fatigue during high-stress incidents.

SANS published PICERL as part of its incident handling curriculum in the late 1990s and it has been refined through subsequent editions of the SANS GIAC training materials. The framework predates the NIST SP 800-61 publication (first issued in 2004) and differs from it primarily in granularity: PICERL separates Containment, Eradication, and Recovery into three named stages, while NIST groups them. Both frameworks are in active use, and understanding both is standard practice for incident handlers.

By the end of this topic you will be able to:

  • Name and describe each of the six PICERL stages and state the primary objective of each.
  • Explain how the Lessons Learned stage closes the improvement loop back into Preparation.
  • Compare PICERL to the NIST SP 800-61 four-phase lifecycle and identify where the stage boundaries differ.
  • Describe the criteria that determine when to move from Containment to Eradication in an active incident.
  • Apply the PICERL structure to a realistic incident scenario, identifying which actions belong in which stage.
Key terms
PICERL
Acronym for the six SANS IR stages: Preparation, Identification, Containment, Eradication, Recovery, and Lessons Learned. The model is cyclical: the final stage feeds back into the first.
Incident declaration
The formal decision, made during the Identification stage, that a detected event meets the organisation's criteria for a security incident. Declaration triggers the formal IR process and activates the incident response team.
Containment strategy
The plan for limiting the spread and impact of an incident. Containment may be short-term (isolate the affected host immediately) or long-term (maintain limited attacker access under monitoring to gather intelligence before eviction).
Eradication
The stage in which the root cause of the incident, including malware, backdoors, and the initial access vector, is removed from every affected system. Eradication must be complete before Recovery begins, or the threat will re-establish itself.
After-Action Report (AAR)
The formal document produced during Lessons Learned that records the incident timeline, decisions made, outcomes, and recommended improvements. The AAR drives updates to IR plans, playbooks, and detection rules.
NIST SP 800-61
The US National Institute of Standards and Technology's Computer Security Incident Handling Guide. It defines a four-phase IR lifecycle: Preparation; Detection and Analysis; Containment, Eradication, and Recovery; and Post-Incident Activity. The current version is Revision 3 (2024).

Preparation

Preparation is the stage that determines how well everything else will go. An organisation that skips Preparation is reduced to improvisation when an incident occurs. The goal of Preparation is to ensure that people, processes, and technology are in place before an incident is declared, not during it.

Preparation covers four categories of activity. First, policy: the organisation must have a formal incident response policy that defines what constitutes an incident, who has authority to declare one, and what the legal obligations for notification are. In the European Union, GDPR Article 33 requires notification of certain personal data breaches to the supervisory authority within 72 hours. In the United States, sector-specific rules such as HIPAA's Breach Notification Rule and SEC cybersecurity disclosure rules impose similar requirements. India's Digital Personal Data Protection Act 2023 places notification obligations on data fiduciaries. Organisations operating across jurisdictions must map all applicable requirements into a single notification matrix.

Second, team: the organisation must define its Computer Security Incident Response Team (CSIRT) structure, including roles, escalation paths, and out-of-hours contact procedures. Third, tooling: forensic jump bags, disk imaging tools, network capture utilities, secure out-of-band communications, and access to preserved log storage must all be ready before an incident, not assembled during one. Fourth, playbooks: written, tested procedures for the most likely incident types (ransomware, insider threat, DDoS, credential compromise) reduce decision time under pressure and ensure consistent handling across different analysts. Forensic readiness planning is a formal discipline within Preparation that ensures log sources, chain-of-custody procedures, and evidence handling practices are in place before they are needed.

Identification

Identification is the stage in which the organisation detects that something may be wrong, investigates to confirm whether it is a genuine incident, and formally declares an incident if the threshold is met. The challenge is that most alerts are not incidents. Security Operations Centre (SOC) analysts in large organisations review thousands of alerts per day; the majority are false positives. Effective Identification requires both good detection tooling and skilled human judgment to separate signal from noise.

Detection sources include Security Information and Event Management (SIEM) systems, endpoint detection and response (EDR) platforms, network intrusion detection systems (NIDS), threat intelligence feeds, and reports from users or third parties. Once an alert is triaged as potentially real, the analyst gathers additional evidence: log data, memory contents, network captures, and any indicators of compromise (IoCs) that confirm malicious activity. The outcome of this investigation is a declaration: either the event is confirmed as an incident, with an assigned severity, or it is closed as a false positive with documentation explaining the decision.

Incident severity classification determines the speed and scale of the response. A compromised endpoint with no evidence of lateral movement is a low-severity incident handled by a small team. Confirmed ransomware with active encryption across multiple file servers is a critical incident that triggers executive notification, legal involvement, and potentially external forensic support. The severity criteria must be defined during Preparation so that classification during Identification is fast and consistent, not debated in the moment.

Containment

Containment stops the incident from spreading further. The goal is to limit damage without immediately destroying the evidence or tipping off the attacker prematurely. Containment decisions must balance three competing concerns: stopping harm, preserving evidence, and maintaining business continuity.

Short-term containment is the immediate action taken as soon as an incident is confirmed: isolating an infected host from the network, blocking a malicious IP address at the firewall, disabling a compromised user account, or taking a system offline. These actions stop the bleeding. They must be taken quickly, but with care: shutting down a system before acquiring volatile memory means losing RAM contents, running processes, and network connections that may be the only evidence of the attacker's methods.

Long-term containment is the stabilised state that allows the organisation to operate while Eradication is prepared. In some incident types, particularly those involving advanced persistent threats, the organisation may choose to maintain limited attacker access under careful monitoring to gather intelligence about the threat actor's tools and objectives before evicting them. This decision carries legal and ethical implications and requires explicit authorisation from senior management and legal counsel. In most cases, long-term containment simply means running on clean backup systems while affected systems are rebuilt.

Eradication

Eradication removes the root cause of the incident from every affected system. This means removing malware, deleting backdoors and persistence mechanisms, closing the initial access vector (patching the vulnerability, revoking the stolen credentials, removing the malicious email rule), and verifying that no remnants of the threat remain. Incomplete eradication is one of the most common causes of incident recurrence.

Eradication must cover every affected system, not just the first one discovered. Lateral movement means attackers commonly install persistence on multiple hosts before detection. Eradicating from one system while leaving backdoors on others results in re-compromise within hours of recovery. A thorough scoping exercise, typically done in parallel with Containment, identifies all affected systems so Eradication can be applied comprehensively.

For many modern attacks, particularly ransomware and supply chain compromises, eradication requires rebuilding affected systems from known-good media rather than cleaning in place. Cleaning an infected system relies on identifying every file and registry key the attacker touched; rebuilding from a verified image guarantees a clean state. The rebuild approach is more time-consuming but more reliable. The choice between clean-in-place and rebuild depends on the nature of the malware, the value of the system, and the time available.

Recovery

Recovery restores affected systems and services to normal operation. It is the stage where business continuity considerations become primary. Recovery is not just a technical operation: it requires coordination with business owners, testing to confirm systems are functioning correctly, and monitoring to verify that the threat has not returned.

Recovery proceeds in a defined sequence. First, systems are restored from verified backups or rebuilt images. Second, the restored systems are tested in isolation before being reconnected to production networks. Third, services are brought back online incrementally rather than all at once, so that any recurrence of attacker activity is immediately visible against a smaller target surface. Fourth, enhanced monitoring is applied to recovered systems for a defined period, typically 30 to 90 days, to catch any persistence mechanism that was missed in Eradication.

The criteria for declaring Recovery complete should be defined in advance. A common standard is: all affected systems are online and verified clean, no anomalous activity has been detected for a defined monitoring period, all business-critical services are operational, and any regulatory notification obligations have been met. Without predefined criteria, Recovery tends to drag on indefinitely as teams argue about when it is safe to stand down.

Lessons Learned and the PICERL versus NIST comparison

Lessons Learned is the stage that turns an incident from a cost into an investment. Within a defined timeframe after the incident is closed (typically five to ten business days, while memory is fresh), the IR team conducts a structured debrief. The debrief produces an After-Action Report covering: the incident timeline, what detection tools or processes failed to catch the event earlier, decisions that were made during the incident and whether they were correct, gaps in playbooks or tooling exposed by the incident, and specific, assigned remediation actions with owners and deadlines.

The outputs of Lessons Learned feed directly into Preparation: new or updated playbooks, improved detection rules, additional training, tooling changes, or policy revisions. This loop is what makes the PICERL model a cycle rather than a linear process. Organisations that conduct genuine Lessons Learned reviews consistently improve their mean time to detect and mean time to respond over successive incidents.

DimensionSANS PICERLNIST SP 800-61
Number of stages/phases6 stages4 phases
Detection and AnalysisIdentification (stage 2)Detection and Analysis (phase 2)
Containment, Eradication, RecoveryThree separate stages (3, 4, 5)Single combined phase (phase 3)
Post-incident reviewLessons Learned (stage 6)Post-Incident Activity (phase 4)
Primary use contextTraining, operational playbooks, SOC teamsPolicy, compliance, and audit documentation
Governing bodySANS InstituteUS National Institute of Standards and Technology
Current editionOngoing curriculum updatesRevision 3 (2024)

Practitioners typically prefer PICERL when they want an operational checklist that separates distinct activities cleanly. Containment and Eradication have genuinely different objectives and failure modes; treating them as a single phase can cause teams to move to Eradication before Containment is stable, or to skip comprehensive Eradication checks in a rush to reach Recovery. NIST SP 800-61 is preferred in governance and compliance contexts because it maps cleanly to the control frameworks (ISO 27001, SOC 2, DORA in the EU) that reference it. Many organisations explicitly combine both: NIST language in the IR policy, PICERL structure in the operational playbooks. See Comparing IR Frameworks for a deeper treatment of other frameworks including ISO 27035 and CREST guidelines.

Check your understanding
Question 1 of 4· 0 answered

Which PICERL stage is responsible for formally confirming that a security event meets the organisation's criteria for an incident and assigning an initial severity?

Key Takeaways

  • PICERL defines six stages: Preparation, Identification, Containment, Eradication, Recovery, and Lessons Learned. The cycle is closed by feeding Lessons Learned outputs back into Preparation.
  • Preparation is the stage that determines the quality of all others: IR plans, playbooks, team structure, tooling, and forensic readiness must be in place before an incident, not assembled during one.
  • Containment and Eradication have distinct objectives and failure modes. Containment stops spread; Eradication removes the root cause. Moving to Eradication before Containment is stable, or skipping comprehensive Eradication before Recovery, are the two most common causes of incident recurrence.
  • PICERL and NIST SP 800-61 are compatible frameworks that differ mainly in granularity. PICERL suits operational playbooks; NIST SP 800-61 suits compliance documentation. Many organisations use both simultaneously.
  • Lessons Learned is not optional. Documented findings with assigned owners and deadlines are what convert incident cost into security improvement. Without this stage, the same gaps will be exploited again.
What does PICERL stand for in incident response?
PICERL is an acronym for the six stages of the SANS incident response model: Preparation, Identification, Containment, Eradication, Recovery, and Lessons Learned. Each stage has defined objectives and outputs that feed the next stage in the cycle.
How does the SANS PICERL model differ from the NIST SP 800-61 lifecycle?
The NIST SP 800-61 lifecycle uses four phases: Preparation; Detection and Analysis; Containment, Eradication, and Recovery; and Post-Incident Activity. PICERL is more granular, splitting Detection and Analysis into Identification and treating Containment, Eradication, and Recovery as three distinct stages. PICERL is often preferred in training contexts for its step-by-step clarity; NIST is preferred in policy and compliance contexts.
What happens during the Identification stage of PICERL?
Identification covers the detection of a potential security incident and the initial triage that confirms whether an event is a genuine incident. Analysts examine alerts, logs, and anomalies, determine scope and severity, and formally declare the incident. Accurate identification prevents wasted effort on false positives and ensures severe incidents are escalated quickly.
Why is Lessons Learned treated as a full stage rather than an optional debrief?
Lessons Learned is a formal stage because without it, organisations repeat the same failures. The stage produces documented findings on what worked, what failed, and what must change in tools, processes, or training. Outputs feed directly back into the Preparation stage, closing the improvement loop. Skipping it means the IR capability stays static regardless of how many incidents are handled.
Can PICERL and NIST SP 800-61 be used together in the same organisation?
Yes. Many organisations use NIST SP 800-61 for their formal IR policy and compliance documentation, while using PICERL as an operational mental model for analysts during active incidents. The two frameworks are compatible because they cover the same activities; the difference is in how those activities are grouped and labelled.

Test yourself on Incident Response and Management with free, timed mocks.

Practice Incident Response and Management questions

Found this useful? Pass it along.

Share

Spotted an error in this page? Report a correction or read our editorial standards.

Your journey to becoming a forensic professional starts here.

Practice with mock tests, learn from structured notes, and get your questions answered by a global forensic community, all in one place.