312-50V13 · Question #615
An ethical hacker is performing a network scan to evaluate the security of a company's IT infrastructure. During the scan, he discovers an active host with multiple open ports running various…
The correct answer is B. Conduct a vulnerability scan on the open port to identify any potential weaknesses. After successfully establishing an open TCP connection during a network scan, the ethical hacker's next logical step is to conduct a vulnerability scan on that open port to identify potential weaknesses.
Question
Options
- ASend a PSH packet to inform the receiving application about the buffered data.
- BConduct a vulnerability scan on the open port to identify any potential weaknesses.
- CScan another port on the same host using the SYN, ACK, and RST flags.
- DSend a FIN or RST packet to close the connection.
How the community answered
(26 responses)- A15% (4)
- B73% (19)
- C8% (2)
- D4% (1)
Why each option
After successfully establishing an open TCP connection during a network scan, the ethical hacker's next logical step is to conduct a vulnerability scan on that open port to identify potential weaknesses.
Sending a PSH packet is a part of TCP data transfer, not a primary step for reconnaissance or vulnerability assessment immediately after establishing a connection in this context.
Establishing a successful three-way handshake (SYN, SYN/ACK, ACK) confirms that a port is open and a service is actively listening. With an open connection identified, the ethical hacker should then conduct a vulnerability scan specifically targeting that service and port to discover known vulnerabilities, misconfigurations, or exploitable flaws that could lead to unauthorized access or further compromise.
Scanning another port using different flags is a good next step for overall network discovery but is not the most effective immediate action for assessing the security of the *already identified* open port and service.
Sending a FIN or RST packet would close the connection, which is appropriate after completing an interaction but not the next action when the goal is to assess vulnerabilities of an *open* port.
Concept tested: Post-port scan vulnerability assessment
Topics
Community Discussion
No community discussion yet for this question.