SSCP · Question #1066
What attack involves the perpetrator sending spoofed packet(s) wich contains the same destination and source IP address as the remote host, the same port for the source and destination, having the…
The correct answer is B. Land attack. A LAND attack sends a TCP SYN packet where the source IP and source port are spoofed to exactly match the destination IP and destination port of the target. The victim system sends a SYN-ACK back to itself, enters an infinite loop trying to complete the handshake, and may crash…
Question
Options
- ABoink attack
- BLand attack
- CTeardrop attack
- DSmurf attack
How the community answered
(44 responses)- A2% (1)
- B93% (41)
- D5% (2)
Explanation
A LAND attack sends a TCP SYN packet where the source IP and source port are spoofed to exactly match the destination IP and destination port of the target. The victim system sends a SYN-ACK back to itself, enters an infinite loop trying to complete the handshake, and may crash or hang. A Boink/Teardrop attack fragments packets maliciously; a Smurf attack uses ICMP broadcast amplification. The looped self-reply is the defining characteristic of a LAND attack.
Topics
Community Discussion
No community discussion yet for this question.