What is SIEM?Security Information & Event Management explained
The security team's central log warehouse: collects events from everything in the environment, correlates them into alerts, and gives analysts one place to search when something looks wrong.
By Cyber Tool Stack Editorial TeamReviewed
Verified Sources: cisco.com, fortinet.com, techtarget.com
The lesson
How a million boring logs become one urgent alert
Every system in a company writes a diary of what happened to it. This lesson shows how security teams merge those diaries and spot the sentence that reveals an attack in progress.
If it helps, think of it as… the camera control room
A shopping mall has hundreds of security cameras, but no one could watch them all. So every feed streams into one control room, where software flags the moment the same person tests a locked door on camera 12, slips into a stockroom on camera 40, and exits through the loading dock. Each clip alone is boring; together they tell a story.
Firewalls & network
Connections allowed and blocked
Laptops & servers
Logins, processes, file changes
Cloud & SaaS apps
Admin actions, sharing, API calls
Identity systems
Sign-ins, MFA prompts, password resets
SIEM
Normalize, correlate, baseline
Prioritized alerts
Event chains worth a human's time
Searchable history
Months of data for investigations
Dashboards & reports
Posture and compliance evidence
What it does
Every system in a company keeps a diary. A laptop records logins and programs launched; a firewall records connections allowed and blocked; a cloud app records who shared which file. Each entry is called a log — a timestamped record of one event. A security information and event management system, or SIEM, collects those logs from everywhere, translates them into a common format, and watches the combined stream for combinations of events that look like an attack.
The point isn't storage. It's correlation: the ability to notice that an odd login over here and a strange file transfer over there are chapters of the same story.
The attack it stops
An attacker buys a stolen password from a criminal marketplace and signs in to an employee's account at 3 a.m. from a country the company has no office in. That single event looks only mildly odd. An hour later the same account starts opening hundreds of files on a finance server. Also explainable on its own. Then a laptop begins uploading gigabytes to an unfamiliar destination.
No single system saw all three events — the login system saw the first, the file server the second, the firewall the third. A SIEM sees all of them, and a correlation rule — called a detection rule — connects them into one high-priority alert: this account is likely compromised and data is leaving. The security operations center (SOC), the team watching those alerts, can now cut the session off while the attack is still underway.
How it works, step by step
- Collect. Agents and integrations stream logs in from network gear, endpoints, cloud services, identity systems, and business apps.
- Normalize. Every source formats logs differently, so events are translated into shared fields — user, device, action, time — that make them comparable.
- Correlate. Detection rules run continuously against the stream, turning suspicious combinations into alerts. Many teams now manage those rules like software, in version control — an approach called detection-as-code.
- Baseline. User and entity behavior analytics (UEBA) learns what is normal for each user and machine, then flags deviations no rule anticipated.
- Investigate. When an alert fires, analysts search months of history in one place to see everything the suspect account or host touched.
What it doesn't do
A SIEM observes; it doesn't block. Killing a session or isolating a laptop is the job of the tools it alerts, or the humans reading them. And it only knows about events that get sent to it — a system that never forwards its logs is invisible.
The common beginner misconception is that buying a SIEM equals having detection. Out of the box it is an expensive log archive. The value comes from choosing the right log sources and continuously tuning detection rules — otherwise alerts either never fire, or fire so often they drown the analysts they were meant to help.
How it fits the stack
The richest telemetry a SIEM ingests usually comes from EDR and XDR agents on endpoints. When an alert fires, SOAR playbooks pick it up and automate the routine response steps. And threat intelligence gives its detections context — turning "connection to an unknown address" into "connection to known ransomware infrastructure."
Terms you just met
Each links to its plain-language definition in the glossary.
The field guide
Evaluating this category
A second pass for buyers: market context, distinctions that matter, and what to weigh when tools in this category start looking alike.
Nearly every system in a company generates some record of what happened — a login, a file access, a network connection, an application error. Individually those records live in dozens of places and formats, and nobody watches most of them in real time. The tool built for this pulls it all into one central place, flags combinations of events that look like an attack, and gives an analyst one search bar to query months of history during an investigation.
Without it, a security team has no way to connect the dots between a suspicious login on one system and unusual file access on another — each system's logs stay siloed, and the pattern that would reveal an attack in progress never gets seen.
The problem it solves
An attack rarely announces itself in one obvious event. It usually shows up as a chain of unremarkable actions spread across systems: an unusual login, a spike in file access hours later on a different server, an outbound connection to an unfamiliar destination. Looked at separately, none of those look alarming enough to investigate.
Without a central place to correlate events, a security team is left manually checking log files after the fact — usually once something has already gone wrong and someone asks what happened. By then the damage is often done, and reconstructing an attack from scattered raw logs is slow and error-prone.
How it works
Logs and events stream in from across the environment — network devices, endpoints, cloud services, business apps — and get normalized into a common format so a login event from one system compares directly with one from another. Correlation rules run against that stream, turning mundane events into a single alert when a suspicious combination shows up.
Behavioral analytics adds a layer on top of fixed rules: by baselining what's normal for a user or system, it flags deviating activity even when no rule was written to catch it — useful for attacks nobody anticipated. When an alert fires, analysts search back across months of history to see everything else that user, host, or IP touched, turning a scattered investigation into a single query. Dashboards built on the same data give the team an ongoing view of the environment's posture, not just discrete incidents.
SIEM vs log management
Plain log management is passive: it collects and stores logs somewhere searchable, but isn't specifically trying to figure out which events, combined, indicate an attack. A security information and event management system takes that same data and adds a purpose-built detection layer — correlation rules, behavioral baselining, alerting designed to surface incidents, not just store data for later lookup.
The distinction matters because plenty of organizations already have a log tool for troubleshooting and assume it covers security monitoring too — it doesn't, unless detection logic has been built and tuned on top of it. Storing logs and detecting attacks inside them are different jobs, even though the same data often powers both.
Choosing one
Cost scales with how much log volume gets ingested and retained, so the first decision is what needs to flow in — sending every possible source from day one blows past budget while burying the detection signal under noise. It's usually smarter to start with sources most likely to reveal an attack (endpoints, identity, internet-facing infrastructure) and expand deliberately.
Beyond ingestion cost, weigh how much detection content ships out of the box versus how much the team writes itself, since a SIEM with no tuned detections is just an expensive, well-organized log archive.
Capability taxonomy
What buyers typically evaluate when comparing tools in this category.
- Broad log ingestion
- Collects and normalizes logs from network, endpoint, cloud, and SaaS sources.
- Correlation & detection rules
- Turns raw events into alerts via built-in and custom detection logic.
- Fast historical search
- Query months of data quickly during investigations.
- Behavior analytics (UEBA)
- Baselines user and entity behavior to flag anomalies.
- Dashboards & reporting
- Compliance and operational reporting out of the box.
- Detection-as-code
- Manage detection rules in version control with CI.
Tools in this category
Now that you know what SIEM does, see who does it.
12 tools