<?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: Using IPTables to Prevent SSH Brute Force Attacks</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ZenData</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-153586</link>
		<dc:creator>ZenData</dc:creator>
		<pubDate>Thu, 29 Sep 2011 20:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-153586</guid>
		<description>Thanks ... saved alot of time ....</description>
		<content:encoded><![CDATA[<p>Thanks &#8230; saved alot of time &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-145395</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 26 Aug 2011 16:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-145395</guid>
		<description>Thanks for this.  I didn&#039;t even realize I had a problem until my /var volume filled up due to a tremendously large /var/log/btmp file.  Combining this with blocking a few frequent ip addresses, and the problem seems to be under control.</description>
		<content:encoded><![CDATA[<p>Thanks for this.  I didn&#8217;t even realize I had a problem until my /var volume filled up due to a tremendously large /var/log/btmp file.  Combining this with blocking a few frequent ip addresses, and the problem seems to be under control.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A secure, standard iptables rule-set for a basic HTTP(s) webserver</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-77986</link>
		<dc:creator>A secure, standard iptables rule-set for a basic HTTP(s) webserver</dc:creator>
		<pubDate>Mon, 22 Nov 2010 03:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-77986</guid>
		<description>[...] Also, rather than using Denyhosts or fail2ban you could use iptables itself to block bad repeated attempts at SSH. [...]</description>
		<content:encoded><![CDATA[<p>[...] Also, rather than using Denyhosts or fail2ban you could use iptables itself to block bad repeated attempts at SSH. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A secure, standard iptables rule-set for a basic HTTP(s) webserver &#124; DeveloperQuestion.com</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-70997</link>
		<dc:creator>A secure, standard iptables rule-set for a basic HTTP(s) webserver &#124; DeveloperQuestion.com</dc:creator>
		<pubDate>Mon, 04 Oct 2010 18:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-70997</guid>
		<description>[...] Also, rather than using Denyhosts or fail2ban you could use iptables itself to block bad repeated attempts at SSH. [...]</description>
		<content:encoded><![CDATA[<p>[...] Also, rather than using Denyhosts or fail2ban you could use iptables itself to block bad repeated attempts at SSH. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-68825</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Thu, 16 Sep 2010 15:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-68825</guid>
		<description>Kevin,

looks good!  Being a better net citizen is always good.</description>
		<content:encoded><![CDATA[<p>Kevin,</p>
<p>looks good!  Being a better net citizen is always good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-68619</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 15 Sep 2010 02:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-68619</guid>
		<description>What do you think about using a ruby script like this: 

http://github.com/nazar/report-hack-isp

in tandem with your iptables solution?  I see iptables as protecting your server (or mine) and the script being proactive about protecting the web a little more by alerting the ISP in charge.  Thoughts?</description>
		<content:encoded><![CDATA[<p>What do you think about using a ruby script like this: </p>
<p><a href="http://github.com/nazar/report-hack-isp" rel="nofollow">http://github.com/nazar/report-hack-isp</a></p>
<p>in tandem with your iptables solution?  I see iptables as protecting your server (or mine) and the script being proactive about protecting the web a little more by alerting the ISP in charge.  Thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JD</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-62002</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-62002</guid>
		<description>Thanks, great article!
How would you go about adding these blocks to a separate log file, say /var/log/iptables.log?</description>
		<content:encoded><![CDATA[<p>Thanks, great article!<br />
How would you go about adding these blocks to a separate log file, say /var/log/iptables.log?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amdrew</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-56794</link>
		<dc:creator>amdrew</dc:creator>
		<pubDate>Mon, 03 May 2010 18:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-56794</guid>
		<description>yea a simple solution, thanks for this great post :)</description>
		<content:encoded><![CDATA[<p>yea a simple solution, thanks for this great post :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-48349</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Mon, 09 Nov 2009 18:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-48349</guid>
		<description>Good to know. It looks like the deamon mode is new-ish.  However it defeats the non-root aspect you mention:

&lt;blockquote&gt;
If you are running DenyHosts in daemon mode then yes you must run DenyHosts as root.
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Good to know. It looks like the deamon mode is new-ish.  However it defeats the non-root aspect you mention:</p>
<blockquote><p>
If you are running DenyHosts in daemon mode then yes you must run DenyHosts as root.
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: tx</title>
		<link>http://www.digitalsanctuary.com/tech-blog/debian/using-iptables-to-prevent-ssh-brute-force-attacks.html/comment-page-1#comment-48348</link>
		<dc:creator>tx</dc:creator>
		<pubDate>Mon, 09 Nov 2009 18:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=119#comment-48348</guid>
		<description>Denyhosts can be run in daemon mode which will actively monitor ssh logins and update hosts.deny immediately.  Further it is possible to run the daemon as a non-root user (see http://denyhosts.sourceforge.net/faq.html#3_1).  And lastly it is possible to tell denyhosts to block only a specified service instead of all services.  Personally, I would rather block all communication from a compromised host.</description>
		<content:encoded><![CDATA[<p>Denyhosts can be run in daemon mode which will actively monitor ssh logins and update hosts.deny immediately.  Further it is possible to run the daemon as a non-root user (see <a href="http://denyhosts.sourceforge.net/faq.html#3_1" rel="nofollow">http://denyhosts.sourceforge.net/faq.html#3_1</a>).  And lastly it is possible to tell denyhosts to block only a specified service instead of all services.  Personally, I would rather block all communication from a compromised host.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/23 queries in 0.009 seconds using disk: basic
Object Caching 378/394 objects using disk: basic

Served from: www.digitalsanctuary.com @ 2012-02-08 13:57:40 -->
