| name | security-incident-response |
| enabled | true |
| description | Use when performing security incident response — security-specific incident
response playbook covering breach detection, compromised credentials response,
data leak containment, evidence preservation, regulatory notification
requirements, forensic investigation coordination, and communication
protocols. Provides structured workflows for security incidents distinct from
operational incidents.
|
| required_connections | [{"prefix":"slack","label":"Slack (for secure incident coordination)"}] |
| config_fields | [{"key":"incident_type","label":"Security Incident Type","required":true,"placeholder":"e.g., data breach, compromised credentials, unauthorized access"},{"key":"incident_description","label":"Incident Description","required":true,"placeholder":"e.g., Suspicious API calls from unknown IP using valid credentials"},{"key":"affected_systems","label":"Affected Systems","required":false,"placeholder":"e.g., user database, API gateway, admin portal"}] |
| features | ["INCIDENT"] |
Security Incident Response Playbook
Type: {{ incident_type }}
Description: {{ incident_description }}
Affected Systems: {{ affected_systems }}
CRITICAL: Security Incident Differs from Operational Incident
- Preserve evidence — do not destroy logs, do not reimage systems without forensic capture
- Limit communication — use secure channels, need-to-know basis only
- Legal involvement — notify legal counsel early for breach/data exposure events
- Regulatory obligations — data breaches may have mandatory notification timelines
Phase 1 — Detection and Triage (0-15 min)
Immediate Actions
Triage Questions
- What data or systems are potentially compromised?
- Is the attack still active or historical?
- What is the blast radius (users, data, systems)?
- Is there evidence of data exfiltration?
- Are any regulatory requirements triggered (PII, PHI, PCI)?
Phase 2 — Containment (15-60 min)
Short-Term Containment (stop the bleeding)
Evidence Preservation
WARNING: Do NOT reimage, wipe, or restart systems before evidence is captured.
Compromised Credentials Response
If credentials are compromised:
Phase 3 — Investigation
Forensic Investigation
Key Log Sources to Review
| Source | What to Look For |
|---|
| Authentication logs | Failed/successful logins, unusual locations, impossible travel |
| API access logs | Unusual patterns, bulk data access, new API consumers |
| Cloud audit logs | IAM changes, new resources, policy modifications |
| Network logs | Data exfiltration patterns, C2 communication, unusual destinations |
| Application logs | SQL injection attempts, privilege escalation, unauthorized actions |
| VPN/SSH logs | Unauthorized remote access, unusual connection times |
Phase 4 — Eradication and Recovery
Eradication
Recovery
Phase 5 — Notification and Reporting
Internal Notification
| Stakeholder | When to Notify | Method |
|---|
| CISO | Immediately | Phone + secure channel |
| Legal counsel | Within 1 hour for data breaches | Phone |
| Executive team | Within 4 hours for SEV1 security | Secure briefing |
| Engineering teams | As needed for containment | Private Slack |
Regulatory Notification (if applicable)
| Regulation | Data Type | Notification Deadline | Authority |
|---|
| GDPR | EU personal data | 72 hours | Supervisory authority |
| HIPAA | Protected health info | 60 days | HHS |
| PCI DSS | Cardholder data | Immediately | Card brands + acquirer |
| State breach laws | PII (varies by state) | Varies (24h-60 days) | State AG |
Customer Notification
Post-Incident
Counter-Rationalizations
| Shortcut | Counter | Why |
|---|
| "We can skip some steps for this case" | Adapt the workflow steps, don't skip them | Skipped steps are where incidents and oversights originate |
| "The user seems to already know what to do" | Complete all workflow phases with the user | The workflow catches blind spots that experience alone misses |
| "This is a minor case, full process is overkill" | Scale the process down, don't turn it off | Minor cases become major when unstructured; the process scales, not disappears |
| "I'll fill in the details later" | Complete each section before moving on | Deferred details are forgotten; real-time capture is more accurate |
| "The template output isn't necessary" | Always produce the structured output format | Structured output enables comparison, audit trails, and handoff to other teams |