Most people “learn SOC” by consuming content.

They binge YouTube. Save threads. Bookmark tools.

Then they apply to jobs and get hit with the same wall:
“Cool… but what have you actually built?”

This newsletter is a blueprint to fix that.

If you work through the steps below, you’ll end up with something most candidates never have:

  • a detection + response lab you can demo

  • threat hunting reps with real artifacts

  • an automation portfolio (not just “I used a SIEM”)

  • DFIR projects with writeups that prove skill

Everything here is free. The only cost is effort.

Part 1: Detection and Response (The core SOC skill)

Detection and Response is the foundation. If you can’t reliably detect and respond to common attacker behaviors, nothing else matters.

Learn the concepts first (fast, not perfect)

Start with the CISA Incident Response playbook series. It’s practical, structured, and gives you the “how professionals do it” baseline.

Then build the lab (this is where the real learning happens)

Your goal is simple:
generate attacker activity → detect it → identify gaps → write detections → document it

Use this guide to build the “advanced lab”:
https://bluecapesecurity.com/build-your-lab/

Trigger attacker behaviors using Atomic Red Team:
https://www.atomicredteam.io/invoke-atomicredteam/docs

What you should do in the lab

  1. Run Atomic Red Team tests on your endpoint

  2. Watch what your telemetry captures

  3. Ask: did any attacks go undetected?

  4. Create 1–3 custom detections

  5. Write up what you did in a blog post:

  • what you deployed

  • what you tested

  • what you detected

  • what you missed

  • how you tuned it

That blog post becomes a portfolio artifact.

Part 2: Threat Hunting and Threat Intelligence (The step up)

A lot of people think threat hunting is “searching logs.”

It’s not.

Threat hunting is hypothesis-driven investigation:

  • “If an attacker did X, I should see Y”

  • then you prove or disprove it with telemetry

Concepts

Lab (home threat hunting that actually works)

Set up a lab, generate artifacts, and hunt for those artifacts.

This Graylog guide walks you through it end-to-end:
https://graylog.org/post/creating-a-threat-hunting-lab-in-graylog/

How to approach the lab like a real hunter

  1. Generate artifacts (simulate behavior)

  2. Form a hypothesis

  3. Hunt for evidence in your logs

  4. Record your findings:

  • what you expected to find

  • what you found

  • what you didn’t find

  • what data source would’ve helped

  • what detection you’d add next

If you can explain your hunting logic clearly, you’re already ahead of most applicants.

Part 3: SOC Automation (How you scale without burning out)

Most SOC teams fail because they rely on humans to do repetitive tasks:

  • enrichment

  • context gathering

  • evidence collection

  • routing

  • standard response actions

That doesn’t scale.

SOC automation is how you reduce noise and speed up response without lowering quality.

Concepts

Lab playlist

Your automation challenge (portfolio-worthy)

Pick one workflow and automate it end-to-end, for example:

  • alert enrichment (IP, domain, hash, user context)

  • auto-open a case with evidence attached

  • auto-run a containment step in a safe lab environment

  • auto-summarize incidents for handoff

Then document:

  • what the inputs were

  • what your automation did

  • what the output looked like

  • time saved

  • failure modes

Hiring managers love automation because it signals you can scale operations.

Part 4: Forensics (How you stop guessing)

Forensics is how you go from:
“I think that’s suspicious”
to
“I can prove what happened.”

It teaches you:

  • what executed

  • when it executed

  • what it touched

  • what persisted

  • what data moved

Concepts

Labs

What to produce

Do 3 labs, then write 3 mini case studies:

  • evidence collected

  • timeline

  • conclusion

  • what you’d do next in a real incident

These writeups become proof you can do DFIR work, not just talk about it.

The “SOC Skills Ladder” (Do it in this order)

If you take nothing else from this newsletter, take this:

  1. Detection and Response

  2. Threat Hunting / Threat Intelligence

  3. SOC Automation

  4. Forensics

This order matters because each level builds on the previous one.

Your next step (simple, not easy)

If you want to move fast:

  • Start with the detection lab this week

  • Run Atomic Red Team tests

  • Identify one detection gap

  • Write one custom detection

  • Publish one writeup

That one project can change your interview outcomes.