Blue team / defensive security

Incident Response

Overview

Incident response is the organized process of preparing for, identifying, investigating, containing, removing, recovering from, and learning from cybersecurity incidents.

Key concepts

  • Preparation through lessons-learned phases
  • Triage, severity, containment actions
  • Forensics, chain of custody, root cause

How it works

Incident response is the organized process of preparing for, identifying, investigating, containing, removing, recovering from, and learning from cybersecurity incidents. An incident might involve malware, ransomware, phishing, account compromise, unauthorized access, data exposure, denial-of-service activity, insider misuse, or exploitation of a vulnerability.

The IR phases

PhaseWhat happens
PreparationCreating policies, playbooks, contact lists, backups, logging, secure configurations, monitoring tools, and training before an incident occurs.
Detection & analysisIdentifying suspicious activity, validating whether an incident occurred, determining severity, collecting evidence, understanding scope.
ContainmentLimiting spread and impact — isolating a device, disabling an account, blocking a domain, restricting network access.
EradicationRemoving the cause — malware, unauthorized accounts, malicious persistence, vulnerable software, unsafe configurations.
RecoveryRestoring normal operations, monitoring affected systems, validating controls, safely returning systems to service.
Lessons learnedReviewing what happened, documenting gaps, improving defenses, updating procedures, testing changes.

Core IR terms

TermMeaning
Security incidentA confirmed or suspected event threatening the confidentiality, integrity, or availability of systems or data.
TriagePrioritizing and investigating an alert/incident based on severity and potential impact.
SeverityHow serious an incident is, based on affected systems, data sensitivity, business impact, attacker access, and spread potential.
Containment actionA defensive action to reduce harm — isolating a host, disabling an account, blocking a malicious IP.
ForensicsCollecting and analyzing digital evidence to understand what happened.
Chain of custodyDocumentation showing how evidence was collected, stored, accessed, and preserved.
Root causeThe underlying weakness, error, or vulnerability that allowed the incident to occur.
Post-incident reviewA structured review identifying successes, failures, and improvements after an incident.