Network Attacks Flashcards
SYN Flood
Type of DoS attack
Actor sends SYN packets but never completes the handshake.
Each SYN request uses resources on the network device as it waits to complete the handshake
Solutions:
1. Implement SYN Cookies
2. Limit amount of time the device waits to complete handshake
SMURF Attack
DoS attack using ICMP echo broadcast packets where the source IP address is spoofed to be the target IP address. This results in the spoofed device receiving many broadcast responses back from the devices that were pinged.
Routers no longer respond to broadcast messages because of RFC 2644.
Fraggle Attack
Similar to SMURF attack but uses UDP broadcast packets over ports 7 and 19.
Ping Flood Attack
Overwhelms target system with Ping requests usually using a botnet. Type of DDoS attack.