- UDP flood attack
A UDP flood attack is a
denial-of-service (DoS) attack using theUser Datagram Protocol (UDP), a sessionless/connectionless computer networking protocol.Using UDP for denial-of-service attacks is not as straightforward as with the
Transmission Control Protocol (TCP). 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.Thus, for a large number of UDP packets, the victimized system will be forced into sending many ICMP packets, eventually leading it to be unreachable by other clients. The attacker may also spoof the
IP address of the UDP packets, ensuring that the excessive ICMP return packets do not reach him, and anonymizing the attacker's network location(s).This attack can be managed by deploying
firewalls at key points in a network to filter out unwanted network traffic. The potential victim never receives and never responds to the malicious UDP packets because the firewall stops them.External links
* [http://www.cert.org/advisories/CA-1996-01.html CERT Advisory CA-1996-01 UDP Port Denial-of-Service Attack]
Wikimedia Foundation. 2010.