Centralized Log Evidence

SIEM Logs in Data Breach InvestigationsCorrelation, Retention Tiers, and the Gaps That Cost Cases

A security information and event management platform is the only place where endpoint, identity, network, and cloud evidence sit side by side. Whether it saves an investigation depends entirely on what was ingested, and on which retention tier that data now lives in.

Updated August 2026 · Reviewed by Elite Digital Forensics examiners · Nationwide breach response

90 daysCommon default interactive retention for a Sentinel workspace before archive tiers apply.
Archive is not searchData in low cost tiers usually requires a restore or search job before it can be analyzed.
Ingestion gapsThe most common failure is a critical log source that was never connected in the first place.

Quick answer

A SIEM aggregates logs from many systems into one searchable platform, which makes it the natural place to build a breach timeline that spans endpoints, identity providers, firewalls, and cloud tenants. Its forensic value depends on three things: which sources were actually connected, how long data stays interactively searchable, and whether the platform itself was accessible to the intruder.

Common questions, answered in one line

QuestionOne line answer
Is SIEM data admissible?Yes, when export methodology, query, and time range are documented.
How far back can we search?To the edge of the interactive tier; older data may need an archive restore job.
What is the most common gap?A log source that was never onboarded, most often outbound proxy or a subsidiary tenant.
Can attackers tamper with the SIEM?Administrative access allows deletion or rule changes, which is why access review is part of the investigation.
Does a SIEM replace host forensics?No. It records what was sent to it, not what was left on the disk.
Who should run the queries?An independent examiner, with the query text preserved alongside the results.

Key terms defined

TermWhat it means
SIEMSecurity information and event management. A platform that ingests, normalizes, stores, and correlates logs from many sources.
Interactive retentionThe period during which data can be queried directly without a restore operation.
Archive tierLower cost long term storage where data remains but must be restored or searched with a job before analysis.
ConnectorThe integration that ships a given log source into the platform. If it was never configured, the data does not exist there.
NormalizationMapping different vendor log formats into a common schema so events can be correlated across sources.
Clock skewDifferences in system time between sources that produce false event ordering if not corrected.

Retention tiers and what they mean in an investigation

Every major platform now separates hot searchable storage from cheaper long term storage. The distinction matters because a business will often say it retains a year of logs when what it means is that a year of data exists in a tier that requires a paid restore job before anyone can query it.

PlatformTypical default behaviorLong term option
Microsoft SentinelAnalytics tier commonly 90 days interactive when Sentinel is enabled on the workspaceExtended interactive retention, auxiliary and archive tiers up to multi year, with search or restore jobs to query
SplunkConfigured per index, commonly 90 days in hot and warm bucketsCold and frozen storage governed by the retention policy the organization set
Elastic SecurityIndex lifecycle policies, commonly 30 to 90 days in hot storageWarm, cold, and frozen phases before deletion

Questions to ask on day one

  1. Which log sources are connected today, and which were connected during the incident window?
  2. What is the interactive retention on each table, and what is the earliest surviving record?
  3. Is any relevant data already in an archive tier, and what is the restore time and cost?
  4. Who holds administrative rights on the platform, and were any of those accounts compromised?
  5. Are ingestion filters or sampling rules discarding events before they are stored?

Get an independent read on your log coverage

We will document what your platform actually holds for the incident window, and what needs to be exported before it expires.

What correlation adds that single source analysis cannot

The value of a SIEM in a breach is not storage. It is the ability to place one identity, one address, and one process in a single sequence across four or five different systems.

Identity to endpoint

A suspicious sign in from an unusual location becomes conclusive when it lines up with process execution on a workstation seconds later.

Endpoint to network

A beaconing process is confirmed when firewall or proxy records show matching periodic outbound sessions to the same destination.

Cloud to on premises

Mailbox access followed by virtual private network authentication from the same address demonstrates a single actor operating across boundaries.

Volume to claim

Egress byte totals tested against an extortion demand help counsel evaluate whether an exfiltration claim is credible.

Because a SIEM stores copies shipped off the originating host, it also defeats two of the most common evidence problems in breach work: local log rollover and deliberate log clearing by the intruder.

