312-50V10 · Question #868
Henry Is a cyber security specialist hired by BlackEye - Cyber security solutions. He was tasked with discovering the operating system (OS) of a host. He used the Unkornscan tool to discover the OS of
The correct answer is B. 128. Default IP Time-to-Live (TTL) values vary by operating system and serve as a passive fingerprinting indicator during network reconnaissance.
Question
Henry Is a cyber security specialist hired by BlackEye - Cyber security solutions. He was tasked with discovering the operating system (OS) of a host. He used the Unkornscan tool to discover the OS of the target system. As a result, he obtained a TTL value, which Indicates that the target system is running a Windows OS. Identify the TTL value Henry obtained, which indicates that the target OS is Windows.
Options
- A64
- B128
- C255
- D138
How the community answered
(69 responses)- A4% (3)
- B88% (61)
- C1% (1)
- D6% (4)
Why each option
Default IP Time-to-Live (TTL) values vary by operating system and serve as a passive fingerprinting indicator during network reconnaissance.
A TTL of 64 is the default value used by Linux and Unix-based operating systems such as Debian, Ubuntu, and macOS, not Windows.
Windows operating systems set a default TTL of 128 in outgoing IP packets, which is a well-documented fingerprinting signature used by tools such as Unicornscan and Nmap. When a probe response returns with a TTL value at or near 128, it reliably indicates the target is running a Windows-based operating system, distinguishing it from Linux systems (TTL 64) and network infrastructure devices (TTL 255).
A TTL of 255 is the default for network infrastructure devices such as Cisco routers and switches, as well as some Unix variants like Solaris and AIX, not Windows systems.
138 is not a standard default TTL value for any major operating system; OS vendors configure default TTL at fixed values of 64, 128, or 255.
Concept tested: OS fingerprinting using default IP TTL values
Source: https://nmap.org/book/osdetect-methods.html
Topics
Community Discussion
No community discussion yet for this question.