<?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: The annoyance of brute force attacks.</title>
	<atom:link href="http://www.cafaro.net/2007/10/24/the-annoyance-and-brute-force-attacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cafaro.net/2007/10/24/the-annoyance-and-brute-force-attacks/</link>
	<description>A site to collect thoughts and figures of the moment.</description>
	<lastBuildDate>Wed, 13 Aug 2008 04:03:54 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: D-Caf</title>
		<link>http://www.cafaro.net/2007/10/24/the-annoyance-and-brute-force-attacks/comment-page-1/#comment-7651</link>
		<dc:creator>D-Caf</dc:creator>
		<pubDate>Wed, 24 Oct 2007 15:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cafaro.net/2007/10/24/the-annoyance-and-brute-force-attacks/#comment-7651</guid>
		<description>Very good points, and I&#039;ve looked into a few of them.  Unfortunately the IP block won&#039;t work, between users who roam a lot and dynamic IPs, just not feasible for several servers.  I&#039;ve actually looked at the DenyHosts and the ssh door knockers (attempt two SSH connections which fail as no ssh server, the third time it connects, if from the same IP), which are promising, but I&#039;ve had some issues with software versions and possibly breaking simple rpm software updates.

It&#039;s always a balancing act, and on some of my servers I&#039;ve implement the things you&#039;ve mentioned, as they help a LOT.  Just wish it didn&#039;t have to be so (I know, dreaming again...) :-)</description>
		<content:encoded><![CDATA[<p>Very good points, and I&#8217;ve looked into a few of them.  Unfortunately the IP block won&#8217;t work, between users who roam a lot and dynamic IPs, just not feasible for several servers.  I&#8217;ve actually looked at the DenyHosts and the ssh door knockers (attempt two SSH connections which fail as no ssh server, the third time it connects, if from the same IP), which are promising, but I&#8217;ve had some issues with software versions and possibly breaking simple rpm software updates.</p>
<p>It&#8217;s always a balancing act, and on some of my servers I&#8217;ve implement the things you&#8217;ve mentioned, as they help a LOT.  Just wish it didn&#8217;t have to be so (I know, dreaming again&#8230;) <img src='http://www.cafaro.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jjtuttle</title>
		<link>http://www.cafaro.net/2007/10/24/the-annoyance-and-brute-force-attacks/comment-page-1/#comment-7650</link>
		<dc:creator>jjtuttle</dc:creator>
		<pubDate>Wed, 24 Oct 2007 15:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cafaro.net/2007/10/24/the-annoyance-and-brute-force-attacks/#comment-7650</guid>
		<description>I don&#039;t mean to preach to the choir, but there are things you can do about this.  In my particular situation I only need to allow SSH/FTP access to a few people and have made an arrangement with them to only allow access from predetermined IP addresses.  Iptables drops all other connection attempts without logging.  If you can&#039;t do that there is always &lt;a href=&quot;http://denyhosts.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;DenyHosts&lt;/a&gt;, the dynamic tcpwrapper script for hosts.deny.  I deny all and only allow known hosts, but if you&#039;re open to the world this may be handy.  Of course, as minimum line of defense you could move listening services to unused high ports.  Obscurity is better than nothing.  

I&#039;m lucky in that I can limit connections to known hosts.  An attacker won&#039;t even know my system is there with a full port scan.  I remember, though, the days when I&#039;d have thousands of attempted connections a day.  Don&#039;t miss it a bit.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t mean to preach to the choir, but there are things you can do about this.  In my particular situation I only need to allow SSH/FTP access to a few people and have made an arrangement with them to only allow access from predetermined IP addresses.  Iptables drops all other connection attempts without logging.  If you can&#8217;t do that there is always <a href="http://denyhosts.sourceforge.net/" rel="nofollow">DenyHosts</a>, the dynamic tcpwrapper script for hosts.deny.  I deny all and only allow known hosts, but if you&#8217;re open to the world this may be handy.  Of course, as minimum line of defense you could move listening services to unused high ports.  Obscurity is better than nothing.  </p>
<p>I&#8217;m lucky in that I can limit connections to known hosts.  An attacker won&#8217;t even know my system is there with a full port scan.  I remember, though, the days when I&#8217;d have thousands of attempted connections a day.  Don&#8217;t miss it a bit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
