Match each vulnerability assessment scan type to its defining operational characteristic.
- Credentialed ScanUses system-level account permissions to inspect internal patch levels, missing hotfixes, and detailed registry configurations.
- Non-Credentialed ScanProbes targets from an external perspective without user account access to identify exposed services and open ports.
- Passive ScanMonitors network traffic flow silently to identify active hosts and software versions without sending probe traffic.
- Intrusive ScanExecutes scripts or tests that actively interact with target vulnerabilities, risking system instability or service disruption.
Answer
Credentialed Scan pairs with using system-level privileges for internal inspection; Non-Credentialed Scan pairs with unauthenticated external probing of exposed services; Passive Scan pairs with silently monitoring traffic flow without sending probes; Intrusive Scan pairs with executing tests that risk system instability or service disruption.
Each vulnerability scan type aligns with its specific operational profile: credentialed scans access host interiors using privileges, non-credentialed scans inspect external attack surfaces without privileges, passive scans collect intelligence from network traffic without packet injection, and intrusive scans run aggressive tests that may disrupt target availability.
Step-by-Step Solution
Key Concept
Vulnerability assessment scan classifications (Credentialed, Non-Credentialed, Passive, Intrusive)