GCIH · Question #295
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 is the technique of crafting IP packets with a falsified source IP address to disguise the attacker's true identity or impersonate a trusted system. This is commonly used in DDoS amplification attacks, session hijacking, and bypassing IP-based access…
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
- ARainbow attack
- BIP address spoofing
- CCross-site request forgery
- DPolymorphic shell code attack
How the community answered
(25 responses)- A4% (1)
- B92% (23)
- D4% (1)
Explanation
IP address spoofing is the technique of crafting IP packets with a falsified source IP address to disguise the attacker's true identity or impersonate a trusted system. This is commonly used in DDoS amplification attacks, session hijacking, and bypassing IP-based access controls. The other options are unrelated: a Rainbow attack uses precomputed hash tables to crack passwords, Cross-site request forgery (CSRF) tricks authenticated users into submitting malicious requests via a web browser, and a Polymorphic shellcode attack involves malicious code that changes its byte pattern to evade signature-based detection.
Topics
Community Discussion
No community discussion yet for this question.