<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<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/"
>

<channel>
	<title>Trackback Spam Resources</title>
	<link>http://seclab.cs.rice.edu/proj/trackback</link>
	<description>Taking TrackBack back.</description>
	<pubDate>Wed, 17 May 2006 20:48:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>Trackback Validator Plugin</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/trackback-validator-plugin/</link>
		<comments>http://seclab.cs.rice.edu/proj/trackback/trackback-validator-plugin/#comments</comments>
		<pubDate>Thu, 14 Jul 2005 17:46:47 +0000</pubDate>
		<dc:creator>dsandler</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://seclab.cs.rice.edu/proj/trackback/trackback-validator-plugin/</guid>
		<description><![CDATA[	Introduction
	The TrackBack Validator plugin for WordPress performs a simple but very effective test on all TrackBacks in order to stop spam.
	Legitimate TrackBacks are sent by people commenting on your weblog, accompanied by a URL that points to that commentary. Spam TrackBacks are accompanied by a URL that points to a pay-per-click affiliate website or other [...]]]></description>
			<content:encoded><![CDATA[	<h3>Introduction</h3>
	<p>The TrackBack Validator plugin for <a href="http://wordpress.org/">WordPress</a> performs a simple but very effective test on all TrackBacks in order to stop spam.</p>
	<p>Legitimate TrackBacks are sent by people commenting on your weblog, accompanied by a URL that points to that commentary. Spam TrackBacks are accompanied by a URL that points to a pay-per-click affiliate website or other irrelevant material.  The Validator exploits this key difference:</p>
	<ol>
	<li>When a TrackBack is received, the plugin <b>retrieves the Web page</b> located at the URL included in the TrackBack.</li>
	<li>If the page <b>contains a link to your weblog,</b> the TrackBack is approved.</li>
	<li>If the page <b>does not link to your weblog,</b> the TrackBack is flagged as spam and rejected.</li>
	</ol>
	<p>Because TrackBack spammers do not set up custom Web pages linking to the weblogs they attack, this simple test will quickly reveal illegitimate Trackbacks.</p>
	<p>We are actively developing additional heuristics to add to the plugin; if you observe TrackBack spam that makes it past this plugin, please let us know.</p>
	<p style="margin-left: 4em;">&mdash;<a href="http://www.cs.rice.edu/~dsandler/">Dan Sandler</a> and <a href="javascript:document.location='mailto:'+'creepy+'+'trackback'+'@rice.'+'edu'">Andy Thomas</a></p>
	<h3>Downloads</h3>
	<ul>
	<li><a href="/proj/trackback/files/trackback_validator_071.zip">TrackBack Validator Plugin v0.7.1 (ZIP)</a></li>
	<li>Older versions: <a href="/proj/trackback/files/trackback_validator_07.zip">v0.7</a>, <a href="/proj/trackback/files/trackback_validator_06.zip">v0.6</a></li>
	</ul>
	<h3>Installation</h3>
	<p><b>Prerequisites:</b> You need an installation of <a href="http://wordpress.org/">WordPress</a> version 1.5 or later.</p>
	<ol>
	<li>Unzip the <tt>trackback_validator_<i>VERSION</i>.zip</tt> file; it will contain the file <tt>README.txt</tt> and the directory <tt>TBValidator</tt>.  Move <tt>TBValidator</tt> to your <tt><i>&lt;wordpress-directory&gt;</i>/wp-content/plugins</tt> directory.</li>
	<li>Using the WordPress administration interface, turn on the Validator from the &#8220;Plugins&#8221; page.</li>
	<li>The &#8220;Options&#8221; page will now have an additional tab, &#8220;Trackback Validator,&#8221; which allows you to configure the plugin and to see a graph of recent trackback classifications  (see <a href="#screenshot">the screenshot</a>).</li>
	</ol>
	<h3>Changelog</h3>
	<ul>
	<li><b>version 0.7.1</b> [21-May-2006]
	<ul>
<li>Fixes a <a href="http://seclab.cs.rice.edu/proj/trackback/2006/05/21/bugfix-release-071/">bug</a> with WordPress 2.x blogs.</li>
	</ul>
</li>
	<li><b>version 0.7</b> [17-May-2006]
	<ul>
	<li><i>Removed problematic dynamic link page detection.</i>  (Additional research will tell us what exactly we need to look for in order to defend against dynamically generated spam sites; since we&#8217;ve never seen any of these in the wild, it&#8217;s not currently a high priority anyway.)</li>
	<li><i>Improved the robustness of data reporting.</i>  Reports now use an HTTP POST interface and will submit data to <tt>trackback-db.cs.rice.edu</tt>, rather than a fragile IP address (!).  Data reported by our users is crucial to the research process; see our forthcoming <b>technical report</b> to see how this data is used. </li>
	<li><i>Fixed the trackback history graph.</i> It would silently fail on hosts without GD installed; the new version doesn&#8217;t require GD at all (and is therefore a lot simpler).</li>
	</ul>
</li>
	<li><b>version 0.6</b> [<a href="http://seclab.cs.rice.edu/proj/trackback/2005/11/19/trackback-validator-plugin-v06/">announced</a> 19-Nov-2005]
	<ul>
	<li>Added a simple check against spammers&#8217; dynamic link pages.</li>
	<li>Simplified the data submission routines.</li>
	<li>Set up framework for PageRank comparisons.</li>
	<li>Cleaned up code.</li>
	</ul>
</li>
	<li><b>version 0.5</b> [<a href="http://seclab.cs.rice.edu/proj/trackback/2005/08/24/trackback-validator-plugin-v05/">announced</a> 24-Aug-2005]
	<ul>
	<li>first iteration</li>
	</ul>
</li>
	</ul>
	<h3>A plea for help</h3>
	<p>This is the subject of active research by the <a href="http://seclab.cs.rice.edu/">Computer Security Lab</a> at <a href="http://www.rice.edu/">Rice University</a>.  We ask you to enable the &#8220;Submit Data&#8221; option, to send data back to us for scholarly analysis.  You&#8217;re free to use this plugin without reporting data, but your data is important to us as we attempt to understand the evolving attack profiles of weblog spammers.</p>
	<h3><a name="screenshot"></a>Screenshot</h3>
	<p align="center"><a href="/proj/trackback/files/validator_06.png"><img src="/proj/trackback/files/validator_06_small.png" style="border: 1px solid #779;"/></a></p>
	<h3>Support</h3>
	<p>For the time being, just <a href="javascript:s='trackback';document.location='mailto:'+s+'@cs.rice.'+'edu'">get in touch with us</a> if you run into bugs (or false negatives/positives).</p>
]]></content:encoded>
			<wfw:commentRSS>http://seclab.cs.rice.edu/proj/trackback/trackback-validator-plugin/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>
