GCIH · Question #365
Analyze the nmap results shown. What is the first step the security administrator should take?
The correct answer is B. Determine what services are running on ports greater than 1024. When nmap results reveal open ports above 1024, the correct first step is to identify what services are actually listening on those ports before taking any remediation action. Unknown open ports must be investigated before they can be properly evaluated or blocked.
Question
Analyze the nmap results shown. What is the first step the security administrator should take?
Exhibit
Options
- AClose one port on host to improve the accuracy of the scan
- BDetermine what services are running on ports greater than 1024
- CEnsure encryption is being used on all 3306/tcp traffic
- DBlock outgoing packets for ports greater than 1024
How the community answered
(26 responses)- A19% (5)
- B69% (18)
- C8% (2)
- D4% (1)
Why each option
When nmap results reveal open ports above 1024, the correct first step is to identify what services are actually listening on those ports before taking any remediation action. Unknown open ports must be investigated before they can be properly evaluated or blocked.
Closing a port to improve scan accuracy is not a valid security or scanning concept and would alter the environment being assessed rather than analyze it.
Ports above 1024 are application-specific or ephemeral ports, and their presence in a scan does not automatically indicate a threat - they may be legitimate services. The first step must be to determine what processes or services are bound to those ports using tools like nmap's service version detection (-sV) or netstat, so that an informed decision can be made. Acting without this information risks blocking legitimate traffic or overlooking actual threats.
Ensuring encryption on 3306/tcp (MySQL) traffic is a valid hardening step but is not the first action - all discovered ports must be identified and understood before specific remediations are applied.
Blocking all outgoing packets for ports above 1024 would disrupt most application traffic and is far too broad an action to take without first understanding which services are running on those ports.
Concept tested: Nmap scan analysis and port service identification
Source: https://nmap.org/book/man-version-detection.html
Topics
Community Discussion
No community discussion yet for this question.
