I Built an AI-Powered SOC Simulator to Practice Cybersecurity Incident Response

I Built an AI-Powered SOC Simulator to Practice Cybersecurity Incident Response

I Built an AI-Powered SOC Simulator to Practice Cybersecurity Incident Response

SOCVerse AI dashboard

Most SOC analyst learning follows the same shape: read about what an alert is, memorize the difference between a false positive and a true positive, answer a few questions on MITRE ATT&CK, move on. That's fine for vocabulary. It does almost nothing to prepare you for the actual job, which isn't "define an alert" — it's "here's a queue of alerts, figure out which ones matter, and decide what to do about them, now."

I built SOCVerse AI to close that specific gap — an interactive SOC analyst training environment where you receive alerts, investigate the underlying evidence, get AI-assisted analysis alongside your own judgment, and make a real response decision, instead of answering a question about the theory behind one.

What this covers: The problem with how SOC concepts are normally taught, and how SOCVerse AI's workflow is different. What actually happens when an alert comes in — investigation, evidence, AI assistance, and the decision itself. How this connects to my own path into SOC learning.

The Problem With How SOC Skills Are Usually Taught

Here's the shape most SOC-adjacent learning content takes, and where it stops short:

Read about alerts
Memorize concepts
Answer questions

That loop teaches definitions. It doesn't teach the actual skill a SOC analyst uses all day, which is closer to this:

Receive an alert
Investigate
Analyze evidence
Make a decision

That second loop is what SOCVerse AI is built around. It's not "I made an AI cybersecurity game" — it's an attempt to simulate the actual analyst workflow closely enough that practicing in it builds a transferable skill, not just recall.

Receiving an Alert

SOCVerse AI incoming alert screen

Every scenario starts the way a real shift does: an alert lands in the queue. It has a source, a severity, a short description, and just enough ambiguity that you can't tell from the alert alone whether it's a real security event or noise — which is exactly the judgment call a real analyst has to make dozens of times a day.

[ALERT] Severity: Medium Source: EDR — Endpoint WKSTN-0417 Multiple failed authentication attempts followed by a successful login from an unrecognized process context. Status: Unreviewed

Investigating the Evidence

SOCVerse AI investigation screen

From there, you're not handed the answer — you have to go dig for it. That's the investigation phase, and it's built around the same core SOC skills a real shift requires:

Log Analysis
Raw log data connected to the alert — authentication events, process activity, network connections — that you have to read through and correlate yourself, the same way you would in a real SIEM.
Threat Detection
Recognizing the difference between activity that looks unusual and activity that's actually indicative of a threat, based on patterns rather than a single suspicious-looking line.
Alert Prioritization
Not every alert deserves the same urgency. Part of the simulation is learning to weigh severity, context, and evidence to decide what actually needs immediate attention versus what can wait.
SOCVerse AI logs and evidence screen
# Correlated evidence pulled during investigation 14:02:11 auth.log 5 failed logins — user: svc_backup 14:02:47 auth.log 1 successful login — user: svc_backup 14:02:52 proc.log powershell.exe spawned by svc_backup session 14:03:10 net.log outbound connection to unfamiliar external IP

Piecing together a timeline like this — failed logins, then a success, then an unexpected process, then outbound traffic — is exactly the kind of correlation work that separates "reading a log" from "understanding an incident."

Where AI Comes In

SOCVerse AI analysis assistance screen

Once you've gathered evidence, SOCVerse AI can offer AI-assisted analysis — surfacing patterns, suggesting what the evidence might indicate, or pointing toward relevant context you might have missed. The key word is assisted. The AI doesn't make the call for you; it's there the way a second set of eyes or a knowledge base would be for a real analyst — useful input into a decision that's still yours to make.

Why AI-Assisted, Not AI-Decided

