NODE 9f00d050XPA_nix
jya@pipeline.com (John Young)Fri, 13 Sep 1996 04:50:07 +0800
WSJ and WaPo have reports on Panix-jamming by info-request bombardment, and
Bell Labs security expert Bill Cheswick's attempt to solve it.
Cheswick opines,"This is the first major attack of a kind that I believe to
be the final Internet security problem."
-----
http://jya.com/xpanix.txt
XPA_nix
NODE ef0205baRe: Panix attack
Simon Spero <ses@tipper.oit.unc.edu>Fri, 13 Sep 1996 06:24:31 +0800
On Thu, 12 Sep 1996, John Young wrote:
> WSJ and WaPo have reports on Panix-jamming by info-request bombardment, and
> Bell Labs security expert Bill Cheswick's attempt to solve it.
This particular attack has been known for some time; kind of suprising it
hasn't been used before. It is defensible, but it can take a lot of
memory to give full protection.
The best way IPV4 way I know of to stop the listen queue being filled is to
use a special structure to hold half-open incoming connections, and not
allocate the full TCB until the ack of the syn-ack comes in; that way, the
listen queue can be made large enough to keep enouygh connections to cover
the number of SYNS recievable before the half-open connection times out
This ensures that there's at least a traceable return address for the
connection. Sort of like photuris cookies but without the forced RTT delay
(The timeout was added to most stacks in 94 after backbone fuckups caused
queues to wedge on most of the big web servers with all sorts of asymetric
routing problems. It's not strictly legal TCP)
----
Cause maybe (maybe) | In my mind I'm going to Carolina
you're gonna be the one that saves me | - back in Chapel Hill May 16th.
And after all | Email address remains unchanged
You're my firewall - | ........First in Usenet.........
NODE fba98deaRe: Panix attack
"Perry E. Metzger" <perry@piermont.com>Fri, 13 Sep 1996 07:12:29 +0800
Simon Spero writes:
> This ensures that there's at least a traceable return address for the
> connection. Sort of like photuris cookies but without the forced RTT delay
Not really. The genius of the Photuris cookie is that it induces no
state at all in the responder, thanks to crypto tricks.
I agree, though, that you can harden hosts against TCP floods.
Perry
NODE 1050cb9fRe: XPA_nix
"<pstira@escape.com>" <pstira@escape.com>Wed, 18 Sep 1996 12:27:22 +0800
On Thu, 12 Sep 1996, John Young wrote:
> Cheswick opines,"This is the first major attack of a kind that I believe to
> be the final Internet security problem."
Harrumph. We should only BE so lucky.
BAD internet.
BAD.
-Millie.
(nope, it wasn't me, bah)
sfuze@tiac.net
NODE d9ea761fRe: XPA_nix
"Perry E. Metzger" <perry@piermont.com>Thu, 19 Sep 1996 06:44:01 +0800
"<pstira@escape.com>" writes:
>
> On Thu, 12 Sep 1996, John Young wrote:
>
> > Cheswick opines,"This is the first major attack of a kind that I believe to
> > be the final Internet security problem."
>
> Harrumph. We should only BE so lucky.
I don't remember if Ches was quoted correctly, but its more or less
true -- we know how to deal with most classes of major problems, but
denial of service is still a major question mark. I suspect its the
last big frontier.
Perry