A security analyst is selecting scanning techniques for various operational scenarios across an enterprise network. Match each vulnerability assessment technique to its corresponding characteristic or primary use case.
- Credentialed Vulnerability ScanAccurately inspects local OS patch levels and host configurations while minimizing network noise and false positives.
- Non-Credentialed Vulnerability ScanIdentifies externally exposed services and unpatched network-facing software from an unauthenticated attacker's perspective.
- Passive Vulnerability AssessmentMonitors network traffic via a SPAN port or port mirror to detect active hosts and legacy protocols without sending probes.
- Intrusive Vulnerability ScanSimulates exploitation scripts or aggressive checks to confirm vulnerability existence, incurring potential risk of system instability.
Answer
Credentialed Vulnerability Scan matches with inspecting local OS patch levels and host configurations accurately with low false positives. Non-Credentialed Vulnerability Scan matches with identifying exposed services from an unauthenticated attacker's perspective. Passive Vulnerability Assessment matches with monitoring traffic via SPAN/mirror ports without sending probes. Intrusive Vulnerability Scan matches with simulating exploitation scripts with risk of system instability.
Each scanning technique is paired with its defining operational mechanism: credentialed scans use host logins to inspect software registries with high precision; non-credentialed scans simulate external network reconnaissance; passive scanning observes existing traffic via port mirrors; and intrusive scanning runs active verification checks that carry potential instability risks.
Step-by-Step Solution
Key Concept
Selecting appropriate vulnerability scanning methodologies based on authentication, network impact, and operational risk boundaries.