nerdexam
GIAC

GCIH · Question #42

Which of the following is the best method of accurately identifying the services running on a victim host?

The correct answer is A. Use of the manual method of telnet to each of the open ports. Manual banner grabbing via Telnet is considered the most accurate method for identifying services on open ports because it directly reads the service's own response banner. Automated tools can misidentify services based on port number assumptions rather than actual service…

Reconnaissance, Scanning, and Enumeration

Question

Which of the following is the best method of accurately identifying the services running on a victim host?

Options

  • AUse of the manual method of telnet to each of the open ports.
  • BUse of a port scanner to scan each port to confirm the services running.
  • CUse of hit and trial method to guess the services and ports of the victim host.
  • DUse of a vulnerability scanner to try to probe each port to verify which service is running.

How the community answered

(14 responses)
  • A
    93% (13)
  • C
    7% (1)

Why each option

Manual banner grabbing via Telnet is considered the most accurate method for identifying services on open ports because it directly reads the service's own response banner. Automated tools can misidentify services based on port number assumptions rather than actual service responses.

AUse of the manual method of telnet to each of the open ports.Correct

Telneting manually to each open port performs direct banner grabbing, where the actual service responds with its own identification string (e.g., SSH version, FTP banner, HTTP server header). This bypasses assumptions made by automated tools and gives the true service identity as reported by the service itself, making it the most accurate identification technique.

BUse of a port scanner to scan each port to confirm the services running.

Port scanners identify services primarily based on port number conventions rather than actual service responses, which can be inaccurate if services run on non-standard ports.

CUse of hit and trial method to guess the services and ports of the victim host.

Hit and trial guessing is not a systematic method and provides no reliable technical basis for accurately identifying services.

DUse of a vulnerability scanner to try to probe each port to verify which service is running.

Vulnerability scanners probe ports to find weaknesses but are not optimized for accurate service identification and can misclassify services running on non-default ports.

Concept tested: Banner grabbing for accurate service enumeration

Source: https://owasp.org/www-community/attacks/Banner_Grabbing

Topics

#service enumeration#banner grabbing#port scanning#telnet

Community Discussion

No community discussion yet for this question.

Full GCIH Practice