<?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: Escalation!</title>
	<atom:link href="http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/feed/" rel="self" type="application/rss+xml" />
	<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/</link>
	<description>Taking TrackBack back.</description>
	<pubDate>Mon, 23 Nov 2009 14:04:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Such As Custom Software</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/comment-page-1/#comment-128461</link>
		<dc:creator>Such As Custom Software</dc:creator>
		<pubDate>Mon, 24 Mar 2008 08:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/#comment-128461</guid>
		<description>&lt;strong&gt;The Importance of Customer Service When Purchasing Process Manufacturing Software&lt;/strong&gt;

Process manufacturing software is the lifeblood of the chemical and food production industries. Products from paint to peanut butter are manufactured using some level of process manufacturing software applications, and for good reason. Process manufact...</description>
		<content:encoded><![CDATA[<p><strong>The Importance of Customer Service When Purchasing Process Manufacturing Software</strong></p>
<p>Process manufacturing software is the lifeblood of the chemical and food production industries. Products from paint to peanut butter are manufactured using some level of process manufacturing software applications, and for good reason. Process manufact&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Start A Blog</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/comment-page-1/#comment-84768</link>
		<dc:creator>How To Start A Blog</dc:creator>
		<pubDate>Sun, 25 Nov 2007 18:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/#comment-84768</guid>
		<description>&lt;strong&gt;How To Start A Blog&lt;/strong&gt;

I couldn't understand some parts of this article, but it sounds interesting</description>
		<content:encoded><![CDATA[<p><strong>How To Start A Blog</strong></p>
<p>I couldn&#8217;t understand some parts of this article, but it sounds interesting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/comment-page-1/#comment-4960</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 14 Sep 2006 09:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/#comment-4960</guid>
		<description>My blog software is custom and written in ASP.NET and C#. I wrote my own trackback system and it uses the same principals you outline. The basic premise is that the standard trackback system works on the assumption that the sender of the trackback request is automatically trusted. I considered that the major failing of the specification so added a simple method of authentication to the process. When the trackback is sent, the sender's referring URL is quoted. Simply make a HTTP request that page, and if a link to your page exists then accept the trackback. I wrote three short guides on how to implement it:

Part One is here:
http://www.junto.co.uk/Diary/2005/06/f6d6ba34-73fe-401b-ba7d-85a879df4f61.aspx

I have also logged the majority of trackback attempts, which currently stand at 3800 failed attempts. I log the IP, and browser, plus the content of the trackback. 

I find that the majority of spam is contained in the excerpt. They know that the core URL field will be NOREL and useless to them for PageRank, but the excerpt text is generally not checked by the trackback system in WordPress. Most of the sites they are spamming are aimed at improving a sites Google Page Ranking, and for the most part their technique must be working. As with all spam, people wouldn't do it if it wasn't beneficial to them.

Unfortunately I haven't logged each spam attempt in a database, but I have sent myself an email with the data, and you are welcome to copies of the 3800 if you want. If it can help your research and you can correct the problems that the big blogging engines have created then I'm right behind you. If Six Apart had thought about trackback properly they would have done a referrer check as part of the specification. I saw it is an inherent weakness the first time I read proposal. It is surely obvious that you must check the validity of such a request and you can't just accept it on good faith.

Sadly I think that for the most part trackback is already dead and Six Apart are mostly to blame for that. They launched a good idea in an incomplete state and then ignored it. They haven't updated the specification since August 2004. 

The future for blogging backlinks is to use a blog tracker such as Google Blog Search or Technorati. Let the professionals deal with the spammers and you don't have to worry about it. An API example for Google Blog Search is here if people are interested:

http://particletree.com/features/replacing-trackback-with-blog-search/

It is sad that trackback has suffered so badly. Blog users don't understand it and unfortunately spammers do.

I announced a new version of my system via Technorati (Pingoat) last week. Since then the volume of trackback attempts has increased dramatically. I have a feeling that trackback spammers monitor such services to check the technology changes in the anti-spam blogsphere. They have been hammering my system ever since.

Steve above, points out what I feel is the final nail in the coffin for trackback. I also see that the flaw with the system we have both developed independently is that spammers will simply create a link to the correct page, send the trackback, we check it, pass it and then they replace their page with the content they are trying to spam people with. Sadly, not only do you have spam on your website, but you are by association placing your website in Google's black books.

Currently the spammer's software doesn't support this kind of process (see Steve's flaw), otherwise we would be seeing more successful trackbacks by the spammers. The development of such software is not exactly hard and will be undertaken by the spammers once the requirement is there. The more people you get to use your plug-in, the greater the probability the spammers will redevelop their software to match.

I plan to move to Blog Search asap.</description>
		<content:encoded><![CDATA[<p>My blog software is custom and written in ASP.NET and C#. I wrote my own trackback system and it uses the same principals you outline. The basic premise is that the standard trackback system works on the assumption that the sender of the trackback request is automatically trusted. I considered that the major failing of the specification so added a simple method of authentication to the process. When the trackback is sent, the sender&#8217;s referring URL is quoted. Simply make a HTTP request that page, and if a link to your page exists then accept the trackback. I wrote three short guides on how to implement it:</p>
<p>Part One is here:<br />
<a href="http://www.junto.co.uk/Diary/2005/06/f6d6ba34-73fe-401b-ba7d-85a879df4f61.aspx" rel="nofollow">http://www.junto.co.uk/Diary/2005/06/f6d6ba34-73fe-401b-ba7d-85a879df4f61.aspx</a></p>
<p>I have also logged the majority of trackback attempts, which currently stand at 3800 failed attempts. I log the IP, and browser, plus the content of the trackback. </p>
<p>I find that the majority of spam is contained in the excerpt. They know that the core URL field will be NOREL and useless to them for PageRank, but the excerpt text is generally not checked by the trackback system in WordPress. Most of the sites they are spamming are aimed at improving a sites Google Page Ranking, and for the most part their technique must be working. As with all spam, people wouldn&#8217;t do it if it wasn&#8217;t beneficial to them.</p>
<p>Unfortunately I haven&#8217;t logged each spam attempt in a database, but I have sent myself an email with the data, and you are welcome to copies of the 3800 if you want. If it can help your research and you can correct the problems that the big blogging engines have created then I&#8217;m right behind you. If Six Apart had thought about trackback properly they would have done a referrer check as part of the specification. I saw it is an inherent weakness the first time I read proposal. It is surely obvious that you must check the validity of such a request and you can&#8217;t just accept it on good faith.</p>
<p>Sadly I think that for the most part trackback is already dead and Six Apart are mostly to blame for that. They launched a good idea in an incomplete state and then ignored it. They haven&#8217;t updated the specification since August 2004. </p>
<p>The future for blogging backlinks is to use a blog tracker such as Google Blog Search or Technorati. Let the professionals deal with the spammers and you don&#8217;t have to worry about it. An API example for Google Blog Search is here if people are interested:</p>
<p><a href="http://particletree.com/features/replacing-trackback-with-blog-search/" rel="nofollow">http://particletree.com/features/replacing-trackback-with-blog-search/</a></p>
<p>It is sad that trackback has suffered so badly. Blog users don&#8217;t understand it and unfortunately spammers do.</p>
<p>I announced a new version of my system via Technorati (Pingoat) last week. Since then the volume of trackback attempts has increased dramatically. I have a feeling that trackback spammers monitor such services to check the technology changes in the anti-spam blogsphere. They have been hammering my system ever since.</p>
<p>Steve above, points out what I feel is the final nail in the coffin for trackback. I also see that the flaw with the system we have both developed independently is that spammers will simply create a link to the correct page, send the trackback, we check it, pass it and then they replace their page with the content they are trying to spam people with. Sadly, not only do you have spam on your website, but you are by association placing your website in Google&#8217;s black books.</p>
<p>Currently the spammer&#8217;s software doesn&#8217;t support this kind of process (see Steve&#8217;s flaw), otherwise we would be seeing more successful trackbacks by the spammers. The development of such software is not exactly hard and will be undertaken by the spammers once the requirement is there. The more people you get to use your plug-in, the greater the probability the spammers will redevelop their software to match.</p>
<p>I plan to move to Blog Search asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ç‹—çˆºèªžéŒ„ &#187; The most effective blog spam (cont&#8217;d)</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/comment-page-1/#comment-4881</link>
		<dc:creator>ç‹—çˆºèªžéŒ„ &#187; The most effective blog spam (cont&#8217;d)</dc:creator>
		<pubDate>Mon, 11 Sep 2006 21:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/#comment-4881</guid>
		<description>[...] Making spammer manually enter text into your blog comment system is indeed very hard to defend, but that also means a victory of bloggers. Quoting from Wordpress Trackback Validator Plugin:  The existence of the Validator (and other tools now using the same technique) has forced spammers to change their tactics. [...]</description>
		<content:encoded><![CDATA[<p>[...] Making spammer manually enter text into your blog comment system is indeed very hard to defend, but that also means a victory of bloggers. Quoting from Wordpress Trackback Validator Plugin:  The existence of the Validator (and other tools now using the same technique) has forced spammers to change their tactics. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsandler</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/comment-page-1/#comment-252</link>
		<dc:creator>dsandler</dc:creator>
		<pubDate>Thu, 25 May 2006 18:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/#comment-252</guid>
		<description>Steve: You're right, nothing prevents a spammer from creating a temporary blog with the inbound links necessary to defeat the Validator.  We observe (a) that we can go back and check TB links from time to time, clearing out spam (or other dead links); (b) almost all spammers choose not to bother with this kind of stuff (because there are other, more vulnerable blogs out thereâ€”making the Validator kind of like The Clubâ„¢ for blog spam).</description>
		<content:encoded><![CDATA[<p>Steve: You&#8217;re right, nothing prevents a spammer from creating a temporary blog with the inbound links necessary to defeat the Validator.  We observe (a) that we can go back and check TB links from time to time, clearing out spam (or other dead links); (b) almost all spammers choose not to bother with this kind of stuff (because there are other, more vulnerable blogs out thereâ€”making the Validator kind of like The Clubâ„¢ for blog spam).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/comment-page-1/#comment-251</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 25 May 2006 18:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/#comment-251</guid>
		<description>You seem to be assuming that the spammers won't delete their blog entry once they've passed validation. What's to prevent the spammers from establishing a "temporary" blog entry with a seemingly valid trackback in it, pass through the TB Validator, and then remove the temporary entry before moving on to their next spam target? I don't think anything would prevent this, would it?

So, the claim that you pushed the spammer into creating a real blog that subsequently gives you PageRank is likely false. You've only required the spammer to program some additional automation into his TB spam-bot. 

Don't get me wrong -- I applaud your effort and have recently installed TB Val on my own blog to see how it works. It just seems like you were a little quick to declare victory against the spammers in this post. The cat-n-mouse game will surely continue... we just need to make it as painfully inconvenient as possible for spammers.

Keep it up!</description>
		<content:encoded><![CDATA[<p>You seem to be assuming that the spammers won&#8217;t delete their blog entry once they&#8217;ve passed validation. What&#8217;s to prevent the spammers from establishing a &#8220;temporary&#8221; blog entry with a seemingly valid trackback in it, pass through the TB Validator, and then remove the temporary entry before moving on to their next spam target? I don&#8217;t think anything would prevent this, would it?</p>
<p>So, the claim that you pushed the spammer into creating a real blog that subsequently gives you PageRank is likely false. You&#8217;ve only required the spammer to program some additional automation into his TB spam-bot. </p>
<p>Don&#8217;t get me wrong &#8212; I applaud your effort and have recently installed TB Val on my own blog to see how it works. It just seems like you were a little quick to declare victory against the spammers in this post. The cat-n-mouse game will surely continue&#8230; we just need to make it as painfully inconvenient as possible for spammers.</p>
<p>Keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dsandler</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/comment-page-1/#comment-248</link>
		<dc:creator>dsandler</dc:creator>
		<pubDate>Wed, 24 May 2006 04:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/#comment-248</guid>
		<description>One of the frustrating things about the WordPress plugin API is that we can't suppress the notification email you receive when a TrackBack arrives, &lt;i&gt;even if the Validator decides it's spam and blocks it.&lt;/i&gt;  You need to check the post in question (in this case, "We live what you read about") to see if the TB actually appeared on the site.

If the spam TrackBack is actually appearing, well, the Validator is broken.  If the TB isn't there, it was caught by the Validator, and WordPress was just over-eager in notifying you about the TB.</description>
		<content:encoded><![CDATA[<p>One of the frustrating things about the WordPress plugin API is that we can&#8217;t suppress the notification email you receive when a TrackBack arrives, <i>even if the Validator decides it&#8217;s spam and blocks it.</i>  You need to check the post in question (in this case, &#8220;We live what you read about&#8221;) to see if the TB actually appeared on the site.</p>
<p>If the spam TrackBack is actually appearing, well, the Validator is broken.  If the TB isn&#8217;t there, it was caught by the Validator, and WordPress was just over-eager in notifying you about the TB.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amar</title>
		<link>http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/comment-page-1/#comment-247</link>
		<dc:creator>amar</dc:creator>
		<pubDate>Wed, 24 May 2006 03:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://seclab.cs.rice.edu/proj/trackback/2006/05/17/escalation/#comment-247</guid>
		<description>Well, I installed TrackBack Validator, but I'm still getting trackback spam.

I admit I only have a foggy notion of what these terms mean.  I assume trackback is some mechanism that enables your blog to show an alert when it's referenced by some other blog.  

I went to the one of the trackback spammer's pages, listed in the trackback notice:

New trackback on your post # "We live what you read about"

Website: Contract Free Phone Sony PSP (IP: 69.31.32.5 , 
69-31-32-5.quantum-tech.com)
URI    : 
http://www.itsamobilephone.co.uk/contract-free-phone-psp-sony.php
Excerpt: 
 &lt;strong&gt;Contract Free Phone Sony PSP&lt;/strong&gt;

Contract Free Phone Sony PSP 

 I guess this message is saying that the website's linking to one of my entries.  But when I go to

http://www.itsamobilephone.co.uk/contract-free-phone-psp-sony.php

There's no mention of criticalbeatdowns.com.  So what's going on?

Fucking spammers :(</description>
		<content:encoded><![CDATA[<p>Well, I installed TrackBack Validator, but I&#8217;m still getting trackback spam.</p>
<p>I admit I only have a foggy notion of what these terms mean.  I assume trackback is some mechanism that enables your blog to show an alert when it&#8217;s referenced by some other blog.  </p>
<p>I went to the one of the trackback spammer&#8217;s pages, listed in the trackback notice:</p>
<p>New trackback on your post # &#8220;We live what you read about&#8221;</p>
<p>Website: Contract Free Phone Sony PSP (IP: 69.31.32.5 ,<br />
69-31-32-5.quantum-tech.com)<br />
URI    :<br />
<a href="http://www.itsamobilephone.co.uk/contract-free-phone-psp-sony.php" rel="nofollow">http://www.itsamobilephone.co.uk/contract-free-phone-psp-sony.php</a><br />
Excerpt:<br />
 <strong>Contract Free Phone Sony PSP</strong></p>
<p>Contract Free Phone Sony PSP </p>
<p> I guess this message is saying that the website&#8217;s linking to one of my entries.  But when I go to</p>
<p><a href="http://www.itsamobilephone.co.uk/contract-free-phone-psp-sony.php" rel="nofollow">http://www.itsamobilephone.co.uk/contract-free-phone-psp-sony.php</a></p>
<p>There&#8217;s no mention of criticalbeatdowns.com.  So what&#8217;s going on?</p>
<p>Fucking spammers <img src='http://seclab.cs.rice.edu/proj/trackback/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
