Data Breach Response Playbook
A step-by-step playbook for responding to security incidents involving unauthorized data access, from initial detection through notification and remediation.
Note: This guide follows English-language naming conventions and terminology standards common in international development teams. Examples use English identifiers and comments to maximize compatibility across codebases and tooling.
Overview
A data breach is not just a technical incident — it is a legal, reputational, and operational crisis. The first 24 hours determine whether the breach becomes a manageable incident or a headline. This playbook provides a structured response: contain the damage, preserve evidence, notify the right people, and remediate the root cause. It is designed to be used under pressure, with clear decision points and owner assignments.
When to Use
Activate this playbook when:
- Unauthorized access to sensitive data has been detected or suspected
- A system containing PII, PHI, financial data, or credentials has been compromised
- An insider has exfiltrated data without authorization
- A third-party vendor with access to your data reports a breach
- A ransomware attack has encrypted or threatened to publish data
Prerequisites
Before a breach occurs:
- Legal counsel has reviewed notification requirements (GDPR, CCPA, state laws, contracts)
- A forensics contact or retainer is in place
- An incident response team with roles (lead, legal, comms, technical) is defined
- Contact lists for regulators, customers, and media are current
- Data inventory maps where sensitive data lives and who has access
Solution
# Data Breach Response Playbook
> Playbook owner: ______ | Last updated: ______
> Incident response team: ______ | Legal contact: ______
## Phase 1: Detection and Assessment (0-2 hours)
### Immediate actions
- [ ] Confirm the breach is real (rule out false positive)
- [ ] Document the initial indicator: time, source, type of alert
- [ ] Classify data involved: PII, PHI, financial, credentials, intellectual property, other
- [ ] Estimate number of records or users affected
- [ ] Assign incident commander and roles
- [ ] Open a secure, restricted communication channel (not the general incident channel)
### Decision: does this trigger notification requirements?
| Jurisdiction | Trigger | Timeline | Notes |
|-------------|---------|----------|-------|
| GDPR | Personal data compromised | 72 hours to supervisory authority | ______ |
| CCPA / CPRA | Personal info accessed without authorization | Without unreasonable delay | ______ |
| State laws (US) | Varies by state | Varies | ______ |
| Contractual | Defined in DPA or MSA | Defined in agreement | ______ |
## Phase 2: Containment (2-24 hours)
### Technical containment
- [ ] Isolate compromised systems (do not power off — preserve volatile memory)
- [ ] Revoke compromised credentials and sessions
- [ ] Block unauthorized IPs or accounts at firewall / WAF level
- [ ] Disable compromised API keys or service accounts
- [ ] Rotate all secrets that may have been exposed
- [ ] Preserve logs, snapshots, and disk images before cleanup
### Administrative containment
- [ ] Restrict access to incident details to need-to-know personnel
- [ ] Pause non-essential deployments or changes
- [ ] Brief executive leadership on scope and response status
## Phase 3: Evidence Preservation and Investigation (24-72 hours)
- [ ] Engage forensics team (internal or external)
- [ ] Create forensic images of affected systems
- [ ] Collect and preserve logs: application, database, network, access, audit
- [ ] Document chain of custody for all evidence
- [ ] Build timeline of attacker activity: initial access, lateral movement, data access, exfiltration
- [ ] Identify root cause: vulnerability, misconfiguration, credential theft, insider threat, third-party compromise
## Phase 4: Notification (per legal timeline)
### Internal notification
- [ ] Board / executive leadership
- [ ] Legal counsel
- [ ] Insurance provider (cyber liability)
- [ ] HR (if insider threat suspected)
### External notification
- [ ] Regulatory bodies (per applicable law)
- [ ] Affected customers / users
- [ ] Partners or vendors if their data was involved
- [ ] Law enforcement (if required or advisable)
### Notification content checklist
- [ ] What happened
- [ ] What data was involved
- [ ] What steps were taken to contain the breach
- [ ] What steps affected individuals should take
- [ ] Contact information for questions
- [ ] What the organization is doing to prevent recurrence
## Phase 5: Remediation and Recovery (1-4 weeks)
- [ ] Patch or fix the root cause vulnerability
- [ ] Remove attacker persistence mechanisms (backdoors, accounts, scheduled tasks)
- [ ] Rebuild compromised systems from known-good sources if integrity is uncertain
- [ ] Re-enable systems with enhanced monitoring
- [ ] Verify no unauthorized access persists
- [ ] Conduct a security review of affected systems
- [ ] Update security controls: MFA, segmentation, logging, alerting
## Phase 6: Post-Incident (2-4 weeks)
- [ ] Conduct a blameless postmortem (see postmortem template)
- [ ] Track and complete all remediation action items
- [ ] Review and update this playbook based on lessons learned
- [ ] Review data inventory and access controls
- [ ] Update risk assessment and insurance coverage if needed
- [ ] Publish a transparent summary to affected parties (as appropriate)
## Roles and Responsibilities
| Role | Responsibilities | Primary | Backup |
|------|------------------|---------|--------|
| Incident Commander | Overall coordination, decision authority, stakeholder updates | ______ | ______ |
| Technical Lead | Containment, forensics, remediation | ______ | ______ |
| Legal Counsel | Notification requirements, regulatory compliance, privilege | ______ | ______ |
| Communications Lead | Customer, media, and internal messaging | ______ | ______ |
| HR Representative | Insider threat, employee impact | ______ | ______ |
## Contact List
| Party | Contact | Method | Notes |
|-------|---------|--------|-------|
| Legal counsel | ______ | ______ | ______ |
| Cyber insurance | ______ | ______ | ______ |
| Forensics firm | ______ | ______ | ______ |
| Law enforcement | ______ | ______ | ______ |
| Regulatory body | ______ | ______ | ______ |
Explanation
The playbook is divided into phases that match the time pressure of a breach: the first hours are about confirming and containing; the next days are about investigating and notifying; the following weeks are about fixing and learning. Each phase has owner-assigned checkboxes so nothing is forgotten in the chaos. The notification decision matrix is critical — missing a legal deadline can turn a security incident into a regulatory penalty.
Variants
| Context | Adjustments | Notes |
|---|---|---|
| Cloud provider breach | Add cloud incident response team contact, shared responsibility review, and provider notification | You and the provider may both have obligations |
| Insider threat | Add HR involvement, access log review, and employment law considerations | Insider cases have different legal and HR implications |
| Third-party vendor breach | Add vendor DPA review, vendor notification requirements, and dependency assessment | Your data on their systems is still your responsibility |
| Ransomware | Add payment policy, backup restoration plan, and law enforcement engagement | Paying ransom is a business and legal decision |
| Small startup (no dedicated security team) | Add external security firm engagement steps and simplified role assignments | Speed matters more than completeness when you are small |
Best Practices
- Practice the playbook — run a tabletop exercise quarterly. A playbook you have never used is a liability
- Preserve before you clean — forensics depends on evidence; containment that destroys logs makes root cause analysis impossible
- Legal counsel early — attorney-client privilege can protect investigation findings from discovery in litigation
- Document everything in real time — memories distort under pressure; a running log is more reliable than recollection
- Do not promise what you cannot verify — if you do not know the scope, say so. Overstating confidence destroys credibility
Common Mistakes
- Shutting down systems immediately — you lose volatile memory and logs. Isolate, do not power off
- Notifying too early or too late — early notification without facts causes panic; late notification causes regulatory penalties
- Skipping evidence preservation — without evidence, you cannot prove what happened, defend against lawsuits, or learn
- Communicating over compromised channels — assume the attacker is reading your incident chat. Use out-of-band communication
- No follow-through on remediation — the breach is not over when the attacker is out; it is over when the system is demonstrably safer
Frequently Asked Questions
Should we pay the ransom?
This is a business and legal decision, not purely a technical one. Involve legal counsel, executive leadership, and your cyber insurer. In many jurisdictions, paying ransom to certain entities is illegal. Even if legal, paying does not guarantee recovery or prevent data publication.
How do we know if the attacker is still inside?
Assume persistence. Change all credentials, review all accounts for unauthorized creation, inspect scheduled tasks and startup scripts, and monitor for abnormal outbound traffic. Engage a forensics firm to conduct a thorough sweep if you have any doubt.
Who decides whether to notify customers?
Legal counsel, working with the incident commander and executive leadership. The decision is based on applicable law, contractual obligations, and risk assessment. The communications lead executes the decision, but does not make it unilaterally.