<?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>SavvyAdmin.com &#187; DenyHosts</title>
	<atom:link href="http://savvyadmin.com/tag/denyhosts/feed/" rel="self" type="application/rss+xml" />
	<link>http://savvyadmin.com</link>
	<description>For savvy admins everywhere...</description>
	<lastBuildDate>Thu, 05 Aug 2010 03:30:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>DenyHosts: Automated SSH Brute Force Response System</title>
		<link>http://savvyadmin.com/denyhosts-automated-ssh-brute-force-response-system/</link>
		<comments>http://savvyadmin.com/denyhosts-automated-ssh-brute-force-response-system/#comments</comments>
		<pubDate>Sun, 02 Sep 2007 20:20:09 +0000</pubDate>
		<dc:creator>gmendoza</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[DenyHosts]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.savvyadmin.com/2007/09/02/denyhosts-automated-ssh-brute-force-response-system/</guid>
		<description><![CDATA[DenyHosts is a project that adds a protective layer to an SSH server by automatically blocking malicious hosts that use brute force or dictionary attacks. If you have SSH services enabled and accessible from the internet, you will likely have thousands of failed login attempts from several sources within a very short period of time. [...]


Related posts:<ol><li><a href='http://savvyadmin.com/fwknop-single-packet-authorization-in-ubuntu/' rel='bookmark' title='Permanent Link: fwknop: Single Packet Authorization in Ubuntu'>fwknop: Single Packet Authorization in Ubuntu</a></li>
<li><a href='http://savvyadmin.com/virtualbox-wireless-bridging-with-dhcp/' rel='bookmark' title='Permanent Link: VirtualBox Wireless Bridging with DHCP'>VirtualBox Wireless Bridging with DHCP</a></li>
<li><a href='http://savvyadmin.com/vlan-hopping-on-cisco-voice-enabled-switch-ports/' rel='bookmark' title='Permanent Link: VLAN Hopping on Cisco Voice-enabled Switch Ports'>VLAN Hopping on Cisco Voice-enabled Switch Ports</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="https://www.savvyadmin.com/wp-content/uploads/2007/09/denyhosts.png" alt="DenyHosts" width="260" height="54" /></p>
<p>DenyHosts is a project that adds a protective layer to an SSH server by automatically blocking malicious hosts that use brute force or dictionary attacks.  If you have SSH services enabled and accessible from the internet, you will likely have thousands of failed login attempts from several sources within a very short period of time.  DenyHosts monitors all login attempts, and based on a customizable rule-set can block hosts from making further connections if an attack pattern is matched.</p>
<p>Using tcp_wrappers, the DenyHosts service elegantly manages entries in the /etc/hosts.deny file, adding and removing hosts when thresholds are crossed.  e.g. Three failed logins with unknown user accounts; Three failed logins with root account; Five failed logins with known user accounts; Unblock host after a set period of time; etc.  You can also specify whether DenyHosts blocks access to SSH or ALL services, thereby mitigating any other attack vectors the offender might try next.</p>
<p>A most valuable feature that makes DenyHosts even more attractive is the optional centralized reporting system.  The service can be configured to report all abusive hosts to the DenyHosts collection server, and automatically import a list of IP addresses that others have reported.  This network of intelligence gathering and incident response helps to thwart a large number of attacks before they happen, because the attackers (most of which are automated bots) are blocked before they have a chance to move on to other protected servers.Other useful features include email notification when hosts are blocked, and counter resets after successful authentication to prevent accidental blacklisting caused by fat fingered admins.  :-)</p>
<p>For those of you using Ubuntu 7.04 (Feisty Fawn) and above, it is available in the Universe repository:</p>
<blockquote><p><code><strong>sudo  apt-get install denyhosts</strong></code></p></blockquote>
<p>Edit and customize /etc/denyhosts.conf for your desired options, and restart the service:</p>
<blockquote><p><code><strong>sudo /etc/init.d/denyhosts restart</strong></code></p></blockquote>
<p>Ubuntu 6.06.1 LTS will need a manual installation, as it is not included in the repositories.</p>
<p>Be sure to check out the project at <a title="DenyHosts Project Website" href="http://denyhosts.sourceforge.net" target="_blank">http://denyhosts.sourceforge.net</a>.</p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://www.printfriendly.com/print?url=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F&amp;partner=sociable" title="Print"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F&amp;t=DenyHosts%3A%20Automated%20SSH%20Brute%20Force%20Response%20System" title="Facebook"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://twitter.com/home?status=DenyHosts%3A%20Automated%20SSH%20Brute%20Force%20Response%20System%20-%20http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F" title="Twitter"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F&amp;title=DenyHosts%3A%20Automated%20SSH%20Brute%20Force%20Response%20System&amp;notes=%0D%0A%0D%0ADenyHosts%20is%20a%20project%20that%20adds%20a%20protective%20layer%20to%20an%20SSH%20server%20by%20automatically%20blocking%20malicious%20hosts%20that%20use%20brute%20force%20or%20dictionary%20attacks.%20%20If%20you%20have%20SSH%20services%20enabled%20and%20accessible%20from%20the%20internet%2C%20you%20will%20likely%20have%20th" title="del.icio.us"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://savvyadmin.com/feed/" title="RSS"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F&amp;title=DenyHosts%3A%20Automated%20SSH%20Brute%20Force%20Response%20System&amp;bodytext=%0D%0A%0D%0ADenyHosts%20is%20a%20project%20that%20adds%20a%20protective%20layer%20to%20an%20SSH%20server%20by%20automatically%20blocking%20malicious%20hosts%20that%20use%20brute%20force%20or%20dictionary%20attacks.%20%20If%20you%20have%20SSH%20services%20enabled%20and%20accessible%20from%20the%20internet%2C%20you%20will%20likely%20have%20th" title="Digg"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="mailto:?subject=DenyHosts%3A%20Automated%20SSH%20Brute%20Force%20Response%20System&amp;body=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F" title="email"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F&amp;title=DenyHosts%3A%20Automated%20SSH%20Brute%20Force%20Response%20System&amp;source=SavvyAdmin.com+For+savvy+admins+everywhere...&amp;summary=%0D%0A%0D%0ADenyHosts%20is%20a%20project%20that%20adds%20a%20protective%20layer%20to%20an%20SSH%20server%20by%20automatically%20blocking%20malicious%20hosts%20that%20use%20brute%20force%20or%20dictionary%20attacks.%20%20If%20you%20have%20SSH%20services%20enabled%20and%20accessible%20from%20the%20internet%2C%20you%20will%20likely%20have%20th" title="LinkedIn"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F" title="Identi.ca"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F&amp;title=DenyHosts%3A%20Automated%20SSH%20Brute%20Force%20Response%20System&amp;annotation=%0D%0A%0D%0ADenyHosts%20is%20a%20project%20that%20adds%20a%20protective%20layer%20to%20an%20SSH%20server%20by%20automatically%20blocking%20malicious%20hosts%20that%20use%20brute%20force%20or%20dictionary%20attacks.%20%20If%20you%20have%20SSH%20services%20enabled%20and%20accessible%20from%20the%20internet%2C%20you%20will%20likely%20have%20th" title="Google Bookmarks"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fsavvyadmin.com%2Fdenyhosts-automated-ssh-brute-force-response-system%2F&amp;title=DenyHosts%3A%20Automated%20SSH%20Brute%20Force%20Response%20System" title="StumbleUpon"><img src="http://savvyadmin.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
</ul>
</div>


<p>Related posts:<ol><li><a href='http://savvyadmin.com/fwknop-single-packet-authorization-in-ubuntu/' rel='bookmark' title='Permanent Link: fwknop: Single Packet Authorization in Ubuntu'>fwknop: Single Packet Authorization in Ubuntu</a></li>
<li><a href='http://savvyadmin.com/virtualbox-wireless-bridging-with-dhcp/' rel='bookmark' title='Permanent Link: VirtualBox Wireless Bridging with DHCP'>VirtualBox Wireless Bridging with DHCP</a></li>
<li><a href='http://savvyadmin.com/vlan-hopping-on-cisco-voice-enabled-switch-ports/' rel='bookmark' title='Permanent Link: VLAN Hopping on Cisco Voice-enabled Switch Ports'>VLAN Hopping on Cisco Voice-enabled Switch Ports</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://savvyadmin.com/denyhosts-automated-ssh-brute-force-response-system/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
