UDP flood attack
A UDP flood attack is a volumetric denial-of-service attack using the User Datagram Protocol, a sessionless/connectionless computer networking protocol.
Using UDP for denial-of-service attacks is not as straightforward as with the Transmission Control Protocol. However, a UDP flood attack can be initiated by sending a large number of UDP packets to random ports on a remote host. As a result, the distant host will:
- Check for the application listening at that port;
- See that no application listens at that port;
- Reply with an ICMP Destination Unreachable packet.
Tools for performing UDP flood attacks include:
- Low Orbit Ion Cannon
- UDP Unicorn