← Blog
// BLUE TEAM · SOC

SOC triage: the first 15 minutes of an alert

Published Aug 10, 2026 · 8 min read
SOCTriajeIOCIncident ResponseBlue Team

In a SOC the problem isn't a lack of alerts, it's the excess. The difference between a productive shift and drowning is having a method for each alert instead of improvising. Here's the one I use: four steps —validate, enrich, scope, decide— that in a few minutes take you from "something fired" to "I know what to do with it".

1. Validate: is it real?

Before investigating anything, decide whether the alert deserves your time. Most closures happen here:

2. Enrich: give it context

A raw alert is a loose data point. Context is what turns it into a decision. Gather the indicators (IP, domain, hash, user, process) and enrich them:

When you paste indicators into a ticket or the team chat, defang them first so nobody accidentally opens a malicious URL.

🧪 Tools for this phase, all in the browser: IOC Defang to share indicators safely, IP Info for geolocation and reputation, and the DNS Lookup to resolve domains.

If the alert is phishing

Get the .eml and analyze it without opening links: headers, SPF/DKIM/DMARC authentication, sender and IOCs. Step by step in this guide and automated in the Email Triage.

If the alert is a vulnerability

Not every CVE is your emergency. Cross severity, exploit probability (EPSS), KEV and your real exposure to know if it's urgent —I cover it in "Which CVE to patch first" and with "Does it affect me?".

3. Scope: how far does it reach?

If it's still standing after enrichment, delimit the scope before escalating. It's the question that helps the next analyst most:

4. Decide: close, escalate or contain

With the above, the decision almost makes itself:

Whatever you write, leave the trail: what you saw, what you checked and why you decided. The "why" is what turns a closure into reusable knowledge.

The idea

Validate → enrich → scope → decide. It's not slower than improvising; it's what stops alert number 60 of the shift from catching you without a method. And much of the enrichment takes seconds with browser tools, without installing anything or taking data off the machine.

Share: LinkedIn X
Sergio Belmonte Morales
Sergio Belmonte Morales
Cybersecurity Analyst · SOC · Sentinel/KQL specialist