nerdexam
EC-Council

312-50V11 · Question #463

You're doing an internal security audit and you want to find out what ports are open on all the servers. What is the best way to find out?

The correct answer is A. Scan servers with Nmap. Nmap is the industry-standard tool for network port scanning, making it the most efficient and accurate method for auditing open ports across multiple servers.

Scanning Networks

Question

You're doing an internal security audit and you want to find out what ports are open on all the servers. What is the best way to find out?

Options

  • AScan servers with Nmap
  • BPhysically go to each server
  • CScan servers with MBSA
  • DTelent to every port on each server

How the community answered

(37 responses)
  • A
    95% (35)
  • B
    3% (1)
  • D
    3% (1)

Why each option

Nmap is the industry-standard tool for network port scanning, making it the most efficient and accurate method for auditing open ports across multiple servers.

AScan servers with NmapCorrect

Nmap (Network Mapper) is a purpose-built open-source tool for network discovery and security auditing that can rapidly scan entire IP ranges for open ports, services, and OS details. It supports multiple scan techniques (TCP SYN, UDP, etc.) and can output structured reports, making it ideal for internal security audits at scale.

BPhysically go to each server

Physically visiting each server is impractical, time-consuming, and does not reveal network-level port exposure from a remote attacker's perspective.

CScan servers with MBSA

MBSA (Microsoft Baseline Security Analyzer) checks for missing patches and security misconfigurations on Windows systems, not open network ports.

DTelent to every port on each server

Manually telnetting to every port on each server is extremely slow, error-prone, and impractical at scale compared to automated scanning tools.

Concept tested: Network port scanning using Nmap

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

Topics

#port scanning#nmap#network audit#open ports

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice