CompTIA Security+ Exam Notes

CompTIA Security+ Exam Notes
Let Us Help You Pass

Friday, September 11, 2026

True Negatives for CompTIA CySA+ Exam Prep

 True Negatives for CySA+: 
When "Nothing Found" Isn't Proof

Vulnerability Management & Security Operations · CS0-004

Of the four boxes in the detection-accuracy grid, true negative feels the safest: the tool looked, found nothing, and nothing was there. No harm, no story. Security+ tests it as a definition. CySA+ tests it as a trap, because the analyst-level question isn't "what is a true negative" — it's "how do you know it actually is one, and not something that only looks like one." That distinction is where this article spends most of its time.

The confusion matrix, quickly

Every detection decision — a vulnerability scan, a SIEM correlation rule, an EDR verdict — lands in one of four outcomes:

Verdict vs. reality Threat/finding is real Threat/finding is not real
Tool says "match" True positive False positive
Tool says "clean" False negative True negative

A true negative is the bottom-right box: the control correctly reported that nothing was wrong, and indeed nothing was wrong. A scan reports a host as fully patched, and the host genuinely is fully patched. An IDS logs no alerts on a segment, and the segment genuinely carries no malicious traffic. On the surface, it's the outcome every security team wants as much of as possible.

The blind spot CySA+ wants you to catch

Here's the twist: a true negative and a coverage gap can look identical in a report, and confusing the two is one of the most consequential mistakes an analyst can make. A true negative requires that the control actually assessed the thing in question and found it clean. A coverage gap is a host, application, or network segment the control never assessed — an unscanned subnet, an endpoint missing its agent, a cloud asset not in inventory, or an authenticated scan that silently failed and fell back to an unauthenticated pass. Both can show up in a dashboard as "no findings," but only one is actually evidence of anything.

CySA+ scenario questions exploit this constantly: an organization reports a clean bill of health across its environment, and the "gotcha" is that a chunk of assets — often shadow IT, a recently acquired subsidiary, or IoT devices — was never in scope to begin with. Reporting that gap as a true negative overstates the organization's security posture and is arguably more dangerous than an honest false negative, because nobody even knows to go looking.

Validating a true negative

Just as a candidate true positive needs validation before anyone trusts it, CySA+ expects you to treat a reported "clean" result as something to verify, not something to accept at face value:

  • Confirm scope and coverage — was the asset actually reachable and included in the scan or monitoring rule, or did it fall outside the collection agent's reach, a firewall exception, or the inventory the scan was built from?
  • Check scan health, not just scan results — a failed or partial scan (bad credentials, a timeout, an agent that silently crashed) can produce an empty findings list that looks exactly like a clean true negative.
  • Corroborate across tools — a second, independently configured detection source agreeing on "nothing here" raises confidence far more than one tool's silence, especially when the first tool's blind spots aren't fully known.
  • Revisit detection logic currency — a true negative today can become a false negative tomorrow the moment a new exploit technique or signature gap appears; "clean" is a snapshot, not a guarantee, so retesting after signature and threat-intel updates matters.

Only after this validation does "no findings" earn the label of a genuine, trustworthy true negative rather than an unverified absence of evidence.

Where true negatives show up across the CySA+ domains

  • Vulnerability management — the same validation objective that governs true/false positives governs true negatives: confirming a "not vulnerable" result is real before it's used to deprioritize a host or close a finding.
  • Security operations — a SIEM or IDS producing no alerts on a given segment needs to be checked against whether logging and detection rules were actually active and correctly tuned there, not treated as automatic proof of a quiet network.
  • Incident response — during scoping, ruling a system "not affected" is a true-negative claim that needs the same evidentiary rigor as ruling one "affected" — a system outside the forensic collection's reach isn't cleared; it's simply unexamined.
  • Reporting and communication — a report that states coverage (what was actually tested) alongside results (what was found) lets stakeholders tell a real true negative apart from a coverage gap; a report that only states results invites false confidence.

Why this matters operationally

True negative rate is one input into how a security program measures the effectiveness of its detection tooling, and a high true negative rate is generally good news — but only if the denominator is honest. If unassessed assets get silently counted as true negatives, every rollup metric built on top of that number (coverage percentage, risk posture, audit attestations) inherits the same blind spot. This is the operational reason CySA+ leans so hard on scope and coverage validation: a security program that can't distinguish "we checked, and it's clean" from "we didn't check" is making risk decisions on a foundation it hasn't actually verified.

A worked scenario

A typical exam item: "A quarterly vulnerability report shows zero critical findings across the organization's server fleet. An analyst later discovers that twelve newly provisioned cloud servers were never added to the scanning tool's asset inventory during that quarter. How should the original report's 'zero critical findings' result be characterized for those twelve servers?

The correct characterization is that those twelve servers represent a coverage gap, not a validated true negative — the scan never assessed them, so "zero findings" carries no evidentiary weight for that subset. An answer that treats the original report as fully accurate misses the core lesson: a true negative requires the control to have actually looked. The fix isn't just adding the servers to the next scan; it's correcting the historical report's confidence and investigating whether those unscanned servers introduced undetected risk during the gap.

Exam-day takeaways

  • A true negative means the control actually assessed the target and correctly found nothing wrong — accuracy plus coverage, not just an empty findings list.
  • CySA+'s key twist: an unassessed asset (bad scope, failed scan, missing agent) is a coverage gap, not a true negative, even though both look like "no findings."
  • Validate a reported clean result the same way you'd validate a positive — confirm scope, check scan health, and corroborate across sources.
  • True negatives are time-bound: a clean result today doesn't guarantee one tomorrow as threats and signatures evolve.
  • If a scenario's "gotcha" is an asset that was never actually tested, the answer is coverage gap or unknown status — not a true negative.

Sources:

No comments:

Post a Comment