Join our Newsletter — 33% off our NHI Course

What do security teams get wrong when they treat detection as a log collection problem?

A common mistake is assuming more logs automatically means better detection. In practice, volume without context increases analyst burden and hides important relationships between external threats and internal behavior. Teams also overfocus on security-only sources and ignore operational signals that explain whether an event affects real risk. Effective detection depends on relevance, not sheer data volume.

Why Log Volume Alone Misses the Point for Detection

Detection is a decision problem, not a storage problem. If teams treat it as log collection, they tend to optimise ingest pipelines while underinvesting in correlation, triage logic, and response-ready context. That creates blind spots: alerts arrive without enough surrounding evidence to judge whether something is benign, suspicious, or already harmful. The NIST Cybersecurity Framework 2.0 is useful here because it frames detection inside a broader operational cycle, not as a standalone data acquisition task. In practice, many security teams discover this only after they have built large log estates that still fail to explain what actually happened.

How Detection Becomes Useful in Practice

Useful detection starts with defining the behaviours, assets, and business processes that matter most, then deciding what evidence would actually confirm or disprove those behaviours. Logs still matter, but they are only one evidence source. Security teams usually get better results when they combine endpoint, identity, cloud, network, and application telemetry with operational signals that show normal state, ownership, change activity, and service dependency. That additional context helps distinguish a real incident from expected administrative work, noisy automation, or a downstream system failure.

The practical difference is that collection is broad while detection is selective. Broad collection asks, “What can we store?” Selective detection asks, “What would change our judgement?” That distinction matters because high-volume telemetry can still be low-value if it cannot support correlation, baselining, or fast scoping. Teams also need to consider where coverage breaks down: delayed ingestion, inconsistent field names, incomplete asset inventory, and signals that are technically available but operationally unusable. A strong detection programme therefore measures whether telemetry improves investigation quality, not just whether it increases event counts.

  • Prioritise sources that answer specific investigative questions, not just sources that are easy to ingest.
  • Correlate security events with asset, identity, and change context so analysts can judge impact faster.
  • Track whether alerts lead to clearer decisions, shorter triage, and better scope determination.

Where this breaks down most often is when teams collect enough data to create the illusion of coverage, but not enough context to support timely and defensible decisions.

When More Telemetry Creates Worse Detection Outcomes

Tighter telemetry coverage often increases cost and operational complexity, so organisations have to balance visibility against noise and maintenance burden. The tradeoff is real: adding every available source can weaken the programme if it dilutes analyst attention or overwhelms detection engineering with low-quality data.

One common edge case is security tooling that produces rich logs but little meaning without surrounding operational context. Another is environments with heavy automation, where legitimate system actions resemble suspicious activity unless the detection logic understands change windows, ownership, and normal orchestration patterns. There is also a consensus gap in the industry about how much centralisation is enough: some teams prefer a broad data lake, while others focus on narrowly defined high-value signals. The right answer depends on whether the organisation can operationalise the data, not on whether the data exists.

Teams should also be careful not to confuse detection with forensics. Historical logs may help reconstruct an event later, but they do not automatically improve real-time judgement unless they are shaped into usable detection content.

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 NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM — Continuous Monitoring Detection depends on ongoing monitoring, not raw log accumulation.
DE.AE — Anomalies and Events The issue is separating meaningful anomalies from noisy activity.
ID.AM — Asset Management Detection quality depends on knowing what systems and services are in play.
Recommendation — Build monitoring around detection questions and decision points, not just event volume. Triage events by behavioural significance and impact, not by source count. Maintain accurate asset and service context so alerts can be scoped correctly.
CIS Controls v8 8 — Audit Log Management Logs are necessary, but the control must support useful review and analysis.
6 — Access Control Management Identity context is often required to interpret whether activity is normal or risky.
Recommendation — Collect only the logs that support investigation, correlation, and action. Use identity and access context to judge whether observed activity is expected.
MITRE ATT&CK T1218 — System Binary Proxy Execution Detection improves when teams look for behaviour, not isolated artefacts.
Recommendation — Map telemetry to attacker behaviours and hunt for correlated execution patterns.

Practitioner Guidance

What to prioritise: Start with the few detection questions that would most change response decisions, then map the minimum evidence needed to answer them. If a source cannot improve triage, scoping, or escalation, it is supporting collection rather than detection.

What to verify: Check whether each telemetry source has a clear investigative purpose, known ownership, and enough surrounding context to explain expected versus abnormal behaviour. A log stream that cannot be interpreted quickly is usually an ingestion success and a detection failure.

What good looks like: Analysts can move from alert to decision with less back-and-forth because the evidence set includes relationship context, not just raw events. The best programmes treat telemetry as decision support, not as a proxy for maturity.

Practitioner takeaway: The real test is not how much data the team collects, but whether that data reliably changes conclusions quickly enough to improve response.