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.
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)- A95% (35)
- B3% (1)
- D3% (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.
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.
Physically visiting each server is impractical, time-consuming, and does not reveal network-level port exposure from a remote attacker's perspective.
MBSA (Microsoft Baseline Security Analyzer) checks for missing patches and security misconfigurations on Windows systems, not open network ports.
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
Community Discussion
No community discussion yet for this question.