zeliha-infosec-journey

BTL1 Incident Response Exam Checklist

A run-through-it-in-order checklist for the BTL1 exam itself — the exam is a report-based investigation exercise, so the bar isn’t “did you find the answer,” it’s “can you prove it and explain it clearly.”


1. Before You Start


2. Investigation Methodology

  1. Establish the timeline anchor — find the first suspicious event (phishing email, alert trigger, anomalous login) and work outward from it in both directions (what led to it, what happened after).
  2. Identify initial access — phishing? exposed service? valid credential misuse? Look at phishing-cheatsheet.md and attack-types-detection-cheatsheet-professional.md for the signal patterns.
  3. Trace lateral movement / escalation — correlate authentication logs, process creation events, and network connections across hosts.
  4. Identify the full scope — every host, account, and asset touched, not just the first one found. Exam grading rewards completeness, not just finding an answer.
  5. Extract IOCs — hashes, IPs, domains, filenames, registry keys, mutexes — anything that could be used to detect this activity elsewhere.
  6. Map to MITRE ATT&CK — tie each stage of the incident to a tactic/technique ID; this is usually an explicit grading criterion.
  7. Recommend containment/remediation — specific and actionable (“isolate host X, reset credentials for account Y, block IOC Z at the firewall”), not generic advice.

3. Query & Tool Quick-Jumps


4. Time Management


5. Common Pitfalls

Pitfall Fix
Reporting the first suspicious thing found as “the answer” without confirming scope Always ask “what else did this touch?” before finalizing
IOCs listed without context (just a raw IP with no explanation) State what each IOC is, where it was found, and what it indicates
Skipping the MITRE ATT&CK mapping Treat it as a required checklist item, not optional flavor
Vague remediation (“improve monitoring”) Always give a specific, actionable recommendation tied to what actually happened

6. Report / Submission Checklist


Exam-day companion to the Blue-Team cheat sheets in this folder — this one is the “how to run the exam itself” checklist, the rest are the “how the tools/techniques work” reference.