CompTIA PenTest+ (PT0-002) — Question 332

A security engineer is working to identify all email servers on a network. Which of the following commands should the engineer use to identify the servers as well as the software version the servers are running?

Answer options

Correct answer: A

Explanation

The correct answer, A, uses the nmap command with options that specifically target email ports (25, 110, 143, 465, 993, 995) and includes version detection (-sV). The other options either do not target the correct email ports or lack the version detection feature, making them ineffective for identifying email servers and their software versions.