nerdexam
GIAC

GSLC · Question #9

In which of the following attacks does an attacker create the IP packets with a forged (spoofed) source IP address with the purpose of concealing the identity of the sender or impersonating another…

The correct answer is B. IP address spoofing. IP address spoofing involves forging the source IP address in packets to hide the attacker's identity or impersonate another trusted system.

Security Architecture & Engineering

Question

In which of the following attacks does an attacker create the IP packets with a forged (spoofed) source IP address with the purpose of concealing the identity of the sender or impersonating another computing system?

Options

  • APolymorphic shell code attack
  • BIP address spoofing
  • CCross-site request forgery
  • DRainbow attack

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    83% (15)
  • C
    11% (2)

Why each option

IP address spoofing involves forging the source IP address in packets to hide the attacker's identity or impersonate another trusted system.

APolymorphic shell code attack

Polymorphic shellcode attacks involve malicious code that mutates its own signature to evade antivirus and intrusion detection systems, not IP address manipulation.

BIP address spoofingCorrect

IP address spoofing is the technique of crafting packets with a falsified source IP address to conceal the true origin of traffic or impersonate a trusted host on the network. This can be used to bypass IP-based access controls, launch blind attacks, or mask the origin during amplification attacks. It directly matches the behavior described in the question stem.

CCross-site request forgery

Cross-site request forgery tricks an authenticated user's browser into submitting unauthorized requests to a web application, which has nothing to do with forging IP packet headers.

DRainbow attack

A rainbow attack uses precomputed hash tables to reverse cryptographic hashes and crack passwords, not to forge network-layer source addresses.

Concept tested: IP address spoofing attack technique

Source: https://csrc.nist.gov/glossary/term/ip_spoofing

Topics

#IP spoofing#packet manipulation#network attacks#identity concealment

Community Discussion

No community discussion yet for this question.

Full GSLC Practice