SOC › Module 6 › Lesson 1
PICERL Named
PICERL lifecycle literacy — Preparation, Identification, Containment, Eradication, Recovery, Lessons Learned — mapped to YOUR $HUNT_LAB incident stubs, not unauthorized prod IR.
Visual · t30_picerl_named
PICERL = named IR lifecycle stages. $HUNT_LAB literacy. Original Cyberlium.
Opening
Incidents move through named phases — learn PICERL on YOUR hunt-lab stubs before you touch production response without authorization.
PICERL lifecycle literacy names defender IR phases: Preparation (playbooks, contacts, tooling readiness), Identification (confirm incident scope from telemetry), Containment (limit blast radius — decision literacy on YOUR lab host notes), Eradication (remove threat access — defender vocabulary only), Recovery (restore services with validation), Lessons Learned (PIR and detection gaps). L2/L3 analyst maps $HUNT_LAB synthetic incident timeline to PICERL rows — cites hunt findings from prior modules — without executing lateral movement, malware deployment, or unauthorized prod containment. Cyberlium on $HUNT_LAB: instructor incident stub, your labeled hunt pack under $HOME/cyberlium-lab/t30-hunt/. Refused: prod IR without RoE, attack repro to 'practice phases,' skipping documentation between stages. Lab row: six PICERL stages with one defender checkpoint each. chmod 600 under $HOME/cyberlium-lab.
1. Named PICERL stages
Preparation → Identification → Containment → Eradication → Recovery → Lessons Learned — six literacy anchors.
Each stage has entry/exit criteria at category level — not ad-hoc heroics.
Command guide
Try these commands — Named PICERL stages
═══ TOOLS & WEBSITES ═══ Browse / read these (authorized learning only — stay in YOUR lab / program scope)
NIST SP 800-61 PICERL — https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final SANS IR — https://www.sans.org/white-papers/incident-handlers-handbook/ FIRST — https://www.first.org/
═══ INSTALL ═══
Linux (Debian/Ubuntu):
Command — copy this
sudo apt install curl
macOS: Built-in
Windows: Built-in (PowerShell: Invoke-WebRequest)
═══ LINUX / macOS ═══
Command — copy this
export HUNT_LAB=${HUNT_LAB:-$HOME/cyberlium-lab/t30-hunt}
curl -sS https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final | head -10
cat > "$HUNT_LAB/ir/picerl-checklist.md" <<'EOF'
# PICERL Checklist — LAB-IR-001 (YOUR lab scenario only)
## Preparation
- [x] RoE documented (roe.txt, no-offensive-playbooks.txt)
- [x] FAKE telemetry seeded (auth, process, netflow, alerts)
## Identification
- [x] HNT-001/002/003 correlated (jsmith, WIN-HUNT01)
- [ ] Confirm scope: which hosts/users affected in YOUR logs
## Containment
- [ ] Decision tree: see containment-decision-tree.md (LAB IDs only)
## Eradication
- [ ] Document removal steps for LAB-IR-001 (markdown only)
## Recovery
- [ ] Validate clean state in YOUR seeded post-recovery logs
## Lessons Learned
- [ ] PIR template in pir/ folder
Lab only — no live stranger machine isolation
EOFCommand — copy this
grep -E 'PICERL|LAB-IR|Lab only' "$HUNT_LAB/ir/picerl-checklist.md"
Primary tools to practice this lesson: grep, curl. Reference sites: NIST SP 800-61 PICERL (https://csrc.nist.gov/publications/detail/sp/800-61/rev-2/final); SANS IR (https://www.sans.org/white-papers/incident-handlers-handbook/); FIRST (https://www.first.org/). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.
2. Mapping hunt findings
Hunt hypothesis hits feed Identification; disposition triggers Containment decision literacy.
Separate observed telemetry from inferred impact — same discipline as Topic 29 triage.
3. $HUNT_LAB boundary
PICERL notes from YOUR sample telemetry and incident stubs only — not unauthorized prod IR.
Refused: lateral movement cookbooks, malware authoring, prod containment without ticket.
4. What you ship: PICERL literacy card
Six PICERL stages + one defender checkpoint each + NEVER unauthorized prod IR line.
5. What you record before the next lesson
PICERL literacy card path.
6. Wrong vs right: stranger prod vs YOUR hunt telemetry
Worked failure — same MSF word, opposite target. Right never needs a café Wi-Fi or classmate laptop.
Wrong
Run lateral movement in employer network to 'practice Identification phase.'
Right
PICERL literacy card from $HUNT_LAB incident stub. Next: Roles in IR.
Mission: PICERL literacy card
1) Name six PICERL stages. 2) One defender checkpoint per stage. 3) Map one hunt finding to Identification row. 4) Write NEVER unauthorized prod IR line.
Stuck? Ask Cyberlium AI Mentor
Ask Mentor: “Containment vs Eradication — literacy boundary?”
Knowledge Check
APPLY: PICERL literacy on Cyberlium uses:
Multiple choice
Knowledge Check
APPLY: True or False: Lateral movement against prod is lab.
True or False
Knowledge Check
APPLY: Identification phase confirms:
Multiple choice