Where SIEM evidence fails, and why

  • Sources never onboarded. Outbound proxy logs, virtual private network concentrators, subsidiary tenants, and legacy servers are the usual omissions, and they are usually the sources the investigation needs.
  • Cost driven filtering. Verbose sources are frequently sampled or dropped at ingest to control licensing spend, which silently removes the events that matter later.
  • Parsing failures. A misconfigured parser can store an event with critical fields blank, making it invisible to the queries an analyst would naturally run.
  • Clock skew. Sources reporting in different time zones or with drifted clocks produce sequences that look wrong until times are normalized.
  • Compromised administration. If an intruder obtained platform administrative rights, deletion and rule suppression must be evaluated as part of the analysis.
  • Detection focus. Teams tune for alert quality, not for evidentiary completeness. The two goals are not the same and often conflict.

Naming these gaps in the report is not a weakness. It is what allows counsel to argue confidently about the conclusions that are supported, and to avoid overcommitting to the ones that are not.

How we work a SIEM in a live matter

Inventory

Document connected sources, retention per table, ingestion filters, and the earliest surviving record for each source.

Freeze

Extend retention and export the incident window immediately, before archive transition or deletion policies act.

Query with a record

Preserve every query, time range, and result set so the analysis can be reproduced by another examiner.

Correlate

Build a normalized cross source timeline with each entry citing the originating record.

Test the negatives

Where a source is silent, determine whether the event did not occur or the source was simply not collecting.

What matters most

  • What was ingested. A SIEM can only prove things about the sources it was actually receiving.
  • Tier awareness. Data that exists in archive is not the same as data you can query today.
  • Query preservation. Reproducibility is what separates an expert analysis from a screenshot.
  • Administrative integrity. If the platform itself was reachable by the intruder, that must be assessed openly.
  • Corroboration with host evidence. Central logs and disk artifacts answer different questions and are strongest together.

Common misconceptions

We have a SIEM, so we have everything

Most environments discover during an incident that at least one decisive source was never connected or was filtered out at ingest.

One year of retention means one year of search

Long term tiers usually require a restore or search job, with real time and cost implications during a live incident.

No alert means nothing happened

Detections depend on tuned rules. Valid credentials used during business hours frequently generate no alert at all.

The SIEM replaces forensic imaging

It holds copies of what hosts reported. It cannot show deleted files, staging archives, or artifacts the host never sent.

When this applies, and when it does not

This applies when

  • Your organization runs a centralized logging platform and an intrusion window needs reconstruction.
  • Evidence spans identity, endpoint, network, and cloud and must be presented as one narrative.
  • Local logs were cleared and forwarded copies may be the only surviving record.
  • A carrier or regulator requires documented, reproducible technical findings.

This does not apply when

  • No centralized logging exists, in which case host and provider logs carry the investigation.
  • The relevant data has already expired from every tier with no export retained.
  • The dispute concerns a single endpoint and no cross source correlation is needed.
  • Only physical or paper records are in question.

SIEM data compared with source system logs

FactorOriginal source logsSIEM copy
Survives host wipeNoYes
Survives log clearingNoYes, for already forwarded events
CompletenessFull native detailSubject to filtering and parsing
Cross source correlationManual and slowNative strength
RetentionUntil rolloverContracted tiers, often longer
Best useDeep artifact detailTimeline construction and scope

How Elite Digital Forensics helps

We work inside your existing platform or with exports from it, and we document the analysis so that another expert can follow every step. Where the platform is incomplete, we say so and identify the alternate sources that fill the gap.

Log coverage assessment

A written inventory of what your platform holds for the incident window, and what will expire and when.

Emergency retention extension

Guidance and hands on support to preserve data before archive transition or deletion policies act.

Cross source timeline

A normalized reconstruction spanning identity, endpoint, network, and cloud evidence.

Exfiltration volume analysis

Egress and access analysis to evaluate extortion claims and inform notification scope.

Independent validation

Review of an internal or vendor produced timeline, including the questions it did not ask.

Expert testimony

Court qualified examiners who can explain platform mechanics, retention tiers, and their limits to a lay audience.

