Match each vulnerability scanning methodology with its most appropriate enterprise operational scenario.
- Credentialed Vulnerability ScanAuditing local operating system configurations, missing internal software patches, and registry settings with minimal network traffic and high accuracy.
- Non-Credentialed Vulnerability ScanMapping exposed network services and unpatched perimeter ports from the perspective of an unauthorized external attacker.
- Passive Vulnerability ScanMonitoring live network traffic continuously to identify active hosts and software versions without sending probe packets to fragile operational technology (OT) systems.
- Web Application Vulnerability ScanTesting dynamic HTTP/HTTPS form inputs and URL parameters specifically for flaws such as cross-site scripting and SQL injection.
Answer
Credentialed Vulnerability Scan pairs with auditing local OS configurations and internal patch levels. Non-Credentialed Vulnerability Scan pairs with mapping exposed network services from an external attacker's perspective. Passive Vulnerability Scan pairs with non-intrusively monitoring live network traffic without sending probes. Web Application Vulnerability Scan pairs with testing dynamic HTTP inputs for application-layer flaws such as XSS and SQL injection.
Each vulnerability assessment method fulfills a distinct operational requirement: Credentialed scans provide deep host visibility with low network traffic; Non-Credentialed scans assess exposure from an unauthenticated perspective; Passive scans capture traffic non-intrusively to protect sensitive devices; and Web Application scans specifically exercise web inputs and application logic for web vulnerabilities.
Step-by-Step Solution
Key Concept
Vulnerability Scanning Methodologies and Operational Scenarios
Estimated Time:1m 30s