Skip to main content
The state of ai impact assessment
Your IR Plan Fails When You Test ItBreach Response Services
7 min readFor Incident Response Teams

Your IR Plan Fails When You Test It

Most incident response plans look solid on paper. They've got the right sections, clear escalation paths, and approval from leadership. Then you run a tabletop exercise and discover that nobody knows who actually has authority to shut down production systems, your SIEM logs don't capture the data you need to answer basic containment questions, and three different teams think they own external communications.

These gaps don't show up during annual plan reviews. They surface when you simulate pressure.

Why These Mistakes Keep Happening

Incident response planning often masquerades as preparedness. Teams write comprehensive plans, file them in SharePoint, and assume the work is done. But a plan is just a hypothesis about how your organization will behave under pressure. Until you test that hypothesis with realistic scenarios and the actual people who'll execute it, you're operating on assumptions.

The Detection and Response Team at Microsoft has worked incidents across 54 countries and regions, and the pattern is consistent: organizations that discover their gaps during workshops fix them. Organizations that discover gaps during live incidents scramble.

Mistake 1: Treating the Plan as Documentation, Not a Rehearsal Script

Your incident response plan reads like a process manual because that's how it was written. Someone documented the ideal sequence of actions, assigned roles, and called it complete. But when you hand that plan to your network team during a simulated ransomware scenario, they can't find the section that tells them whether to isolate infected endpoints before or after collecting forensic images.

Why it happens: Writing a plan feels like progress. Testing it feels like extra work. Most teams stop after the writing phase because leadership approved the document and moved on.

The consequence: During a real incident, your team wastes critical hours interpreting the plan instead of executing it. Decision-makers ask questions the plan doesn't answer. Technical teams make conflicting containment choices because the plan didn't specify priority or sequence.

The fix: Run scenario-driven exercises where participants must make specific decisions with incomplete information. Don't ask "what would you do?" Ask "who makes this call, what data do they need, and how long will it take to get that data?" If your team can't answer those questions during a controlled exercise, they won't answer them during a live event.

Build your plan as a decision tree, not a narrative. For each phase (detection, containment, eradication, recovery), specify who decides, what triggers the decision, and what information they need. Then test whether your tools and processes actually deliver that information.

Mistake 2: Assuming Your Tools Will Work Together Under Load

You've got an EDR platform, a SIEM, cloud security posture management, and identity monitoring. Each tool works fine in isolation. But during a workshop scenario involving lateral movement across hybrid infrastructure, your team discovers that the EDR doesn't feed endpoint context into the SIEM, the cloud logs live in a separate console nobody on the IR team has accessed before, and your identity team can't correlate authentication events with endpoint activity.

Why it happens: Security tools get purchased and deployed by different teams at different times. Integration happens if it's easy. If it requires custom API work or cross-team coordination, it gets deferred.

The consequence: During an incident, your team manually pivots between six different consoles, copying indicators from one system and pasting them into another. Investigation takes hours instead of minutes. Threat actors move faster than your tooling allows you to track them.

The fix: Map your investigation workflow before an incident forces you to improvise one. Start with a realistic scenario: an attacker compromises a user account, moves laterally to a file server, and exfiltrates data. Now trace that attack path through your actual tools. Can you see the initial compromise in your identity logs? Can you correlate that user's subsequent endpoint activity? Can you identify which files were accessed and whether they left the network?

If any step requires manual correlation or console-hopping, that's a gap. Fix it by building automated queries, creating unified dashboards, or at minimum documenting the manual steps so your team doesn't have to figure it out during a live incident.

Mistake 3: Confusing Notification Lists with Communication Plans

Your plan lists everyone who needs to be notified during an incident: legal, HR, communications, executive leadership, the board. What it doesn't specify is who decides what information each stakeholder receives, when they receive it, and in what format. During a workshop, you discover that your communications lead expects to review all external statements, but your legal team thinks they have final approval, and nobody's sure whether the CEO wants a detailed technical brief or a two-sentence summary.

Why it happens: Notification is easy to document. Communication is hard because it requires agreement on authority, timing, and content before you're in crisis mode. Most plans avoid that negotiation.

