nerdexam
GIAC

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.

Penetration Testing Foundations & Reconnaissance

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)
  • A
    4% (1)
  • B
    8% (2)
  • C
    12% (3)
  • D
    76% (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.

APort scanning

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.

BSpoofing

Spoofing refers to forging source addresses or identities in packets to impersonate another host, which is unrelated to TTL-based firewall rule enumeration.

CCloaking

Cloaking is not a recognized network attack technique in this context; the TTL-based enumeration described is specifically defined as firewalking.

DFirewalkingCorrect

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

#firewalking#hping2#TTL manipulation#firewall evasion

Community Discussion

No community discussion yet for this question.

Full GPEN Practice