312-50V12 · Question #151
Jake, a network security specialist, is trying to prevent network-level session hijacking attacks in his company. While studying different types of such attacks, he learns about a technique where an…
The correct answer is D. Man-in-the-middle Attack Using Forged ICMP and ARP Spoofing. The described attack, where an attacker inserts their machine between a client and server to reroute packets transparently using forged ICMP and ARP spoofing, is characteristic of a Man-in-the-middle (MITM) attack.
Question
Options
- ATCP/IP Hijacking
- BRST Hijacking
- CUDP Hijacking
- DMan-in-the-middle Attack Using Forged ICMP and ARP Spoofing
How the community answered
(49 responses)- A2% (1)
- B8% (4)
- C4% (2)
- D86% (42)
Why each option
The described attack, where an attacker inserts their machine between a client and server to reroute packets transparently using forged ICMP and ARP spoofing, is characteristic of a Man-in-the-middle (MITM) attack.
TCP/IP Hijacking is a broader category that often refers to taking over an *existing* TCP session, rather than the described transparent insertion of a machine to reroute all traffic from the outset using ARP and ICMP manipulation.
RST Hijacking specifically involves sending a forged TCP RST (reset) packet to abruptly terminate an established connection, which does not fit the description of transparently rerouting ongoing communications.
UDP Hijacking is less common and refers to intercepting or injecting UDP packets; however, UDP is connectionless, and the described method of transparently inserting a machine and rerouting via forged ICMP and ARP is more indicative of a MITM attack against TCP/IP communication.
A Man-in-the-middle (MITM) attack involves an attacker positioning themselves between two communicating parties to intercept, alter, or relay communications without their knowledge. Techniques like ARP spoofing are commonly used in local network MITM attacks to associate the attacker's MAC address with the IP address of a legitimate host (e.g., default gateway), thereby rerouting traffic through the attacker's machine. The question's description of inserting a machine to reroute packets transparently using 'forged ICMP and ARP Spoofing' perfectly aligns with the mechanisms of a MITM attack.
Concept tested: Man-in-the-middle (MITM) attack techniques
Source: https://www.cisco.com/c/en/us/products/security/what-is-man-in-the-middle-attack.html
Topics
Community Discussion
No community discussion yet for this question.