The consequence: During a real incident, you waste hours in meetings about meeting structure. Stakeholders get frustrated because they're not getting the information they need in a format they can use. External communications get delayed because internal approvals are unclear.

The fix: Define communication templates and approval chains for each stakeholder group before an incident. Your board doesn't need forensic details; they need business impact, containment status, and timeline. Your communications team needs approved talking points and clear authority to use them. Your technical teams need investigation findings in a shared workspace, not in email threads.

Test these templates during exercises. Hand your communications lead a scenario update and ask them to draft an external statement. See how long it takes and who they need to consult. If the process takes more than 30 minutes during an exercise, it'll take hours during a live incident.

Mistake 4: Skipping Cross-Team Coordination Until It's Required

Your security team knows how to investigate and contain threats. Your IT operations team knows how to maintain systems. Your business continuity team knows how to activate backup processes. Each team has its own runbooks and escalation paths. What nobody's practiced is how these teams coordinate when an incident requires all three to work simultaneously.

Why it happens: Each team optimizes for its own domain. Security focuses on threat containment. IT focuses on system stability. Business continuity focuses on maintaining operations. Nobody's incentivized to coordinate across boundaries until an incident forces it.

The consequence: During a ransomware incident, security wants to isolate infected systems immediately. IT operations wants to maintain access to critical applications. Business continuity wants to know whether to activate backup sites. Each team makes reasonable decisions within its domain, but those decisions conflict. The result is delayed containment, extended downtime, or both.

The fix: Run exercises that require cross-team decisions under time pressure. Present a scenario where the security team detects active encryption, the IT team reports that affected systems include a critical database, and the business continuity team needs to decide whether to fail over to a backup site. Give them 15 minutes to agree on a coordinated response.

If they can't reach agreement during the exercise, you've identified a gap that needs resolution before a real incident. Document the decision framework: what conditions trigger failover, who has authority to approve isolation of critical systems, and how teams communicate status during parallel response activities.

Mistake 5: Treating Threat Hunting as Optional

Your plan focuses on responding to detected incidents: alerts fire, the team investigates, containment follows. What the plan doesn't include is proactive threat hunting to find compromises that didn't trigger alerts. During a workshop exercise, you discover evidence of lateral movement that your tools missed. Your team doesn't have a process for systematic hunting, and the few people who know how to do it are busy responding to alerts.

Why it happens: Threat hunting requires time, expertise, and a hypothesis-driven approach that doesn't fit neatly into incident response workflows. Most teams prioritize responding to known threats over searching for unknown ones.

The consequence: Attackers establish persistence, move laterally, and prepare for their primary objective while your team focuses on the initial compromise. By the time you detect the full scope, the attacker has been in your environment for weeks.

The fix: Build threat hunting into your response process as a standard phase, not an optional add-on. After you contain the initial compromise, dedicate time to hunting for related activity: other accounts the attacker may have compromised, additional systems they accessed, and persistence mechanisms they may have established.

Develop hunting playbooks for common scenarios: if you find a compromised user account, hunt for unusual authentication patterns across all accounts. If you find malware on an endpoint, hunt for similar indicators across your fleet. If you find data exfiltration, hunt for other large file transfers to external destinations.

Practice these hunts during exercises. Give your team a scenario with planted evidence and see whether they find it using systematic hunting techniques rather than waiting for alerts.

Prevention Checklist

Before your next incident, verify you can answer yes to each item:

  • Your team has executed the IR plan in a scenario-driven exercise within the past six months
  • You've documented specific decision points: who decides, what triggers the decision, what data they need
  • You've mapped your investigation workflow across all security tools and identified manual gaps
  • You've defined communication templates and approval chains for each stakeholder group
  • You've practiced cross-team coordination under time pressure with security, IT, and business continuity
  • Your team can access all necessary logs, tools, and telemetry without waiting for access requests during an incident
  • You've built threat hunting into your response process with documented playbooks for common scenarios
  • You've tested whether your tools provide the visibility needed to answer containment questions within minutes, not hours

If you can't check every box, you've identified your next workshop scenario.

Promotional banner for the Penetration Report Template Kit

You Might Also Like