200-201 · Question #276
Refer to the exhibit. An attacker scanned the server using Nmap. What did the attacker obtain from this scan?
The correct answer is C. Gathered information on processes running on the server. An Nmap scan is a reconnaissance tool that primarily helps an attacker gather information about a target server's open ports and the services (processes) running on them, including their versions and operating system details.
Question
Refer to the exhibit. An attacker scanned the server using Nmap. What did the attacker obtain from this scan?
Exhibit
Options
- AIdentified a firewall device preventing the pert state from being returned.
- BIdentified open SMB ports on the server
- CGathered information on processes running on the server
- DGathered a list of Active Directory users
How the community answered
(41 responses)- A10% (4)
- B7% (3)
- C80% (33)
- D2% (1)
Why each option
An Nmap scan is a reconnaissance tool that primarily helps an attacker gather information about a target server's open ports and the services (processes) running on them, including their versions and operating system details.
While Nmap can indicate 'filtered' ports which might suggest a firewall, it does not specifically 'identify a firewall device' as an active process or service, nor is 'pert state' standard Nmap output.
While Nmap can indeed identify open SMB ports (like 445/tcp), option C represents a broader outcome, as Nmap can identify information on many different services and their underlying processes, not just SMB.
An Nmap scan, especially when utilizing service version detection (-sV) or specific Nmap Scripting Engine (NSE) scripts, can identify the types of services and applications running on open ports. These services are typically managed by underlying processes, thus providing information about what processes are active on the server.
Nmap itself does not directly gather a list of Active Directory users; specific tools or more advanced enumeration techniques, often leveraging identified services like LDAP or SMB, are required for AD user enumeration.
Concept tested: Nmap reconnaissance capabilities
Source: https://nmap.org/book/man.html
Topics
Community Discussion
No community discussion yet for this question.
