<?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: Hack Attempt?</title>
	<atom:link href="http://www.stuffbysarah.net/2007/03/17/hack-attempt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stuffbysarah.net/2007/03/17/hack-attempt/</link>
	<description>PHP, WordPress and Business Ramblings</description>
	<lastBuildDate>Sat, 28 Aug 2010 15:58:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8692</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 20 Mar 2007 21:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8692</guid>
		<description>Unfortunately the rewrite didn&#039;t work despite there being no reason for it not working. Probably the numerous other lines of spam blocking I have in my htaccess!

Anyhow, PHP to the rescue and in good time as I&#039;ve had 40 hits today alone with this script from various domains. Apparently it&#039;s a backdoor trojan according to a friend&#039;s firewall so clearly not a nice script. Still, it&#039;s blocked for now. I&#039;ll post up the code in the morning.

I&#039;ve also had to block visitors with empty user agents (sorry to anyone who has this but I&#039;ve not spotted any in my server logs). The site was getting hammered today by some bot, so there&#039;s another block in place.

It makes me wonder whether it&#039;s worth keeping the site running with receiving more bots than humans as visitors!</description>
		<content:encoded><![CDATA[<p>Unfortunately the rewrite didn&#039;t work despite there being no reason for it not working. Probably the numerous other lines of spam blocking I have in my htaccess!</p>
<p>Anyhow, PHP to the rescue and in good time as I&#039;ve had 40 hits today alone with this script from various domains. Apparently it&#039;s a backdoor trojan according to a friend&#039;s firewall so clearly not a nice script. Still, it&#039;s blocked for now. I&#039;ll post up the code in the morning.</p>
<p>I&#039;ve also had to block visitors with empty user agents (sorry to anyone who has this but I&#039;ve not spotted any in my server logs). The site was getting hammered today by some bot, so there&#039;s another block in place.</p>
<p>It makes me wonder whether it&#039;s worth keeping the site running with receiving more bots than humans as visitors!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8681</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 20 Mar 2007 09:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8681</guid>
		<description>Cheers Dave, I&#039;ll give that a go :)</description>
		<content:encoded><![CDATA[<p>Cheers Dave, I&#039;ll give that a go <img src='http://www.stuffbysarah.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Salisbury</title>
		<link>http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8679</link>
		<dc:creator>David Salisbury</dc:creator>
		<pubDate>Mon, 19 Mar 2007 22:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8679</guid>
		<description>Further to that I&#039;m not sure that you can use query strings with the various Redirect directives.  You may need use something like this:

RewriteEngine On
RewriteCond %{QUERY_STRING} ^(.*)stoerlein.de.*$
RewriteRule .* - [G]</description>
		<content:encoded><![CDATA[<p>Further to that I&#039;m not sure that you can use query strings with the various Redirect directives.  You may need use something like this:</p>
<p>RewriteEngine On<br />
RewriteCond %{QUERY_STRING} ^(.*)stoerlein.de.*$<br />
RewriteRule .* &#8211; [G]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Salisbury</title>
		<link>http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8678</link>
		<dc:creator>David Salisbury</dc:creator>
		<pubDate>Mon, 19 Mar 2007 22:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8678</guid>
		<description>That dot separating the TLD and domain name may need escaping</description>
		<content:encoded><![CDATA[<p>That dot separating the TLD and domain name may need escaping</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8665</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sat, 17 Mar 2007 01:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.stuffbysarah.net/2007/03/17/hack-attempt/#comment-8665</guid>
		<description>Hmm okay I got my first problem solved (after a day of searching and trying everything I could find or think of!). Yet the same method doesn&#039;t want to work for blocking this hack attempt.

I have

&lt;code&gt;RedirectMatch 410 ^(.*)stoerlein.de.*$
RedirectMatch 410 ^(.*)/trackback/$&lt;/code&gt;

The second line works for any trackback URL on a post on this site (which have all been heavily spammed and are now just skewing my stats). However the first line doesn&#039;t do anything. I&#039;m only guessing what the above means so it could be badly wrong!

Anyone a htaccess expert out there?</description>
		<content:encoded><![CDATA[<p>Hmm okay I got my first problem solved (after a day of searching and trying everything I could find or think of!). Yet the same method doesn&#039;t want to work for blocking this hack attempt.</p>
<p>I have</p>
<p><code>RedirectMatch 410 ^(.*)stoerlein.de.*$<br />
RedirectMatch 410 ^(.*)/trackback/$</code></p>
<p>The second line works for any trackback URL on a post on this site (which have all been heavily spammed and are now just skewing my stats). However the first line doesn&#039;t do anything. I&#039;m only guessing what the above means so it could be badly wrong!</p>
<p>Anyone a htaccess expert out there?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
