Join our Newsletter — 33% off our NHI Course
Home FAQ Cyber Security How should security teams handle firewall logs before…
Cyber Security

How should security teams handle firewall logs before sending them to Splunk or another SIEM?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated September 9, 2026 Domain: Cyber Security

Security teams should fix firewall data in the pipeline before it reaches the SIEM. That means classifying messages, parsing unstructured payloads, normalising fields, and reducing noise before ingestion. Doing this preserves searchability, improves downstream analytics, and avoids paying ingest costs for malformed or redundant data that the SIEM cannot efficiently correct after the fact.

Why Firewall Logs Need Cleaning Before SIEM Ingestion

Firewall logs are only useful when the SIEM can reliably query, correlate, and retain them in a form that analysts can trust. Raw firewall output often mixes structured events with vendor-specific noise, duplicate messages, and inconsistent field names, which can break detection logic and inflate storage use. NIST’s NIST SP 800-53 Rev 5 Security and Privacy Controls is a useful reference because it reinforces the value of log management, auditability, and control fidelity before evidence is consumed downstream. In practice, many security teams discover their logging problems only after they have already paid to ingest data that was hard to search and harder to trust.

How Firewall Log Processing Works in Practice

The right place to fix firewall logs is the processing layer between the firewall and the SIEM. That layer should classify event types, parse fields into a consistent schema, and discard or compress messages that add no analytic value. The goal is not to hide information, but to preserve the parts that support detection, investigation, and retention.

Well-run pipelines usually separate the work into a few functions:

  • parse key fields such as source, destination, action, rule, zone, and bytes transferred;
  • map vendor-specific labels into a stable internal schema;
  • deduplicate repetitive deny traffic or health-check chatter where it adds no investigative value;
  • tag events by severity, asset class, or traffic type so searches stay meaningful;
  • forward only the normalised event stream that the SIEM can index efficiently.

This matters because SIEMs are strongest when they are fed predictable data. If the pipeline keeps raw firewall logs intact and expects the SIEM to clean everything later, teams usually end up with brittle searches, noisy alerts, and high ingest spend. A disciplined pipeline also makes it easier to prove what happened during an incident, because field consistency improves correlation across tools and time windows.

That said, teams should avoid over-processing to the point where security meaning is lost. A deny event that looks repetitive in volume may still matter if it reflects scanning, policy misconfiguration, or a shift in attacker behaviour. The practical standard is to normalise and reduce noise without discarding context that helps analysts explain the event stream. The approach breaks down when firewall exports are too inconsistent to parse reliably or when the organisation has no agreed schema for downstream analytics.

Where Noise Reduction Helps and Where It Can Hide Signal

Reducing firewall noise often improves fidelity, but tighter filtering also increases the chance that a meaningful pattern is flattened into generic telemetry. Teams have to balance storage efficiency and analyst productivity against the risk of removing context that would matter during investigation.

One common edge case is repeated deny traffic. In many environments, that traffic is safe to compress or summarise, but only if the summary still preserves enough detail to distinguish ordinary background noise from scanning, lateral movement, or policy drift. Another edge case is multi-vendor logging, where two devices describe the same event differently. In that situation, the issue is not the SIEM itself but the absence of a stable parsing and normalisation standard before ingestion.

There is also a governance issue when teams treat every log source as equally valuable. That is usually not true. High-volume firewall feeds, especially from perimeter devices or cloud gateways, often deserve custom pre-processing because they generate the most noise and the most cost pressure. The best practice is to define which fields are required for investigations, which events may be summarised, and which raw records must be retained for forensic use. Without that distinction, organisations either overpay for useless data or under-collect the evidence they need.

Risk and Threat Considerations

Firewall log handling is not just a data engineering task. Poor preprocessing can create blind spots, degrade alert quality, and leave organisations dependent on a SIEM to correct problems it was never designed to fix. The risk becomes more material when logs are used for detection, incident response, compliance evidence, or lateral-movement review.

Failure mechanism: If logs arrive malformed, duplicated, or inconsistently mapped, the SIEM may fail to index important fields, suppress useful correlation, or bury high-signal events under noise. Attackers can also benefit from weak normalisation when defenders cannot reliably search by asset, rule, source, or action, especially in environments with high-volume deny traffic or vendor-specific formats.

Impact: Analysts lose searchability and trust in the data, investigations take longer, detection logic becomes brittle, and storage costs rise without a corresponding improvement in visibility.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK address the attack and risk surface, while CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
CIS Controls v88 — Audit Log ManagementFirewall logs are audit data that must be collected, normalized, and retained for analysis.
Recommendation — Normalize firewall logs before ingestion so audit data stays searchable and useful.
NIST CSF 2.0DE.CM — Security Continuous MonitoringFirewall telemetry supports continuous monitoring when it is structured and trustworthy.
PR.PT — Protective TechnologyPre-ingestion processing is part of maintaining effective protective telemetry pipelines.
RS.AN — AnalysisNormalized logs improve incident analysis and correlation after an event.
Recommendation — Structure firewall telemetry to improve continuous monitoring and detection quality. Apply telemetry preprocessing so protective controls produce usable security data. Preserve field consistency to speed incident analysis and correlation.
MITRE ATT&CKT1036 — MasqueradingConsistent parsing helps defenders spot attacker activity hidden in noisy log streams.
Recommendation — Hunt for attacker activity that blends into high-volume firewall noise.

Practitioner Guidance

What to prioritise: Standardise parsing and field mapping before ingestion, then decide which event classes deserve full-fidelity retention versus summarisation. That ordering matters because downstream tuning cannot fully recover structure that was never normalised.

What to verify: Confirm that the SIEM can query the fields analysts actually use during investigations, not just the fields the firewall happens to export. If the same event source appears under multiple labels or formats, treat that as a data quality issue, not a search problem.

Common mistake: Teams often assume raw ingestion is safer because it preserves everything, but in practice it usually preserves confusion as well. A better test is whether the pipeline makes the data more searchable, more comparable, and more defensible for incident work.

Practitioner takeaway: Handle firewall logs as a detection data product, not as an untuned feed, because the value is created before ingestion and lost fastest when teams outsource cleanup to the SIEM.

Deepen Your Knowledge

Sign up to our weekly newsletter — get 33% off our NHI Foundation Level Course

    NHIMG Editorial Note
    Reviewed and updated by the NHIMG editorial team on September 9, 2026.
    NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org