It's Tuesday, 9:00 AM. You're the security operations lead at a mid-sized firm. A dashboard alert pops up: an endpoint just spawned PowerShell from a suspicious parent process. The clock starts ticking. According to CrowdStrike's 2026 report, the average breakout time—the time it takes an attacker to move from that first compromised machine to your crown jewels—is now 29 minutes. That's down from 48 minutes just a year earlier. So you've got less than half an hour to figure out what's happening and stop it.
Here's the thing: that alert is just the beginning. You're dealing with a stack that includes antivirus, an EDR platform, and a monthly patch cycle. But the days of relying on signatures are over. The same report notes that 82% of detections in 2025 were malware-free—meaning no malicious file to match against a signature. Your AV is basically blind to these. So what do you do when that alert fires?
The 29-Minute Clock Starts Now
Let's paint a picture. You're at a 2,000-person company, and the alert is from a workstation in finance. The EDR console shows powershell.exe running from a temp directory, with outbound connections to an external IP. That's a classic red flag. But here's the kicker: EDR is a detective, not a guard. It tells you something's wrong, but it doesn't stop the attack on its own. You have to act, and fast.
First, isolate that endpoint. Click the isolate button—don't hesitate. But that's just the start. You need to assume the worst: the attacker might already be inside another system. So you go hunting.
Step 1: Contain—But Don't Stop There
You isolate the endpoint within two minutes. Good. Now you've got 27 minutes left. But remember, the attacker might have already moved. So you pull up your EDR's behavioral analytics and look for any other endpoint that connected to that infected machine in the last hour. You find two: a file server and a database server. You isolate both. That's three endpoints down in under ten minutes.
But here's a question: are you checking your identity provider for unusual logins? Because if the attacker has compromised credentials, they might be using them right now. The Verizon 2026 DBIR found that more breaches now start with exploiting software vulnerabilities than with stolen passwords. That means patching matters. But you can't patch in 29 minutes. So containment is your only option.
Now, let's talk about the MITRE ATT&CK framework. If you've mapped your detection to it, you can quickly identify the technique. For instance, if it's T1059.001 (PowerShell), you know they're executing code. If it's T1003 (Credential Dumping), they're after passwords. That knowledge helps you prioritize your next move. In my experience, having that mapping ready beforehand is a lifesaver. I've seen teams scramble because they didn't know what to look for.
Step 2: Hunt for Lateral Movement—Assume Breach
Zero Trust is all about 'never trust, always verify' and assuming breach. So you assume the attacker has already moved. You spend the next 15 minutes querying your EDR for any endpoint that touched the isolated machines. You also check your identity provider for red flags—like a service account logging in from a weird location. In one incident I was involved in, the attacker had used a legitimate admin account to create a backdoor. We only caught it because we were checking for anomalous logins.
Here's a number that might surprise you: the average time to detect a breach is now around 204 days, according to IBM's 2026 report. That's over six months. But in this scenario, you've got minutes. So you need to be aggressive. Don't just watch—hunt.
Step 3: The Painful Decision—Do You Have an IR Plan?
You've isolated three endpoints, but the attacker might have already exfiltrated data. The average cost of a breach is now $4.99 million, according to IBM. That's a lot of money, but the real pain is the time and reputation damage. Do you have an incident response plan? If you do, is it tested? If not, you're already behind. I once worked with a company that had a plan but never tested it. When a ransomware hit, they spent hours figuring out who to call and what to do. That's time you don't have.
Quick tip: if you haven't run a tabletop exercise in the last six months, your plan is just paper. Walk through it. Find the gaps. Fix them.
Step 4: Post-Incident—What Did You Learn?
Let's say you contain the attack and, after 72 hours, you're doing the post-mortem. The initial entry was via a zero-day in a web-facing app. CrowdStrike's report shows a 42% increase in zero-day exploits before patches are available. You patched it, but too late. The attacker used a fileless technique, so your AV never saw it. Your EDR caught it, but only after it had been running for ten minutes. That's ten minutes of your 29-minute window gone. You got lucky.
Here's what I'd actually do: automate the containment step. In my last role, we set up a rule in our EDR that automatically isolated any endpoint with a high-confidence malicious score. That cut our response time from minutes to seconds. And it's not just me saying that—IBM found that organizations using AI and automation extensively saved an average of $1.93 million in breach costs.
Also, use the CISA Known Exploited Vulnerabilities (KEV) catalog to prioritize patching. It lists about 1,670 vulnerabilities known to be exploited in the wild. Patch those first, not just any CVE. In our case, the zero-day wasn't in the catalog yet, but having a process for rapid patching could have helped.
What I'd Actually Do
Stop thinking of EDR as a standalone tool. It's a detective, not a guard. Pair it with proactive measures: patch faster, prioritize using the KEV catalog, and implement zero trust with least-privilege access. And most importantly, automate your response. In a 29-minute window, you cannot afford to manually isolate endpoints. Set up automated containment for high-confidence alerts. Test your IR plan now. And if you don't have one, make it this week's priority. Because when the next attack comes—and it will—you'll be glad you did.
Sources
- CISA StopRansomware - https://www.cisa.gov/stopransomware
- CrowdStrike 2026 Global Threat Report - https://www.crowdstrike.com/en-us/global-threat-report/
- IBM Cost of a Data Breach Report 2026 - https://www.ibm.com/reports/data-breach
- Verizon 2026 Data Breach Investigations Report - https://www.verizon.com/business/resources/reports/dbir/
- CISA Known Exploited Vulnerabilities Catalog - https://www.cisa.gov/known-exploited-vulnerabilities-catalog
- MITRE ATT&CK - https://attack.mitre.org/
Comments (0)
Please sign in to post a comment.
Don't have an account? Create one
No comments yet. Be the first to comment!