To get the most complete patch-level and local-configuration findings on in-scope Linux and Windows hosts, a tester configures the scanner with valid login credentials for each target system. Which scan type is this, and what is its primary benefit?
An authenticated scan logs into each target to run local security checks, yielding more vulnerability detail and considerably more accurate findings than probing only from the network.
- ASupplying credentials makes the scan authenticated, not unauthenticated; the trap reframes a credentialed scan as a faster login-free probe, which contradicts the scenario.
- CPassive scanning watches traffic without interacting with hosts; the scenario actively logs into systems with credentials, so this misidentifies the technique entirely and its data source.
- DA compliance audit checks configuration baselines, but credentialed vulnerability scanning still enumerates vulnerabilities; the trap wrongly claims the scan ignores the very weaknesses it is collecting.