nerdexam
EC-Council

312-50V9 · Question #51

Which of the following techniques does a vulnerability scanner use in order to detect a vulnerability on a target service?

The correct answer is D. Analyzing service response. Vulnerability scanners detect vulnerabilities by sending probes to target services and analyzing the responses against a database of known weakness signatures.

Vulnerability Analysis

Question

Which of the following techniques does a vulnerability scanner use in order to detect a vulnerability on a target service?

Options

  • APort scanning
  • BBanner grabbing
  • CInjecting arbitrary data
  • DAnalyzing service response

How the community answered

(43 responses)
  • B
    2% (1)
  • C
    2% (1)
  • D
    95% (41)

Why each option

Vulnerability scanners detect vulnerabilities by sending probes to target services and analyzing the responses against a database of known weakness signatures.

APort scanning

Port scanning is a reconnaissance step used to discover open ports and running services, not a technique for detecting specific vulnerabilities on those services.

BBanner grabbing

Banner grabbing is an information-gathering technique that identifies service version strings to inform target selection, but it is not the mechanism by which a vulnerability is confirmed.

CInjecting arbitrary data

Injecting arbitrary data is associated with fuzzing or active exploitation during penetration testing, not with the standard passive or credentialed checks performed by vulnerability scanners.

DAnalyzing service responseCorrect

Analyzing service responses is the core mechanism vulnerability scanners use to identify weaknesses - the scanner sends crafted requests and compares the replies to known vulnerability signatures or expected behavior baselines. This response analysis can reveal version-specific flaws, misconfigurations, and exposed attack surfaces without requiring manual exploitation. The quality and depth of response analysis directly determines what vulnerabilities the scanner can detect.

Concept tested: Vulnerability scanner detection and response analysis methodology

Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-115.pdf

Topics

#vulnerability scanner#service response analysis#detection techniques#banner grabbing

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice