What is a false negative?¶
A false negative occurs when malicious or relevant activity happens but the detection system does not alert on it.
The absence of an alert therefore does not prove that no incident occurred.
Avoid the dangerous assumption¶
The dangerous assumption is that a security platform would always detect activity if it were genuinely malicious.
No security platform has complete visibility or perfect detection.
The necessary logs may not have been collected. The rule may not cover the technique. The attacker may use valid credentials, trusted tools or behaviour that looks normal. A parser or collector may also fail.
False negatives can be difficult to identify because there is no alert to review. They may become apparent only after forensic examination, provider evidence, victim reporting or correlation with another system.
Investigators should establish what data sources and rules were active at the relevant time. Ask whether the product was capable of detecting the alleged behaviour and whether exclusions, suppression or disabled logging applied.
Search the underlying logs directly rather than relying only on the alert list. Review authentication, endpoint, network, application and cloud records where relevant.
The absence of detection may reduce the support for one hypothesis, but its value depends on the expected sensitivity and coverage of the system. If the activity would not normally trigger a rule, the absence proves little.
Report carefully. State that no alert was located in the available system, not that the activity did not occur.
Operational takeaway¶
A false negative is relevant activity missed by detection, so investigators must assess system coverage and search underlying records rather than treating the absence of an alert as proof of absence.