<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A PHP script for dealing with DoS attacks</title>
	<atom:link href="http://codingrecipes.com/a-php-script-for-dealing-with-dos-attacks/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/a-php-script-for-dealing-with-dos-attacks</link>
	<description></description>
	<lastBuildDate>Tue, 01 May 2012 00:54:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/a-php-script-for-dealing-with-dos-attacks/comment-page-1#comment-309</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=608#comment-309</guid>
		<description>Yes, you could find the IPs like this and ban them using APF, that is more efficient but that is assuming there is APF or you can install it...</description>
		<content:encoded><![CDATA[<p>Yes, you could find the IPs like this and ban them using APF, that is more efficient but that is assuming there is APF or you can install it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://codingrecipes.com/a-php-script-for-dealing-with-dos-attacks/comment-page-1#comment-308</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 29 Aug 2009 21:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=608#comment-308</guid>
		<description>Very nice script.

Ivo, instead of stopping them on the Apache level, why not on the server level before Apache even has to interact with the request? This script does just that if you&#039;re using APF or another firewall.</description>
		<content:encoded><![CDATA[<p>Very nice script.</p>
<p>Ivo, instead of stopping them on the Apache level, why not on the server level before Apache even has to interact with the request? This script does just that if you&#8217;re using APF or another firewall.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/a-php-script-for-dealing-with-dos-attacks/comment-page-1#comment-307</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=608#comment-307</guid>
		<description>First of all, I don&#039;t really know what you mean by expensive, a system() or gethostbyaddr() are not resource intensive at all, not even close to 1,000s of requests being handled by Apache in the event of a DoS attack.

When my servers are going down because of a DoS attack, these tiny system() and gethostbyaddr() calls are the last thing I&#039;m worried about.

This script will show you the IP addresses and you can deny them by adding them to your firewall and in action, we found that it very useful and helped us recover from the attacks without needing to restart anything.

It is also used by this huge hosting company to do the exact same thing.

Mod_evasive sounds great but we couldn&#039;t install it at the time of the DoS attack.</description>
		<content:encoded><![CDATA[<p>First of all, I don&#8217;t really know what you mean by expensive, a system() or gethostbyaddr() are not resource intensive at all, not even close to 1,000s of requests being handled by Apache in the event of a DoS attack.</p>
<p>When my servers are going down because of a DoS attack, these tiny system() and gethostbyaddr() calls are the last thing I&#8217;m worried about.</p>
<p>This script will show you the IP addresses and you can deny them by adding them to your firewall and in action, we found that it very useful and helped us recover from the attacks without needing to restart anything.</p>
<p>It is also used by this huge hosting company to do the exact same thing.</p>
<p>Mod_evasive sounds great but we couldn&#8217;t install it at the time of the DoS attack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo</title>
		<link>http://codingrecipes.com/a-php-script-for-dealing-with-dos-attacks/comment-page-1#comment-306</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Tue, 31 Mar 2009 06:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=608#comment-306</guid>
		<description>I don&#039;t get it; if you&#039;re under attack you do not want to use expensive scripts (system() &amp; gethostbyaddr() are terribly slow). Why not stop them &#039;at the gate&#039; (ie; apache) ? You&#039;d be better of using mod-evasive ( http://bit.ly/DwdCM )</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it; if you&#8217;re under attack you do not want to use expensive scripts (system() &amp; gethostbyaddr() are terribly slow). Why not stop them &#8216;at the gate&#8217; (ie; apache) ? You&#8217;d be better of using mod-evasive ( <a href="http://bit.ly/DwdCM" rel="nofollow">http://bit.ly/DwdCM</a> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

