A security analyst is reviewing a SIEM alert that triggered on a single failed login attempt from an internal IP address to a domain controller at 3:00 AM. The user associated with the account is on vacation. Which classification best describes this alert?
Trap 1: False positive
A false positive occurs when a security control or SIEM rule incorrectly flags legitimate, benign network traffic or system activity as malicious. In this scenario, because the alert triggered on actual suspicious behavior that warrants investigation, classifying it as a false positive is incorrect. Analysts must continuously tune rules to minimize these occurrences to prevent alert fatigue.
Trap 2: False negative
A false negative represents a critical security failure where malicious activity bypasses detection mechanisms entirely, resulting in no alert being generated. Because the SIEM successfully detected the event and generated an alert for the analyst to review, this scenario cannot be classified as a false negative. Security teams often perform threat hunting to uncover these undetected gaps.
Trap 3: True negative
A true negative is a state where benign, authorized activity correctly flows through the network without triggering any security alerts. Since an alert was actively generated by the SIEM in this scenario, the system did not remain silent, making the concept of a true negative completely inapplicable to this active alert investigation.
- A
False positive
Why wrong: A false positive occurs when a security control or SIEM rule incorrectly flags legitimate, benign network traffic or system activity as malicious. In this scenario, because the alert triggered on actual suspicious behavior that warrants investigation, classifying it as a false positive is incorrect. Analysts must continuously tune rules to minimize these occurrences to prevent alert fatigue.
- B
False negative
Why wrong: A false negative represents a critical security failure where malicious activity bypasses detection mechanisms entirely, resulting in no alert being generated. Because the SIEM successfully detected the event and generated an alert for the analyst to review, this scenario cannot be classified as a false negative. Security teams often perform threat hunting to uncover these undetected gaps.
- C
True negative
Why wrong: A true negative is a state where benign, authorized activity correctly flows through the network without triggering any security alerts. Since an alert was actively generated by the SIEM in this scenario, the system did not remain silent, making the concept of a true negative completely inapplicable to this active alert investigation.
- D
True positive
A true positive occurs when a security monitoring tool correctly identifies and alerts on actual malicious or unauthorized activity. In this case, the SIEM alert successfully flagged a genuine security event that requires analyst triage and incident response. Validating true positives is a fundamental step in the incident handling lifecycle before escalating to containment.