312-50V12 · Question #147
A skilled ethical hacker was assigned to perform a thorough OS discovery on a potential target. They decided to adopt an advanced fingerprinting technique and sent a TCP packet to an open TCP port…
The correct answer is C. Test 1: The test was conducted because SYN and ECN-Echo flags enabled to allow the hacker to. An ethical hacker used an advanced OS fingerprinting technique by sending a crafted TCP packet, observing the target's reply containing SYN and ECN-Echo flags to determine its Explicit Congestion Notification (ECN) capability.
Question
Options
- ATest 3: The test was executed to observe the response of the target system when a packet with
- BTest 2: This test was chosen because a TCP packet with no flags enabled is known as a NULL
- CTest 1: The test was conducted because SYN and ECN-Echo flags enabled to allow the hacker to
- DTest 6: The hacker selected this test because a TCP packet with the ACK flag enabled sent to a
How the community answered
(39 responses)- A13% (5)
- B5% (2)
- C74% (29)
- D8% (3)
Why each option
An ethical hacker used an advanced OS fingerprinting technique by sending a crafted TCP packet, observing the target's reply containing SYN and ECN-Echo flags to determine its Explicit Congestion Notification (ECN) capability.
This choice is incomplete and does not provide sufficient information to evaluate its technical merit or relation to the observed SYN and ECN-Echo flags in the response.
A NULL scan (a TCP packet with no flags enabled) typically elicits a RST response from an open port on most operating systems, not a SYN and ECN-Echo flag combination.
The hacker specifically probed for Explicit Congestion Notification (ECN) support, as the presence of SYN and ECN-Echo flags in the TCP response indicates that the target system is ECN-capable and is likely configured with specific TCP stack implementations. This ECN capability provides valuable information for OS fingerprinting, distinguishing between different operating systems and versions based on how they advertise and handle ECN.
An ACK scan (a TCP packet with only the ACK flag enabled) is primarily used for firewall rule mapping and typically receives an RST response from unfiltered ports, which does not match the observed SYN and ECN-Echo flags.
Concept tested: OS fingerprinting using Explicit Congestion Notification (ECN)
Source: https://learn.microsoft.com/en-us/windows-server/networking/technologies/network-subsystem/explicit-congestion-notification
Topics
Community Discussion
No community discussion yet for this question.