zeliha-infosec-journey

Incident Response Lifecycle (PICERL) Cheat Sheet

The framework that ties all of BTL1’s technical modules (phishing, SIEM, DFIR, threat intel) together into a single process: the NIST-based Incident Response lifecycle. Every piece of evidence you gather in the exam ultimately lands in one phase of this process.


Table of Contents

  1. What Is PICERL
  2. 1. Preparation
  3. 2. Identification
  4. 3. Containment
  5. 4. Eradication
  6. 5. Recovery
  7. 6. Lessons Learned
  8. Phase → Tool Mapping
  9. Incident Report Template
  10. Quick Reference

1. What Is PICERL

Based on NIST SP 800-61, a 6-phase process for tracking a security incident from start to finish:

Preparation → Identification → Containment → Eradication → Recovery → Lessons Learned

The process is cyclical — findings from the Lessons Learned phase feed back into the next round of Preparation.


2. 1. Preparation

The work done before an incident occurs — the phase that saves the most time once an incident hits.


3. 2. Identification

Confirming whether something is actually an incident.

The triage workflow in phishing-cheatsheet.md (Headers → Indicators → Sandbox/VT → Verdict) is essentially a subset of this phase.


4. 3. Containment

Stopping the incident from spreading — without destroying evidence yet.

Type Example
Short-term Isolating the affected system from the network, adding a firewall rule, disabling an account
Long-term Temporary access restrictions on unaffected systems, improved segmentation

5. 4. Eradication

Completely removing the root cause of the threat from the environment.


6. 5. Recovery

Bringing systems back to normal operation safely.


7. 6. Lessons Learned

The phase for improving the process after the incident closes.

Skipping this phase means the team starts from scratch the next time a similar incident occurs — it’s the most overlooked but most valuable phase of the IR process.


8. Phase → Tool Mapping

Ties back to your own cheat sheet collection:

Phase Related tool/cheat sheet
Identification siem-splunk-elk-cheatsheet-professional.md, phishing-cheatsheet.md, windows-event-id-reference-cheatsheet-professional.md
Containment/Eradication deepblue-cli-cheatsheet-professional.md, wireshark-advanced-cheatsheet.md
Evidence collection (every phase) volatility-autopsy-forensics-cheatsheet-professional.md
Root cause analysis malware-analysis-yara-cheatsheet-professional.md, threat-intelligence-mitre-attack-cheatsheet-professional.md

9. Incident Report Template

A ready-to-fill skeleton for the incident report you’d submit at the close of the Lessons Learned phase.

## Incident Summary
- Incident ID / Date:
- Severity:
- Affected systems/users:

## Timeline
| Time | Event |
|---|---|
| ... | Initial compromise |
| ... | Detection |
| ... | Containment began |
| ... | Eradication completed |
| ... | Recovery completed |

## Root Cause
[Root cause — which vulnerability/mistake/missing control was exploited]

## Actions Taken
[Steps taken during containment, eradication, and recovery]

## Indicators of Compromise (IOC)
[IOC list, in defanged format]

## Lessons Learned & Recommendations
[Process/technology/training improvement recommendations]

10. Quick Reference

A single-page lookup for every phase covered above.

Phase One-line summary Key metric
Preparation Pre-incident readiness
Identification Is it an incident, what’s the scope MTTD (Mean Time to Detect)
Containment Stop the spread MTTC (Mean Time to Contain)
Eradication Remove the root cause
Recovery Return to normal, safely MTTR (Mean Time to Recover)
Lessons Learned Improve the process Post-Incident Review

Prepared as a reference for BTL1 Incident Response and general SOC operations (based on NIST SP 800-61).