Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos

Bugtraq: Re: denial of service attack possible

Re: denial of service attack possible

From: Tom Fitzgerald <fitz_at_wang.com>
Date: Fri, 27 Oct 1995 13:51:14 EDT

> Last night, the machine completely stopped accepting connections on port
> 80 to the web server.

> tcp 0 0 205.164.146.26.80 146.94.1.2.2972 SYN_RCVD
> tcp 0 0 205.164.146.26.80 146.94.1.2.2763 SYN_RCVD

> It concerns me that one remote site can so easily completely block all
> incoming tcp/ip connections on a port. Is this a kernel bug, or something
> I can take some measure to prevent on this end?

You can crank up the second argument to listen() in httpd WAY high, which
will help with this. This is not a complete fix because there's also a
kernel-imposed limit on the number of half-open connections, but it will
get you the ability to tolerate more half-open connections before the
server stops responding.

In general there's no way to defend yourself against denial-of-service
attacks..... this only gives you more headroom.

--
Tom Fitzgerald   1-508-967-5278   Wang Labs, Billerica MA, USA   fitz_at_wang.com
Received on Oct 28 1995
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]