<?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>Syzygy Tech &#187; open source</title>
	<atom:link href="http://www.syzygytech.com/tag/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.syzygytech.com</link>
	<description>Blog of Bob</description>
	<lastBuildDate>Wed, 24 Feb 2010 03:19:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Deny Hosts and SSH Login Attempt Behavior</title>
		<link>http://www.syzygytech.com/2008/12/27/deny-hosts-and-ssh-login-attempt-behavior/</link>
		<comments>http://www.syzygytech.com/2008/12/27/deny-hosts-and-ssh-login-attempt-behavior/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 03:16:52 +0000</pubDate>
		<dc:creator>syzygy</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[denyhosts]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.syzygytech.com/?p=83</guid>
		<description><![CDATA[A few weeks ago I installed DenyHosts, a small deamon (can also be run as a cron job) that runs on my server to block IP&#8217;s that make brute force SSH login attempts.  The script has worked great, blocking over 500 hosts on the first day I used it (including myself a few times&#8230;).  One [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I installed <a title="DenyHosts" href="http://denyhosts.sourceforge.net" target="_blank">DenyHosts</a>, a small deamon (can also be run as a cron job) that runs on my server to block IP&#8217;s that make brute force SSH login attempts.  The script has worked great, blocking over 500 hosts on the first day I used it (including myself a few times&#8230;).  One of the features of the script is the ability to send an email each time it blocks a host.  Although getting a few hundred emails at first was very annoying, setting up a few rules in gmail prevented me seeing them in my inbox (they go directly to a folder).  I did, however, start to look at the times when the various hosts get denyed.  They seem to come in large groups, so that there will be 50 or so hosts blocked in a rather short length of time, around 10 minutes or less.  The IP&#8217;s of the computers also come from all over the world, but most seem to come from Asia, South America, and Russia.  I think it would be interesting to do a more complete statistical analysis of the data in regards to the time and location of where the login attempts are coming from.  Maybe I&#8217;ll write something to do this later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.syzygytech.com/2008/12/27/deny-hosts-and-ssh-login-attempt-behavior/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