I went back and forth on how much the AI should do here. Having it just hand you the verdict felt like it would defeat the entire purpose — you'd learn to trust an answer, not to investigate. Landing on "AI assists, analyst decides" mirrors how AI is actually starting to show up in real SOC tooling: augmenting an analyst's judgment, not replacing the judgment itself. That felt like the more honest thing to simulate.

Making the Call

Analyst decision screen in SOCVerse AI

With the evidence gathered and the AI's input considered, you make the actual decision — escalate, contain, close as a false positive, or something in between. This is the step that most SOC content skips entirely, and it's the one that matters most, because analyst decision-making under incomplete information is the real job, not just the ability to describe what an indicator of compromise is.

Resolving the Incident

SOCVerse AI incident resolution screen

After you decide, the simulation shows you what actually happened — whether your read on the evidence was right, what a stronger investigation would have caught, and how your decision compares to the ideal incident response path. That feedback loop is where the real learning consolidates: not just whether you were right, but why.

4 Stages per scenario: alert → investigate → analyze → decide
AI-Assisted Analysis support that informs, not replaces, your decision

My Own Path Into This

This project connects pretty directly to how I've been learning SOC concepts myself — working through SIEM fundamentals, general SOC analyst preparation material, how security alerts actually get triaged, the MITRE ATT&CK framework, and incident investigation workflows. I kept noticing the same disconnect: I could explain these concepts fine, but explaining a concept and applying it under a simulated shift are very different tests. SOCVerse AI is my attempt to build the second kind of practice, not just another explainer.

What This Trains

The Skills the Workflow Is Built Around

  • Investigation over recall: You have to go find evidence, not just recognize a definition when it's shown to you.
  • Evidence correlation: Individual log lines mean little on their own — the skill is connecting them into a timeline that tells a story.
  • Prioritization under noise: Not every alert is a real incident, and learning to triage severity and context is as important as catching the real ones.
  • Working alongside AI, not deferring to it: The AI assists; the decision — and the accountability for it — stays with you, which mirrors where AI actually sits in modern SOC tooling.
  • Decision-making under incomplete information: Real incidents rarely hand you a clean answer — practicing the judgment call itself is the point.
Try it yourself

Take the alert, dig through the evidence, and make the call yourself.

Open SOCVerse AI

What's Next

I'm planning to expand the scenario library with more incident types mapped to different MITRE ATT&CK techniques, and to deepen the AI-assist layer so it can surface more nuanced context without ever making the call for you. If a scenario felt too easy, too vague, or missing evidence you'd expect in a real investigation, I'd like to hear about it — that's exactly the feedback that improves the simulation.

SOCVerse AI FAQs

Is SOCVerse AI free to use?
Yes. You can start a scenario and begin investigating an alert without creating an account.
Does the AI make the incident decision for me?
No. The AI offers analysis and context to assist your investigation, but the final decision — escalate, contain, close as false positive, and so on — is yours to make.
Do I need real SOC experience to use it?
No. It's designed as a training environment for people learning SOC analyst skills, including complete beginners working through their first alerts and logs.
Is this based on real SIEM tools?
The workflow — alert, investigate, analyze, decide — mirrors how a real SIEM-driven SOC shift functions, though SOCVerse AI is a simulation built for learning rather than a specific commercial SIEM product.
Does it connect to frameworks like MITRE ATT&CK?
Scenarios are built with real-world incident patterns in mind, including techniques that map to the MITRE ATT&CK framework, so the investigation skills carry over to how real incidents get classified.

About the Author

Amardeep Maroli

Built SOCVerse AI to turn SOC analyst learning from "read about alerts" into "investigate, analyze, and decide" — shaped by my own path through SIEM fundamentals, SOC analyst preparation, and MITRE ATT&CK. Writes about practical, hands-on cybersecurity topics based on real experiments and projects.

Tags: SOC analyst, incident response, SIEM, MITRE ATT&CK, AI, side project

Ran a scenario? Tell me whether your call matched the ideal response path.

Post a Comment

0 Comments