GPEN · Question #107
You send SYN packets with the exact TTL of the target system starting at port 1 and going up to port 1024 using hping2 utility. This attack is known as __________.
The correct answer is D. Firewalking. Firewalking is a reconnaissance technique that sends packets with carefully crafted TTL values to map open ports and ACL rules through a firewall or gateway device.
Question
You send SYN packets with the exact TTL of the target system starting at port 1 and going up to port 1024 using hping2 utility. This attack is known as __________.
Options
- APort scanning
- BSpoofing
- CCloaking
- DFirewalking
How the community answered
(25 responses)- A4% (1)
- B8% (2)
- C12% (3)
- D76% (19)
Why each option
Firewalking is a reconnaissance technique that sends packets with carefully crafted TTL values to map open ports and ACL rules through a firewall or gateway device.
Port scanning typically involves direct connection attempts or probes to a host to determine open ports, without the TTL manipulation designed to infer firewall rule sets.
Spoofing refers to forging source addresses or identities in packets to impersonate another host, which is unrelated to TTL-based firewall rule enumeration.
Cloaking is not a recognized network attack technique in this context; the TTL-based enumeration described is specifically defined as firewalking.
Firewalking sets the IP TTL to expire exactly one hop past the target firewall, then sweeps through ports; if a port is allowed, the TTL-expired ICMP message comes from the next-hop device, revealing the firewall's access control rules without directly connecting to the destination host.
Concept tested: Firewalking TTL-based firewall ACL enumeration technique
Source: https://www.ietf.org/proceedings/51/I-D/draft-ietf-hexen-firewalk-00.txt
Topics
Community Discussion
No community discussion yet for this question.