Question

Difficulty: EasyVulnerability Scanning and Assessment

Match each vulnerability scanning approach to its corresponding operational characteristic or primary benefit.

  • Credentialed ScanProvides internal software inventory and missing patch details with low system impact
  • Non-Credentialed ScanSimulates an external attacker's perspective without insider access privileges
  • Passive ScanMonitors network traffic silently without sending probes or generating active network traffic
  • Agent-Based ScanContinuously assesses mobile or off-network endpoints even when disconnected from the corporate VPN

Answer

Credentialed Scan pairs with internal software inventory and patch details; Non-Credentialed Scan pairs with simulating an external attacker's perspective; Passive Scan pairs with silently monitoring network traffic without probes; Agent-Based Scan pairs with assessing off-network endpoints continuously.
Vulnerability assessment modalities differ fundamentally by access rights, deployment model, and network footprint: credentialed scans perform local patch audits, non-credentialed scans map external surface vulnerabilities, passive scans monitor packet headers without sending probes, and agent-based scans gather host posture locally on mobile devices.

Step-by-Step Solution

1
Analyze host authentication privileges vs network probing.
Identify that authenticating to a host provides deep local configuration data (Credentialed), whereas unauthenticated network discovery shows external exposure (Non-Credentialed).
Privilege level dictates visibility into internal system patches versus network perimeter posture.
2
Analyze network traffic impact and agent deployment mechanics.
Determine that packet sniffer-style assessment creates zero active traffic (Passive), while locally installed software reports posture regardless of network location (Agent-Based).
Scanning architecture determines traffic overhead and visibility into remote or fragile assets.

Key Concept

Vulnerability Scanning Types and Deployment Methodologies
Rate this question