Date: Sat, 8 Mar 2008 14:54:35 -0800 From: Bill Campbell <freebsd@celestial.com> To: freebsd-questions@freebsd.org Subject: Re: how to respond to possible attacks Message-ID: <20080308225435.GA14280@ayn.mi.celestial.com> In-Reply-To: <47D31490.1040804@jessikat.plus.net> References: <47D31490.1040804@jessikat.plus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 08, 2008, Robin Becker wrote: >Sorry if this is too off topic, but I would like to find out what to do >when you suspect a possible dos attack on your system. I know there are >many experienced sysadmins here. >Although my system (freebsd 6.0/apache 2.0.x) did in fact hold up, what >steps should I be taking? The originating ip doesn't seem to be reverse >mappable. The first thing to do is ``whois ipaddress'' which probably will identify the owner of the ip block. One can also identify name servers by reversing the octets in the IP address, then querying for the name server(s) responsible for the reverse dns. This if the IP address is 1.2.3.4, one would try the following searches until one returns something useful. dig 4.3.2.in-addr.arpa. ns dig 3.2.in-addr.arpa. ns dig 2.in-addr.arpa. ns The next step would be to attempt to contact the owners of the name servers. Bill -- INTERNET: bill@celestial.com Bill Campbell; Celestial Software LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 We'll show the world we are prosperous, even if we have to go broke to do it. -- Will Rogers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080308225435.GA14280>