nerdexam
GIAC

GSEC · Question #50

What does an attacker need to consider when attempting an IP spoofing attack that relies on guessing Initial Sequence Numbers (ISNs)?

The correct answer is A. These attacks work against relatively idle servers. ISN-guessing blind spoofing attacks are most feasible against idle servers because low traffic volumes make sequence numbers more predictable and reduce the chance of legitimate RST packets disrupting the forged session.

Network Security

Question

What does an attacker need to consider when attempting an IP spoofing attack that relies on guessing Initial Sequence Numbers (ISNs)?

Options

  • AThese attacks work against relatively idle servers.
  • BThese attacks rely on a modified TCP/IP stack to function.
  • CThese attacks can be easily traced back to the source.
  • DThese attacks only work against Linux/Unix hosts.

How the community answered

(26 responses)
  • A
    81% (21)
  • B
    12% (3)
  • C
    4% (1)
  • D
    4% (1)

Why each option

ISN-guessing blind spoofing attacks are most feasible against idle servers because low traffic volumes make sequence numbers more predictable and reduce the chance of legitimate RST packets disrupting the forged session.

AThese attacks work against relatively idle servers.Correct

When a server is handling little to no other traffic, its TCP Initial Sequence Numbers are easier to predict or enumerate, and there is less competing traffic that could cause the server to reset or invalidate a forged session. Active servers with many simultaneous connections generate more unpredictable ISNs and increased legitimate traffic that interferes with the blind injection. The attacker must time and guess correctly within a narrow window, which is only feasible when the server state is quiet and stable.

BThese attacks rely on a modified TCP/IP stack to function.

ISN-guessing attacks are conducted using a standard or minimally modified network stack to send crafted packets; they rely on predicting sequence numbers, not on a fundamentally altered TCP/IP implementation.

CThese attacks can be easily traced back to the source.

Because the attack uses a spoofed source IP address, it is extremely difficult to trace back to the actual attacker, making traceability the opposite of a concern - it is one of the attack's advantages.

DThese attacks only work against Linux/Unix hosts.

TCP ISN prediction attacks are not OS-specific; any host with a predictable ISN generation algorithm, regardless of operating system, is potentially vulnerable.

Concept tested: TCP ISN prediction and blind IP spoofing attack conditions

Source: https://www.rfc-editor.org/rfc/rfc6528

Topics

#IP spoofing#TCP sequence numbers#ISN guessing#session hijacking

Community Discussion

No community discussion yet for this question.

Full GSEC Practice