<?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>Neohexa &#187; attempts</title>
	<atom:link href="http://neohexa.com/tag/attempts/feed/" rel="self" type="application/rss+xml" />
	<link>http://neohexa.com</link>
	<description></description>
	<lastBuildDate>Mon, 14 Nov 2011 19:10:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Blocking Failed Login Attempts</title>
		<link>http://neohexa.com/2009/07/blocking-failed-login-attempts/</link>
		<comments>http://neohexa.com/2009/07/blocking-failed-login-attempts/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:04:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[attempts]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[login]]></category>

		<guid isPermaLink="false">http://mrtrier.net/blog/?p=11</guid>
		<description><![CDATA[If you ever take a look at your server logs, you know there are tens of thousands of consecutive failed login attempts from various IP addresses. Even though the chances of success of these brute force login attempts is rather low, why gamble? A quick and easy way to address this problem is BlockHosts. It [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever take a look at your server logs, you know there are tens of thousands of consecutive failed login attempts from various IP addresses. Even though the chances of success of these brute force login attempts is rather low, why gamble?</p>
<p>A quick and easy way to address this problem is BlockHosts. It is a simple Python script which will scan logs and block IPs based on a configurable number of failed login attempts and time thresholds. Cron the script to your taste.</p>
<p><a href="http://www.aczoom.com/cms/blockhosts" target="_new">http://www.aczoom.com/cms/blockhosts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://neohexa.com/2009/07/blocking-failed-login-attempts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

