Let's think about it this way for a second
The Incident Response lifecycle has 5 main phases: Preparation (getting your IR plan and tools ready in advance), Identification (verifying whether an incident is actually happening), Containment (limiting the damage, e.g. immediately disconnecting an infected machine from the network), Eradication (removing the root cause), and Recovery (restoring systems to normal). After that comes Lessons Learned (documenting the root cause and making improvements to prevent recurrence).
Let's connect it to a real-world scenario
Say a company detects a ransomware infection — for Containment, they'd immediately disconnect the infected machine from the network to limit the spread; for Identification/Eradication, they'd track down the malware's entry point (a phishing email? a vulnerability?); for Recovery, they'd restore the system from a clean backup; and for Lessons Learned, they'd write a report on how it happened and how to prevent it next time. This order — containment before eradication — matters, because you need to stop the damage from spreading first.
Let's look at it together
Incident Response Lifecycle
=============================
1. Preparation — IR plan, tools, contacts ready BEFORE an incident
2. Identification — confirm: is this actually an incident?
3. Containment — stop the spread (isolate affected systems)
4. Eradication — remove the root cause (malware, backdoor)
5. Recovery — restore systems to normal operation
6. Lessons Learned — document root cause, improve for next timeYou'll be able to explain all 6 stages of the IR lifecycle in order.Try it in 5 minutes
Take the scenario 'a company laptop has ransomware on it' and write out the response steps yourself, following the IR lifecycle's 6 stages (skipping Preparation).
A quick word of caution
When responding to a real incident in a production environment — not a practice or simulation — only a team member with the IR plan and proper authorization should lead the response. An unauthorized 'helpful' action (accidentally destroying evidence, deleting logs) can make the forensic investigation much harder.