Problems we solve

  • Your team built a timeline but cannot defend it against an insurer or an opposing expert.
  • Critical data is about to transition out of interactive retention.
  • A subsidiary or acquired business used a separate tenant nobody has examined.
  • You need to know whether the absence of an event means it did not happen or was never collected.
  • Platform administrative accounts may have been compromised and the log record itself is in question.

Talk with a forensic examiner about your incident

Consultations are confidential. We work directly with affected businesses, with outside counsel, and with cyber insurance carriers and brokers nationwide.

About Elite Digital Forensics

Elite Digital Forensics is an independent digital forensics firm serving businesses, attorneys, and insurers nationwide. Our examiners include former law enforcement forensic examiners who have testified as court qualified expert witnesses in state and federal proceedings. We do not sell security software and we do not manage client networks, so our findings carry no conflict of interest when the question is whether an environment was adequately secured.

Every engagement follows documented chain of custody, defensible acquisition methods, and reporting written for attorney review, insurer submission, regulator response, or courtroom use. Work performed at the direction of counsel is generally treated as attorney work product prepared in anticipation of litigation. Call (833) 292-3733 or request a confidential consultation.

Frequently asked questions

How long does Microsoft Sentinel keep logs?

Analytics tier data is commonly interactively retained for 90 days when Sentinel is enabled on the workspace, with options to extend interactive retention and to hold data far longer in auxiliary or archive tiers. Archived data generally requires a search or restore job before it can be analyzed.

Can SIEM logs be used as evidence in litigation?

Yes. They are typically treated as business records generated by an automated system. What matters is documenting the export process, the exact queries and time ranges used, and the integrity of the exported data.

What is the most common SIEM gap in a breach investigation?

A decisive log source that was never onboarded. Outbound web proxy logs, virtual private network authentication, and tenants belonging to subsidiaries or acquired companies are the omissions we see most often.

Should the internal SOC run the forensic queries?

They can assist, but where the adequacy of monitoring is itself in dispute, an independent examiner should design and document the queries so the results are not vulnerable to a claim of selective analysis.

Does a SIEM prove data was exfiltrated?

It can provide strong supporting evidence through egress volume, destination, and access records. Definitive proof usually requires correlation with endpoint staging artifacts and cloud provider access logs, and sometimes the honest answer is that available data neither confirms nor excludes it.

What if our retention already expired?

Check backups of the platform, upstream source systems that may still hold native logs, and any archive tier that still exists. Where nothing survives, the report should state the limitation clearly rather than infer conclusions the record cannot support.

References and authoritative sources

  1. Microsoft Sentinel, Log retention plans and data management — https://learn.microsoft.com/azure/sentinel/log-plans
  2. NIST SP 800-86, Guide to Integrating Forensic Techniques into Incident Response — https://csrc.nist.gov/pubs/sp/800/86/final
  3. NIST SP 800-61 Rev. 3, Incident Response Recommendations (April 2025) — https://csrc.nist.gov/pubs/sp/800/61/r3/final
  4. Federal Rule of Civil Procedure 37(e), Failure to Preserve Electronically Stored Information — https://www.law.cornell.edu/rules/frcp/rule_37
  5. MITRE ATT&CK Enterprise Matrix — https://attack.mitre.org/matrices/enterprise/
  6. Verizon Data Breach Investigations Report — https://www.verizon.com/business/resources/reports/dbir/

#DigitalForensics #ComputerForensics #CellPhoneForensics #ExpertWitness #DigitalForensicExperts #EliteDigitalForensics #ForensicInvestigation #DataBreachResponse #DataBreachInvestigation #IncidentResponse #CyberForensics #SIEM #SecurityOperations #LogAnalysis #BreachTimeline

This content is for educational and informational purposes only and does not constitute legal advice. Elite Digital Forensics provides independent digital forensic services and expert witness testimony; we do not provide legal representation. Every case is fact specific; outcomes depend on the evidence, jurisdiction, and counsel. Retain qualified legal counsel for advice about your matter.

Assistant Icon Elite Digital Forensics Assistant
πŸ‘‹ Live Chat Now!
Free Virtual Consultation 24/7
Chat Now!

By submitting this form, you consent to be contacted by email, text, or phone. Your information is kept secure and confidential. Reply Stop to opt out at anytime.Β 

IMPORTANT: Please remember to check your spam or junk folder