Network-based plus credentialed scans verify an outdated web-server finding with least effort

Given a scenario, implement measures to meet security requirements.
Answer Correct answer: A, E — A network-based scan fingerprints the exposed web service and a credentialed scan reads installed package versions, verifying the finding cheaply.

A company that performs passive vulnerability scanning at its transit VPC has detected a vulnerability related to outdated web-server software on one of its public subnets. Which of the following can the company use to verify if this is a true positive with the least effort and cost? (Choose two.)

  1. A network-based scan Correct Answer
  2. An agent-based scan
  3. A port scan
  4. A red-team exercise
  5. A credentialed scan Correct Answer

Community Votes

AE
100%

100% of anonymous learners picked answer AE. Votes are pick records left by other test-takers — they are not the verified answer.

Community Insight

To validate a version-detection finding, look from outside with a network scan that fingerprints the service banner and from inside with a credentialed scan that reads the actually installed package versions.

Passive scanning in the transit VPC flagged outdated web-server software on a public subnet host. An active network-based scan against the service and a credentialed scan of the host together confirm the true version and installed packages with the least additional effort and cost.

A red-team exercise (D) would eventually confirm the finding but at prohibitive cost and effort, which the question explicitly rules out.

Community Discussion (4 comments)

Joshuac1392 👍 5 Selected: AE
Even though ChatGPT says otherwise, i agree with the answers provided
BigM 👍 1 Selected: AE
Explanation: To verify whether the vulnerability detected in the public subnet is a true positive, the company needs to perform a follow-up scan with the least effort and cost. ✔ A. A network-based scan – This is a passive or active scan that inspects network traffic and identifies vulnerable services without requiring agent installation. It is a low-cost and efficient method for verifying web server vulnerabilities. ✔ E. A credentialed scan – This scan logs into the web server using administrator credentials to check for vulnerabilities in installed software more accurately than an uncredentialed scan. It helps confirm outdated software versions and misconfigurations without false positives.
WereAllinThisTogether 👍 1 Selected: BE
E and B. If this pertains to software being vulnerable then a network scan will do nothing. Network based scans work at layer 4 of the OSI model and cannot detect application layer vulnerabilities. An agent such as; Tenable, Nexxus, Cisco Posturing module, SecureConnector can provide a in-depth scan of the software. D, ACAS and other scanning mechanisms can help facilitate information about the software through a credentialed scans. I find this very surprising and somewhat concerning no one knows this answer.
FrancisDrake 👍 1 Selected: AB
Least effort. Least cost.

Comments & Corrections

No comments yet — spotted an error or have a note? Share it below.

Log in to comment, report an error, or add a note about this question.

Submitted for moderation before publishing. Keep it helpful and respectful.

Expert Analysis

Why the Answer Is Correct

A network-based scan actively probes the web service on the public subnet and reads its version fingerprint directly, confirming or refuting what the passive pass inferred without installing anything. A credentialed scan logs into the host with an agent-less account and enumerates the actually installed package versions and patch state, which is authoritative for whether the software is outdated. Both reuse existing scanning infrastructure, so together they deliver definitive verification at the least additional cost and effort.

Why the Other Options Are Wrong

B, an agent-based scan, does provide deep host detail but requires deploying and maintaining agents on the target, which is exactly the added effort the question says to avoid. C, a port scan, only maps open ports and cannot read software versions, so it cannot confirm an outdated-software finding. D, a red-team exercise, is a full adversarial engagement priced far above a confirmation task and is grossly disproportionate here.

Community Comment Notes

Joshuac1392, the top-liked comment, endorses the provided AE pairing even while noting other tools disagree. BigM explains that a network-based scan identifies vulnerable services without agent installation and a credentialed scan verifies installed software, both low-cost follow-ups. WereAllinThisTogether pushes B over A on the layer-4 objection, but version fingerprinting of an HTTP service is standard layer-7 network scanning, and agent deployment still costs more effort than the question allows.

Official Reference

Related Analysis

← Back to CV0-003 Study Guide