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.
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)- A6% (1)
- B83% (15)
- C11% (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.
Polymorphic shellcode attacks involve malicious code that mutates its own signature to evade antivirus and intrusion detection systems, not IP address manipulation.
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.
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.
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
Community Discussion
No community discussion yet for this question.