nerdexam
CompTIA

SK0-004 · Question #31

A server technician is investigating a potential data breach. It is believed that the breach occurred via telnet access. Which of the following could validate this hypothesis?

The correct answer is A. Port scanner. A port scanner can detect whether port 23 (Telnet) is or was open, helping validate whether telnet was used as the breach vector.

Security and disaster recovery

Question

A server technician is investigating a potential data breach. It is believed that the breach occurred via telnet access. Which of the following could validate this hypothesis?

Options

  • APort scanner
  • BCipher tools
  • CChecksum analyzer
  • DTDR

How the community answered

(22 responses)
  • A
    73% (16)
  • B
    14% (3)
  • C
    5% (1)
  • D
    9% (2)

Why each option

A port scanner can detect whether port 23 (Telnet) is or was open, helping validate whether telnet was used as the breach vector.

APort scannerCorrect

Telnet operates on TCP port 23, and a port scanner can probe the target host to determine if that port is currently open or can be correlated with firewall and IDS logs to show historical access. This provides direct evidence supporting or refuting the hypothesis that an attacker connected via Telnet. Tools like Nmap are standard for this type of network reconnaissance and validation.

BCipher tools

Cipher tools deal with encryption and decryption of data and would not reveal whether a plaintext Telnet session was established.

CChecksum analyzer

A checksum analyzer verifies file integrity by comparing hash values and has no capability to detect network protocol activity.

DTDR

A TDR (Time Domain Reflectometer) is a physical-layer cable testing tool used to locate faults in copper cabling, not to investigate network protocol usage.

Concept tested: Port scanning to validate network access vectors

Source: https://nmap.org/book/man.html

Topics

#port scanner#telnet#data breach investigation#security tools

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice