A security analyst is preparing to perform a vulnerability assessment on an isolated network segment containing legacy Point-of-Sale (POS) devices. During a prior assessment, aggressive network probes caused service outages on several legacy terminals. The analyst must obtain an accurate vulnerability report for audit compliance while preventing system instability. Which of the following scanning approaches should the analyst implement?
- Configure an authenticated non-intrusive scan with reduced packet concurrency and rate-limiting.Answer
- BExecute an unauthenticated intrusive penetration scan to test system resilience under exploit traffic.
- CDeploy an inline intrusion prevention system to filter out high-severity scanner payloads before they reach the endpoints.
- DConfigure cross-site scripting filter rules on the perimeter firewall to sanitize scanning traffic targeting the POS network.
Answer
Configure an authenticated non-intrusive scan with reduced packet concurrency and rate-limiting.
Authenticated (credentialed) non-intrusive scanning uses valid system credentials to query operating system attributes, patch levels, and installed software internally. Because it reads system state directly rather than firing aggressive network exploit probes, it delivers high accuracy with minimal risk of crashing sensitive legacy host services.
Step-by-Step Solution
Key Concept
Credentialed vs. Non-Credentialed and Intrusive vs. Non-Intrusive Vulnerability Scanning