<?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>Static in the Ether &#187; spam</title>
	<atom:link href="http://lair.moria.org/blog/archives/tag/spam/feed" rel="self" type="application/rss+xml" />
	<link>http://lair.moria.org/blog</link>
	<description>Unix, Information Security &#38; Systems Administration</description>
	<lastBuildDate>Wed, 11 Nov 2009 09:14:29 +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>Implementing Captchas</title>
		<link>http://lair.moria.org/blog/archives/110</link>
		<comments>http://lair.moria.org/blog/archives/110#comments</comments>
		<pubDate>Sun, 24 Aug 2008 10:35:24 +0000</pubDate>
		<dc:creator>Barry Irwin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[captchas]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://lair.moria.org/blog/?p=110</guid>
		<description><![CDATA[With the comment spam continuing to pour in I caved in a and implemented captchas for comments.  While a solution using mathematical computation such as that offered by the match captcha plugin for wordpress, since the are only host defendant (rather than having to rely on some other 3rd-party service), this particular plugin was only [...]]]></description>
			<content:encoded><![CDATA[<p>With the comment spam continuing to pour in I caved in a and implemented <a href="http://www.captcha.net/">captchas</a> for comments.  While a solution using mathematical computation such as that offered by the <a href="http://wordpress.org/extend/plugins/math-comment-spam-protection/">match captcha</a> plugin for wordpress, since the are only host defendant (rather than having to rely on some other 3rd-party service), this particular plugin was only certified to 2.3.1, and I could not get a working download.  I capitulated to the web 2.0 way and installed <a href="http://wordpress.org/extend/plugins/wp-recaptcha/">WP-recaptcha</a>, which provides a nice wrapper around the <a href="http://recaptcha.net/">recaptcha.net</a> service.</p>
<p>Installation was simple, with registration required in order to obtain two APi keys for use with the service.  What interesting about this solution is that rather than just mutating words, a two phrase system is sued. One of the phrases is a known word, and th eother is a word that is taken form a ocr scan of the <acronym title="New Your Times">NYT</acronym> or <a href="http://archive.org/">Internet Archive</a>, ans has not been correctly identified by the ocr software.  Thus there is a bit of community mindedness involved as well, as these words are interpreted. More on the gory details can be found <a href="http://recaptcha.net/learnmore.html">here</a>.</p>
<p>What does interest me tho is that this will not offer any protection from &#8216;pingback&#8217; spam whihc is being submitted via the xmlrpc interface, but should still at another layer to the security onion.</p>
]]></content:encoded>
			<wfw:commentRss>http://lair.moria.org/blog/archives/110/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wierdo comment spam</title>
		<link>http://lair.moria.org/blog/archives/82</link>
		<comments>http://lair.moria.org/blog/archives/82#comments</comments>
		<pubDate>Tue, 19 Aug 2008 12:03:16 +0000</pubDate>
		<dc:creator>Barry Irwin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[blogsec]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://lair.moria.org/blog/?p=82</guid>
		<description><![CDATA[The last few weeks has seen a deluge of comment spam, which mostly is the run of the mill bot based stuff advertising &#8216;cheap hosting&#8217; , porn and other such sites.  a couple tht cought my attention were simple posts of urls with the following sort of format: http://www.google.com/search?q=rxbcrobh http://www.google.com/search?q=frhlrxca http://www.google.com/search?q=omihinga Searching on google with [...]]]></description>
			<content:encoded><![CDATA[<p>The last few weeks has seen a deluge of comment spam, which mostly is the run of the mill bot based stuff advertising &#8216;cheap hosting&#8217; , porn and other such sites.  a couple tht cought my attention were simple posts of urls with the following sort of format:</p>
<blockquote>
<ul>
<li>http://www.google.com/search?q=rxbcrobh</li>
<li>http://www.google.com/search?q=frhlrxca</li>
<li>http://www.google.com/search?q=omihinga</li>
</ul>
</blockquote>
<p>Searching on google with these links, surprisingly turns up nothing.  I was expecting to find lists of malware infected sites similar to the SQL injection attacks seen in the last few months.  Does anyone have any insight into these ? Sources appear to be geographically dispersed, and scattered across a variety of blog entries, old and new?</p>
]]></content:encoded>
			<wfw:commentRss>http://lair.moria.org/blog/archives/82/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
