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.
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)- A90% (26)
- B3% (1)
- D7% (2)
Why each option
Nmap is the industry-standard tool for discovering open ports across multiple hosts efficiently and accurately.
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.
Physically visiting each server provides no direct information about which network ports are open and is completely impractical at scale.
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.
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
Community Discussion
No community discussion yet for this question.