Skip to content

What Is SIEM? How It Works and What It Costs

10 min readWhyCrew Engineering
SIEM & SOARPlatform OwnershipNIS2DORA

Quick answer

SIEM stands for Security Information and Event Management. It collects security data from your firewalls, servers, cloud accounts, identity systems, and apps. It looks for patterns in that data. The patterns that matter become alerts and audit-ready reports.

Security systems generate data constantly. A missed login. A strange file transfer. On their own, these events look harmless. Together, they can signal an attack already underway. That is exactly what a SIEM is built to catch.

This guide covers what a SIEM is, how it works, who actually needs one, and what it costs to run versus build.

The rest of this guide walks through each of these in more depth, plus who actually needs a SIEM and how the cost comparison holds up in practice.

What Does SIEM Stand For?

The SIEM meaning is simple once you strip away the marketing language. The name traces back to a 2005 merger of two older tools.

  • SIM (security information management): stored logs and built reports
  • SEM (security event management): watched events in real time

SIEM combines both jobs into a single platform, keeping long-term records the way SIM did while watching events live the way SEM did. You can read the full history on Wikipedia's entry on the topic if you are curious, but what matters more here is what SIEM actually does today.

How Does SIEM Work?

SIEM explained simply: it follows four steps. Every vendor runs some version of these same four steps, regardless of what they call it.

Step 1: Log collection and ingestion

First, it needs data. A SIEM pulls logs from every source that matters.

  • Firewalls and VPNs
  • Endpoint agents (laptops, servers)
  • Cloud infrastructure (AWS, Azure, GCP)
  • Identity systems (who logged in, from where, with what permissions)
  • SaaS applications
  • Network devices

The more sources it connects to, the more useful it becomes. A SIEM that sees only half your systems can protect only half your systems.

Step 2: Normalization and correlation

Raw logs do not match each other. A firewall log looks nothing like an identity log, so the SIEM turns everything into one shared format first. This step is called normalization.

Once the data lines up, the SIEM connects the dots across every source, finding patterns that a single log line would never reveal on its own.

Here is a simple example. A user fails to log in three times. Ten minutes later, that same account gets admin access on a different system. Neither event looks dangerous by itself, but together they are worth an alert.

Older SIEMs relied almost entirely on fixed rules: if X happens, then Y, flag it. Rules still work, but they miss attack patterns nobody thought to write a rule for. Newer platforms add machine learning to catch what static rules miss, and some of that comes from UEBA (User and Entity Behavior Analytics). UEBA learns what normal behavior looks like for a specific user or system, then flags anything that drifts from it, even without a written rule. It does not replace rules so much as add a second layer that catches what the first layer misses.

Step 3: Alerting and detection

Once events are connected, the SIEM scores them and turns the important ones into alerts. This step really decides whether a SIEM is worth having. A badly tuned SIEM floods your team with low-value alerts until analysts start tuning them out, which defeats the whole purpose. A well-tuned SIEM does the opposite: it surfaces only what genuinely needs a human, and stays quiet the rest of the time.

Step 4: Reporting and compliance

Last, the SIEM keeps a record, storing logs for a set period and building reports on demand. This matters for three reasons. It proves your team can see and control its own systems during an internal audit. It lets you rebuild exactly what happened after a breach. And it gives a regulator proof quickly, without a scramble. That last reason is why SIEM stopped being optional for a lot of businesses.

What Does SIEM Actually Do for a Security Team?

So what does a SIEM actually change for the team using it? Here are the outcomes that matter.

  • You see everything in one place. Instead of logging into ten different tools, you get one dashboard, one search, and one timeline.
  • You catch threats faster. A connected alert beats digging through raw logs by hand, every time.
  • You investigate faster. You have the history to trace what happened, when, and how far it spread.
  • You walk into an audit ready. The logs already exist and are searchable, so nothing needs to be rebuilt in a panic.

Dashboards, integrations, and AI features sit on top of these four outcomes. They are not the outcomes themselves.

SIEM often gets grouped with other tools, so here is a clear breakdown.

SOAR (Security Orchestration, Automation, and Response) picks up where SIEM leaves off. SIEM tells you something happened. SOAR can act on it automatically, isolating a compromised laptop or disabling a stolen account without waiting for a human to click a button. See the full breakdown in What Is SOAR?

EDR and XDR focus on endpoints, or on a broader set of layers, going deeper into a single laptop or server than a SIEM typically does on its own. Most modern setups feed EDR and XDR data into the SIEM as one more input rather than a replacement for it. SIEM provides the wide view. EDR and XDR provide the close-up. Most security teams run both.

Here is the same comparison at a glance:

How SIEM, SOAR and EDR/XDR differ in scope, output and best fit
DimensionSIEMSOAREDR/XDR
What it doesCollects, connects, and reports on security eventsAutomates the response once an alert firesDetects and contains threats at the endpoint or across layers
Data scopeBroad: firewalls, cloud, identity, apps, networkWorks on top of SIEM/EDR alerts, not raw logsNarrow but deep: endpoint or device-level data
Main outputConnected alerts and compliance reportsAutomated response actions (isolate, disable, block)Endpoint-level detections and containment
Best forFull visibility and audit-ready evidenceCutting response time after detectionDeep endpoint or cross-layer threat detection
Works alongsidePulls in data from SOAR and EDR/XDRReads alerts from SIEMFeeds data into SIEM

For the full comparison between SIEM and SOAR, see SIEM vs. SOAR: What's the Difference?

Two more terms worth clarifying while we are here.

Log management is not the same as SIEM, even though the two get confused. A log management tool stores and searches logs. It does not correlate events across sources or generate alerts on its own. SIEM includes log management as one function, then adds correlation, scoring, and reporting on top of it.

Threat intelligence feeds are another common addition to a SIEM. These feeds are outside data about known malicious IP addresses, domains, and attack patterns. A SIEM that ingests threat intelligence can match your own logs against that outside data, which catches threats a purely internal rule set would miss on its own.

Who Actually Uses SIEM?

Three groups use SIEM, and the right setup looks different for each one.

Enterprise security teams. One company runs SIEM as the core of its security operations center (SOC): one environment, one platform, one team. The buying decision mostly comes down to coverage: does it see everything you run, and does it work with the tools you already use?

MSSPs. This is where things get harder. An MSSP does not watch one environment. It watches dozens of client environments at once, often through a single SIEM for MSSP setup. Each client's data has to stay separate from every other client's. Pricing has to scale fairly per client instead of spiking with every new signup. And support has to hold up as well for client twenty as it did for client one. That is a different engineering problem than the single-company case, and most off-the-shelf SIEM tools were not built for it. They were built for one buyer and one environment. Learn more in multi-tenant SIEM architecture for MSSPs.

Regulated industries. Finance, healthcare, and critical infrastructure fall into this group. For these teams, SIEM is not optional — it is written into the law. Log retention, report deadlines, and audit trails are legal requirements, not best practices. Skipping them is not just a security gap. It is a compliance failure with its own consequences.

If you fall into the second or third group, the rest of this page is written for you. It is not written for a generic enterprise buyer with one environment and an unlimited budget.

The Cost Reality: Vendor SIEM vs. Owning Your Platform

Most vendor SIEM pricing scales with data volume. The more data you send, the more you pay, usually billed per gigabyte or per client.

For one company, that is a cost worth watching. For an MSSP running the same SIEM across dozens of clients, it becomes a bigger problem, since every new contract cuts further into the margin. MSSPs and regulated companies that move away from per-GB vendor pricing typically see total SIEM costs drop 40 to 70 percent once they own the platform instead of renting it. The cost stops scaling with data volume. One operator we have worked with was paying €45,000 a month in vendor licensing before making that switch. These figures come from completed WhyCrew engagements with MSSPs and enterprise clients.

Here is how the two models compare:

Licensed vendor SIEM compared with a custom-built platform you own
DimensionVendor SIEM (licensed)Custom-built SIEM (owned)
Pricing modelScales with data volume, often per GB or per tenantFixed engineering cost upfront, then flat to run
Cost as you growRises with every new client or data sourceStays predictable no matter the tenant count
Source code and roadmapControlled by the vendorFully owned by your team
Multi-tenant fit (MSSPs)Often bolted on, not built for itDesigned for it from day one
Time to first valueFast to deploy, slower to fully customiseSlower initial build, full control after
Typical cost impactBaseline40 to 70 percent lower total cost, per the operator data above

That is the real case for building instead of renting. See the full breakdown in how SIEM licensing costs scale against you.

SIEM and Compliance: NIS2, DORA, and GDPR

If your business operates in the EU, SIEM has become a legal requirement, not just a security tool. That scope is broader than it sounds, too. NIS2 and DORA also apply to companies based outside the EU if they provide essential or financial services to EU customers. The real question is who you serve, not just where you are registered.

NIS2 sets a strict deadline: certain incidents must be reported within 24 hours of detection. That is hard to pull off without a system already connecting events in real time, since manual investigation simply cannot move that fast. NIS2 entered into force in January 2023, with EU member states required to apply it from October 2024 onward.

DORA adds further pressure, mainly for financial firms, and has been in force since January 2025. It layers its own reporting rules on top of NIS2 and requires firms to prove they can keep running, not just claim it. GDPR adds its own requirement, in force since 2018: report a breach quickly, once you know what data was affected. The clock starts the moment you become aware, not once the investigation wraps up. A SIEM's audit trail is usually the only thing that makes that timeline achievable. Without one, “we are still investigating” is often the honest answer well past the deadline.

None of this means every EU business needs an enterprise-grade SIEM immediately. It means log visibility has quietly become a legal requirement rather than a nice-to-have, and that should shape how the buying decision gets made.

See how your SIEM platform can support NIS2 and DORA compliance. Explore the key requirements, controls, and reporting capabilities in our complete guide to what your SIEM platform must deliver for NIS2 and DORA.

Frequently Asked Questions

No. SIEM (Security Information and Event Management) is the tool. A SOC (Security Operations Center) is the team that uses it, usually alongside other tools like SOAR and EDR.

Not always. It comes down to how much log data you generate and whether a rule requires you to keep and report on it. A small startup with no legal obligations can usually wait. A fast-growing company handling regulated data usually needs one sooner than it expects.

SIEM finds and connects events. SOAR automates what happens next. They are built to work together, not compete.

Yes. For MSSPs and regulated companies hitting the ceiling on per-GB vendor pricing, it is often the smarter move long-term. You own the code, you control the roadmap, and no vendor can change your price overnight.

It depends on your data volume, how long you keep logs, and whether you license a vendor platform or build your own. The two models scale very differently, so it is worth comparing directly instead of guessing.

Put these numbers against your own environment

We will map your log sources, model licensed cost against a build, and show you where the break-even actually falls for your client count.