L1 SOC Analyst — Alert Response Workflow

Day-to-day alert response workflow for a Tier 1 SOC analyst, from alert reception to close or hand-off.

25/04/2026

#soc #l1-analyst #triage #workflow #incident-response

L1 SOC Analyst — Alert Response Workflow

This is the day-to-day routine of a Tier 1 SOC analyst.
L1 scope ends at containment. Eradication, Recovery, and Lessons Learned are L2 / IR territory.

Phase 1 — Alert Received

Step 1 — Read the alert

Step 2 — Gather context

Step 3 — Check for prior alerts

Phase 2 — Triage & Qualification

Decision point 1 — Is this a False Positive?

Ask yourself: does this activity match a legitimate business use?
Could it be a known tool, a scheduled task, or an authorized scan?

AnswerAction
Yes — False PositiveDocument why. Close the alert with a clear justification. Suggest SIEM rule tuning if this FP is recurring.
No — keep goingContinue the investigation. Move to step 4.

Step 4 — Confirm the attack pattern

Decision point 2 — Was there a successful logon or execution?

Look for: Event ID 4624 (Windows) / successful auth log / unexpected process spawned.
Any sign the attacker actually got in?

AnswerAction
Yes — escalate immediatelyStop. Write a clear summary and hand off to L2 right away. Do not attempt containment alone.
No — continue at L1No breach confirmed. Proceed to containment within your scope.

Phase 3 — Containment (L1 scope)

Step 5 — Block the source

Step 6 — Restrict the targeted service

Important: if any containment action could affect availability of a business-critical service, stop and check with your L2 or team lead first.

Phase 4 — Documentation

Step 7 — Document everything (do this continuously, not just at the end)

Ticketing system / case management → INC-XXXX

Step 8 — Set monitoring

Phase 5 — Close or Hand Off

If resolved at L1

If escalated to L2

Hand off a clean written brief including:

Key Rules to Remember

Quick Reference — Windows Event IDs

Event IDMeaningAction
4625Failed logonVolume spike → brute force indicator
4624Successful logonCheck if expected → escalate if not
4648Logon with explicit credentialsLateral movement indicator
4720User account createdPersistence indicator
4732User added to privileged groupPrivilege escalation indicator

References: NIST SP 800-61 Rev. 2 · PICERL (SANS Institute) · MITRE ATT&CK