<?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>LinuxBabu ........... &#187; DDos</title>
	<atom:link href="http://www.linuxbabu.net/tag/ddos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxbabu.net</link>
	<description>Linux System Admin Blog....</description>
	<lastBuildDate>Tue, 15 Jun 2010 11:02:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>DoS: looking at open connections</title>
		<link>http://www.linuxbabu.net/2008/07/dos-looking-at-open-connections/</link>
		<comments>http://www.linuxbabu.net/2008/07/dos-looking-at-open-connections/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 06:30:51 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DDos]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=121</guid>
		<description><![CDATA[Here is a command line to run on your server if you think your server is under attack. It prints our a list of open connections to your server and sorts them by ammount. RedHat: netstat -ntu &#124; awk &#8216;{print $5}&#8217; &#124; cut -d: -f1 &#124; sort &#124; uniq -c &#124; sort -n BSD: netstat [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/dos-looking-at-open-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rootkit help</title>
		<link>http://www.linuxbabu.net/2008/07/rootkit-help/</link>
		<comments>http://www.linuxbabu.net/2008/07/rootkit-help/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 06:27:13 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DDos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rootkit]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=117</guid>
		<description><![CDATA[RootKit &#8212; Spyware and Junkware detection and removal tool Go to Rootkit Hunter homepage, and download the latest release. http://www.rootkit.nl/projects/rootkit_hunter.html ## Get the latest source and untar # cd /usr/src/utils # wget http://downloads.rootkit.nl/rkhunter-&#60;version&#62;.tar.gz # tar xfz rkhunter-*.gz # cd rkhunter # ./installer.sh ## run rkhunter # rkhunter -c Setup automatic protection on System Reboot ## [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/rootkit-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preventing DDOS Attacks with Mod_Evasive</title>
		<link>http://www.linuxbabu.net/2008/07/preventing-ddos-attacks-with-mod_evasive/</link>
		<comments>http://www.linuxbabu.net/2008/07/preventing-ddos-attacks-with-mod_evasive/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 06:03:32 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DDos]]></category>
		<category><![CDATA[Mod_Evasive]]></category>
		<category><![CDATA[Preventing DDOS Attacks]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=111</guid>
		<description><![CDATA[Denial of Service attacks are among the oldest yet most common form of attacking a server. Most system administrators have had to deal with DOS attacks taking down a server, router, or other networking device and know how difficult they can be to prevent. Mod_evasive is an Apache module that limits the number of Apache [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/07/preventing-ddos-attacks-with-mod_evasive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to block ip addresses with iptables</title>
		<link>http://www.linuxbabu.net/2008/01/how-to-block-ip-addresses-with-iptables/</link>
		<comments>http://www.linuxbabu.net/2008/01/how-to-block-ip-addresses-with-iptables/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 07:44:30 +0000</pubDate>
		<dc:creator>dino</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DDos]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://linuxbabu.net/site/?p=156</guid>
		<description><![CDATA[I have an ip address attacking my server or taking up all my httpd connections so none of my sites work. In order to correct this you will want to use the netstat -n command to see the ip addresses connected to your server. Once you have the ip address you want to block you [...]]]></description>
		<wfw:commentRss>http://www.linuxbabu.net/2008/01/how-to-block-ip-addresses-with-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
