nerdexam
EC-Council

312-50V9 · Question #292

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 discovering open ports across multiple hosts efficiently and accurately.

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

(29 responses)
  • A
    90% (26)
  • B
    3% (1)
  • D
    7% (2)

Why each option

Nmap is the industry-standard tool for discovering open ports across multiple hosts efficiently and accurately.

AScan servers with NmapCorrect

Nmap (Network Mapper) is purpose-built for port scanning and can scan entire subnets or lists of servers simultaneously, reporting open, closed, and filtered ports for each host. It is the most efficient and thorough method for an internal audit of open ports across many servers.

BPhysically go to each server

Physically visiting each server provides no direct information about which network ports are open and is completely impractical at scale.

CScan servers with MBSA

MBSA (Microsoft Baseline Security Analyzer) checks Windows security configurations and missing patches, but is not a port scanner and does not enumerate open TCP/UDP ports.

DTelent to every port on each server

Manually telneting to every possible port (0-65535) on each server is impractical, error-prone, and does not scale to an audit involving multiple servers.

Concept tested: Using Nmap for network port discovery

Source: https://nmap.org/docs.html

Topics

#nmap#port scanning#network audit#open ports

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice