Incident Response: The IR Plan, Phases, CSIRT and Tabletop Exercises
Incident response (IR) is the organized process an organization follows when a security event turns into a real threat to its systems or data. An event is any observable occurrence; an incident is an event that harms, or threatens to harm, the confidentiality, integrity, or availability of information. The Incident Response Plan (IRP) documents, before anything goes wrong, who does what and in which order. The widely used NIST model defines four phases: Preparation; Detection and Analysis; Containment, Eradication and Recovery; and Post-Incident Activity. A cross-functional incident response team (often called a CSIRT) executes the plan, supported by data-handling rules that preserve evidence and chain of custody. Because a plan that has never been rehearsed fails under pressure, organizations test it regularly, most commonly through tabletop exercises that walk the team through a scripted scenario without touching production systems. For the ISC2 CC exam, you must know the event-versus-incident distinction, the phase order, and the purpose of testing.
On this page7 sections
- Distinguish a security event from a security incident with examples
- Describe the purpose and core contents of an Incident Response Plan (IRP)
- List the NIST incident response phases in the correct order and explain each
- Identify the roles that make up an incident response team (CSIRT)
- Explain how data-handling policy supports evidence preservation and chain of custody
- Describe tabletop exercises and why IR plans must be tested regularly
Events versus incidents
Incident response starts with a definition problem: not everything unusual is an emergency. An event is any observable occurrence in a system or network. Events happen constantly and most are completely normal: a user logs in, a file is saved, a firewall blocks a probe from the internet, a server reboots for patching. Events are the raw material of monitoring, and the vast majority need no response at all.
An incident is an event, or a set of related events, that actually or potentially jeopardizes the confidentiality, integrity, or availability of information or systems, or that violates security policy. In plain terms, an incident is an event with harm attached, whether the harm has already happened or is credibly threatened.
| Observation | Event or incident? | Why |
|---|---|---|
| A user logs in successfully during business hours | Event | Normal, expected activity with no sign of harm |
| A firewall blocks a routine port scan | Event | Observable occurrence; the control worked and nothing was compromised |
| Ransomware encrypts the files on a department share | Incident | Availability and integrity of data are directly harmed |
| An attacker uses stolen credentials to read customer records | Incident | Confidentiality is breached, even though nothing was deleted |
The distinction matters because it is the trigger for the whole IR process. Declaring an incident activates the response team, starts formal documentation, and may start legal and regulatory clocks for notification. Declaring too eagerly wastes the team's time on noise; declaring too slowly lets real damage spread. A clear, written definition of what counts as an incident, set out in the IR plan, is what makes that call consistent instead of a judgment made differently by every analyst.
The Incident Response Plan (IRP)
The Incident Response Plan is the document that tells the organization how it will respond to incidents, written and approved before any incident occurs. Its central purpose is to replace improvisation with preparation: in the middle of a ransomware outbreak at 2 a.m. is the worst possible moment to start deciding who is in charge, who may shut down a server, and who talks to customers.
A useful IRP typically defines:
- Definitions and criteria: what counts as an event versus an incident, and severity levels that determine how urgently each incident is handled.
- Roles and responsibilities: who leads the response, who performs technical analysis, who has authority to take systems offline, and who communicates internally and externally.
- Contact and escalation paths: current call lists for the response team, management, legal counsel, and any external parties such as law enforcement or forensic specialists.
- Procedures by phase: the actions to take during detection, containment, eradication, recovery, and post-incident review, often supplemented by playbooks for specific incident types like phishing or ransomware.
- Communication and reporting rules: how updates flow to leadership, when regulators or affected individuals must be notified, and who is authorized to speak publicly.
The plan must be a living document. It is reviewed on a schedule, updated when systems, people, or laws change, and revised after every real incident and exercise to capture what was learned. An IRP that sits untouched in a folder for three years, full of departed employees' phone numbers, offers little more protection than having no plan at all.
The NIST incident response phases in order
The CC exam uses the widely adopted NIST model, which organizes incident response into four phases. The order is tested, so learn it exactly:
- Preparation
- Detection and Analysis
- Containment, Eradication and Recovery
- Post-Incident Activity
Preparation is everything done before an incident: writing and maintaining the IRP, forming and training the response team, deploying monitoring and logging so incidents can be seen, and running exercises. Preventive hardening of systems is also commonly associated with this phase, because fewer incidents is the best outcome of all.
Detection and Analysis is recognizing that an incident may be occurring and confirming it. Alerts from monitoring tools, user reports, and anomalies are investigated to answer: is this a real incident, what type is it, which systems and data are affected, and how severe is it? The output is a declared, prioritized incident with an initial scope, all of it documented from the first moment.
Containment, Eradication and Recovery is the hands-on fix, and its internal order matters. Containment first limits the damage, for example by isolating infected machines from the network or disabling compromised accounts, so the incident stops spreading while evidence is preserved. Eradication then removes the cause: deleting malware, closing the exploited vulnerability, and eliminating the attacker's access. Recovery finally restores normal operations, rebuilding or restoring systems from clean backups and monitoring them closely for signs the attacker returns.
Post-Incident Activity happens after operations are restored: a lessons-learned review of what happened, how well the response worked, and what must change, feeding improvements back into Preparation. The phases form a loop, not a straight line.
An alternate view: the SANS six steps (PICERL)
You may also encounter a six-step model popularized by SANS, remembered by the mnemonic PICERL:
- Preparation
- Identification
- Containment
- Eradication
- Recovery
- Lessons Learned
Look closely and you will see it is the same process sliced differently, not a competing philosophy. SANS Identification corresponds to NIST Detection and Analysis. SANS breaks the middle of the response into three separate steps, Containment, Eradication, and Recovery, where NIST groups them into one combined phase, and SANS Lessons Learned corresponds to NIST Post-Incident Activity. The underlying sequence of work is identical: get ready, notice and confirm the incident, stop the bleeding, remove the cause, restore service, then learn from it.
Two practical points follow. First, whichever model an organization adopts, containment always comes before eradication, and eradication before recovery. Reversing that order fails in predictable ways: cleaning malware off one machine while the attacker still roams the network (eradication before containment) just invites reinfection, and restoring systems before the attacker's access is removed (recovery before eradication) puts clean systems back into a compromised environment.
Second, for the exam, do not invent phases or blend the models into something new. If a question presents four phases, think NIST: Preparation; Detection and Analysis; Containment, Eradication and Recovery; Post-Incident Activity. If it presents six steps, think PICERL. Either way, questions about what comes after what are testing the same fixed order, and the answer choices that break it, such as recovering before eradicating, are wrong by design.
The incident response team (CSIRT) and its roles
Incident response is a team activity, and the team is broader than the security department. The group is commonly called a Computer Security Incident Response Team, or CSIRT (you may also see CIRT or CERT). Some organizations staff a permanent team; many convene a designated cross-functional team when an incident is declared. Either way, membership and authority are defined in advance by the IRP, not negotiated during a crisis.
Typical roles include:
- Incident response manager or team lead: coordinates the response, assigns tasks, tracks status, and is the single point of decision so efforts do not conflict.
- Security analysts and technical specialists: investigate the incident, analyze logs and malware, perform containment and eradication, and restore systems, often including network, server, and application administrators.
- Management and executive sponsor: provide authority for disruptive decisions, such as taking a revenue-generating system offline, and accept residual risk on behalf of the business.
- Legal counsel: advises on regulatory notification duties, liability, evidence handling, and interaction with law enforcement.
- Communications or public relations: manages messaging to employees, customers, media, and regulators, so the organization speaks accurately and with one voice.
- Human resources: engaged when an insider is involved or employee action is required.
Smaller organizations may supplement the team with external parties, such as forensic consultants or an incident response retainer service, and the plan should say when and how to bring them in. The exam point is recognition: the CSIRT is the predefined, cross-functional team that executes the IR plan, and effective response requires legal, communications, and management involvement, not only technical staff.
Data handling, evidence, and chain of custody
An incident is not only an operational problem; it may become a legal one. The organization might pursue an attacker in court, face a regulatory investigation, discipline an insider, or file an insurance claim. In each case, what the response team collected during the incident, logs, disk images, memory captures, emails, becomes evidence, and evidence is only useful if its integrity can be demonstrated.
This is where the organization's data-handling policy supports incident response. Data-handling rules that already govern how information is classified, labeled, stored, retained, and destroyed extend naturally into IR: they tell responders which data is sensitive, how long logs are kept (so the evidence still exists when the incident is discovered), who may access collected material, and how it must be protected. During a response, preserving evidence is an explicit goal alongside restoring service, which is one reason containment techniques that keep a copy of the compromised state, such as isolating a machine rather than immediately wiping it, are preferred when legal action is possible.
The key concept the exam expects you to recognize is chain of custody: the documented, unbroken record of who collected each piece of evidence, when and how it was collected, where it has been stored, and every person who has handled it since. If the chain is broken, an opposing party can argue the evidence was altered, and it may be ruled inadmissible.
At CC level you are not expected to perform forensics. You are expected to know that evidence must be preserved and its handling documented from the moment an incident is suspected, and that the lead responder ensures collection follows the plan rather than ad-hoc curiosity.
Testing the plan: tabletop exercises and beyond
An untested plan is a set of assumptions. Testing turns those assumptions into verified capability, and it is a formal part of the Preparation phase. Exercises range from lightweight to fully realistic, and organizations typically use a mix.
The most common and most examinable form is the tabletop exercise: a structured, discussion-based walk-through of a scripted incident scenario. The response team gathers in a room (or a call), a facilitator presents the scenario in stages, and participants talk through what they would do at each step using the actual plan. Nothing is done to production systems; the exercise is conversation, which makes it cheap, safe, and easy to run regularly. Its value is in exposing gaps: unclear authority, missing contacts, unrealistic procedures, and steps nobody owns.
Consider a concrete scenario. The facilitator announces: it is Friday at 16:45, and the help desk reports that files on the finance share are being renamed with a strange extension and a ransom note has appeared. The team works the script: the analyst explains how they would confirm ransomware and identify affected systems (Detection and Analysis); the lead decides to isolate the finance server and disable the suspected account, and the group discovers that nobody present has authority to take the server offline after hours (a containment gap); legal is asked when customers must be notified and cannot answer from the plan (a documentation gap). Both gaps go into the follow-up report, and the plan is corrected, at a total cost of two hours of discussion.
Beyond tabletops, organizations run more intensive tests, such as simulations and full-scale exercises that involve doing real actions in controlled conditions. Whatever the format, testing must be regular, because teams, systems, and threats all change, and each exercise should end with documented findings that feed back into an updated plan.
Tip. The CC exam probes this sub-domain with order and definition questions. Expect to pick the correct NIST phase sequence (Preparation; Detection and Analysis; Containment, Eradication and Recovery; Post-Incident Activity) and to spot broken orders such as recovering before eradicating. Definition stems contrast event with incident, so watch for the harm-to-CIA trigger, and recognize the CSIRT as the predefined cross-functional response team. Scenario questions describe a discussion-based rehearsal of the plan and expect the answer tabletop exercise, or describe documented evidence handling and expect chain of custody.
- An event is any observable occurrence; an incident is an event that harms or threatens confidentiality, integrity, or availability.
- The IRP is written and approved before an incident and defines roles, criteria, escalation paths, and procedures.
- NIST phase order: Preparation, then Detection and Analysis, then Containment, Eradication and Recovery, then Post-Incident Activity.
- Within the response: contain first to stop the spread, eradicate the cause, then recover systems, never in reverse order.
- SANS PICERL (Preparation, Identification, Containment, Eradication, Recovery, Lessons Learned) is the same process in six steps.
- The CSIRT is a predefined cross-functional team: lead, technical analysts, management, legal, communications, and HR.
- Chain of custody is the documented, unbroken record of who handled evidence, when, and how; a broken chain can make evidence inadmissible.
- A tabletop exercise rehearses the plan through a scripted discussion, without touching production, and plans must be tested regularly.
Frequently asked questions
What is the difference between a security event and a security incident?
A security event is any observable occurrence in a system or network, such as a login or a blocked port scan, and most events are harmless. A security incident is an event that actually or potentially harms the confidentiality, integrity, or availability of information or systems, such as ransomware encrypting files or an attacker reading customer data. Every incident is an event, but only a small fraction of events become incidents.
What are the four phases of incident response in the NIST model?
The NIST incident response lifecycle has four phases in this order: Preparation (plans, team, training, and monitoring put in place beforehand); Detection and Analysis (recognizing and confirming an incident and assessing its scope); Containment, Eradication and Recovery (limiting damage, removing the cause, and restoring operations); and Post-Incident Activity (the lessons-learned review that improves future readiness).
What is a tabletop exercise in incident response?
A tabletop exercise is a discussion-based rehearsal of the incident response plan. A facilitator presents a scripted incident scenario, such as a ransomware outbreak, and the response team talks through the actions they would take at each stage using the real plan. No production systems are touched, which makes tabletops safe and inexpensive, and their main value is revealing gaps in roles, authority, contacts, and procedures before a real incident does.
What is a CSIRT and who is on it?
A CSIRT (Computer Security Incident Response Team) is the predefined team that executes the incident response plan. It is cross-functional: an incident lead who coordinates, security analysts and IT specialists who investigate and remediate, management who authorize major decisions, legal counsel for notification and evidence questions, communications staff for internal and external messaging, and HR when employees are involved.
Why does containment come before eradication and recovery?
Containment stops the incident from spreading, for example by isolating infected machines or disabling compromised accounts. If you eradicate before containing, the attacker can reinfect systems from elsewhere in the network while you clean; if you recover before eradicating, you restore clean systems into an environment the attacker still controls. Contain first, then remove the cause, then restore.
What is chain of custody and why does it matter in incident response?
Chain of custody is the documented, unbroken record of evidence handling: who collected each item, when, how, where it was stored, and everyone who has accessed it since. It matters because evidence from an incident may be used in court or regulatory proceedings, and a gap in the chain lets others argue the evidence was tampered with, potentially making it inadmissible.
Sign up free to mark lessons complete, bookmark topics and track your exam readiness.