[108] in bugtraq
udp packet storms
daemon@ATHENA.MIT.EDU (Tim Newsham)
Sat Oct 29 16:29:04 1994
From: newsham@zang.kcc.hawaii.edu (Tim Newsham)
To: bugtraq@fc.net
Date: Sat, 29 Oct 1994 09:24:31 -1000 (HST)
There's at least one way to make a UDP packet storm. Not
very hard to do:
src address = 255.255.255.255 port 7
dst address = <some host> port 7
the port will be echoed by the inetd (echo port) back to the
sender (255.255.255.255 port 7). Each machine with an inetd
that has echo enabled will echo the packet back to the first
machine. Broadcast addresses need not be used:
src address = <some host> port 7
dst address = <some other host> port 7
I imagine the same can be done with talkd packets. UDP source
addresses are easy to forge.
Tim N.