UDPFlooding
UDPFlooding is a type of distributed denial-of-service (DDoS) attack that exploits the User Datagram Protocol (UDP). In a UDP flooding attack, the attacker sends a massive volume of UDP packets to a target server or network. UDP is a connectionless protocol, meaning it does not require a handshake or establishment of a connection before sending data. This characteristic makes it easier for attackers to flood a target with a large number of unsolicited packets without expending significant resources.
The primary goal of a UDP flood is to overwhelm the target's network bandwidth or processing capacity.