<?xml version="1.0" encoding="iso-8859-1"?><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: Devious WordPress Hack Using wp_remote_fopen</title>
	<atom:link href="http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php</link>
	<description>Sound Strategies for Building an Online Business You Can Retire On</description>
	<lastBuildDate>Thu, 26 Aug 2010 17:15:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Andrew A. Peterson</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-61219</link>
		<dc:creator>Andrew A. Peterson</dc:creator>
		<pubDate>Sat, 20 Jun 2009 08:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-61219</guid>
		<description>I just got done dealing with this one.
The code is squirted into the bottom of the header.php files of all uploaded themes.
I recommend:

-WP Security Scan (a plugin that double checks for vulnerabilities like bad permissions settings and can even auto rename your database table prefixes for you which is apparently a common security problem)

-Cookies For Comments (a plugin that makes it so commenters must have loaded the Stylesheet... Seems like some of these things get in thru unmoderated comments.)

-Not having a User named &quot;admin&quot;

-Having a strong password (numbers and both capital and lower case letters)

-Staying on top of deleting spam comments (most of the attacks I&#039;ve seen were on blogs that don&#039;t keep up with their moderation... Maybe this is a chicken and egg thing)

-Of course, Akismet

Finally, I think certain hosting companies are more susceptible to attacks than others.  Any thoughts?</description>
		<content:encoded><![CDATA[<p>I just got done dealing with this one.<br />
The code is squirted into the bottom of the header.php files of all uploaded themes.<br />
I recommend:</p>
<p>-WP Security Scan (a plugin that double checks for vulnerabilities like bad permissions settings and can even auto rename your database table prefixes for you which is apparently a common security problem)</p>
<p>-Cookies For Comments (a plugin that makes it so commenters must have loaded the Stylesheet&#8230; Seems like some of these things get in thru unmoderated comments.)</p>
<p>-Not having a User named &#8220;admin&#8221;</p>
<p>-Having a strong password (numbers and both capital and lower case letters)</p>
<p>-Staying on top of deleting spam comments (most of the attacks I&#8217;ve seen were on blogs that don&#8217;t keep up with their moderation&#8230; Maybe this is a chicken and egg thing)</p>
<p>-Of course, Akismet</p>
<p>Finally, I think certain hosting companies are more susceptible to attacks than others.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonty</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-61177</link>
		<dc:creator>Jonty</dc:creator>
		<pubDate>Thu, 21 May 2009 10:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-61177</guid>
		<description>We were also hacked two days ago.  They got into the headers.php file in the template.  We are still looking at how, but it may have been through not having chmod settings too low.

Possible that it came in through a plugin or from bbpress.  We are examining all of these.</description>
		<content:encoded><![CDATA[<p>We were also hacked two days ago.  They got into the headers.php file in the template.  We are still looking at how, but it may have been through not having chmod settings too low.</p>
<p>Possible that it came in through a plugin or from bbpress.  We are examining all of these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Marden</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-61168</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Fri, 15 May 2009 07:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-61168</guid>
		<description>Just investigated an instance of this on a new client&#039;s existing WordPress blog, and wanted to add a couple more details:

In my instance he was up to http://qwetro.com/ss/test_23.txt
The contents of this file (as well as the link to it) were base64 encoded. Decoding them revealed the link and the spam contents.

The spam was what looked like serialzed php.

There was also a remv.php script that was essentially a backdoor (remote viewer). It was in wp-content/themes.

@TRaef - i&#039;ll show you the code. contact me thru my url.</description>
		<content:encoded><![CDATA[<p>Just investigated an instance of this on a new client&#8217;s existing WordPress blog, and wanted to add a couple more details:</p>
<p>In my instance he was up to <a href="http://qwetro.com/ss/test_23.txt" rel="nofollow">http://qwetro.com/ss/test_23.txt</a><br />
The contents of this file (as well as the link to it) were base64 encoded. Decoding them revealed the link and the spam contents.</p>
<p>The spam was what looked like serialzed php.</p>
<p>There was also a remv.php script that was essentially a backdoor (remote viewer). It was in wp-content/themes.</p>
<p>@TRaef &#8211; i&#8217;ll show you the code. contact me thru my url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TRaef</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-60564</link>
		<dc:creator>TRaef</dc:creator>
		<pubDate>Thu, 19 Mar 2009 11:39:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-60564</guid>
		<description>We&#039;ll check them both out later today and I&#039;ll let you know.

Shane, can we take this off-line? Or if Sire doesn&#039;t mind we&#039;ll continue this in this blog.

Let me know...</description>
		<content:encoded><![CDATA[<p>We&#8217;ll check them both out later today and I&#8217;ll let you know.</p>
<p>Shane, can we take this off-line? Or if Sire doesn&#8217;t mind we&#8217;ll continue this in this blog.</p>
<p>Let me know&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sire</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-60562</link>
		<dc:creator>Sire</dc:creator>
		<pubDate>Thu, 19 Mar 2009 04:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-60562</guid>
		<description>It was one of two sites and I&#039;m not sure which. It was either http://www.blogsire.com/myblog/ or http://www.theelusivepotofgold.com/MyBlog/

Do you think there was a possibility that it was hacked?</description>
		<content:encoded><![CDATA[<p>It was one of two sites and I&#8217;m not sure which. It was either <a href="http://www.blogsire.com/myblog/" rel="nofollow">http://www.blogsire.com/myblog/</a> or <a href="http://www.theelusivepotofgold.com/MyBlog/" rel="nofollow">http://www.theelusivepotofgold.com/MyBlog/</a></p>
<p>Do you think there was a possibility that it was hacked?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TRaef</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-60561</link>
		<dc:creator>TRaef</dc:creator>
		<pubDate>Thu, 19 Mar 2009 04:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-60561</guid>
		<description>Sire, if you&#039;d like to mention your site, we would be happy to scan it for you at no charge and send you the report.</description>
		<content:encoded><![CDATA[<p>Sire, if you&#8217;d like to mention your site, we would be happy to scan it for you at no charge and send you the report.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sire</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-60560</link>
		<dc:creator>Sire</dc:creator>
		<pubDate>Thu, 19 Mar 2009 03:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-60560</guid>
		<description>This is very interesting as I know of a user who visits some of my blogs that complains of being taken to another site automatically. I know it&#039;s not because of anything that I&#039;ve done and it has always mystified me. I&#039;ve tried the adipex site but it couldn&#039;t find anything?</description>
		<content:encoded><![CDATA[<p>This is very interesting as I know of a user who visits some of my blogs that complains of being taken to another site automatically. I know it&#8217;s not because of anything that I&#8217;ve done and it has always mystified me. I&#8217;ve tried the adipex site but it couldn&#8217;t find anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Redmanthatcould</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-60519</link>
		<dc:creator>Redmanthatcould</dc:creator>
		<pubDate>Thu, 05 Mar 2009 22:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-60519</guid>
		<description>Thanks for the heads up, Shane.  Will keep a look out and hopefully we don&#039;t get hit.

Jeff</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, Shane.  Will keep a look out and hopefully we don&#8217;t get hit.</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kdogg</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-60514</link>
		<dc:creator>kdogg</dc:creator>
		<pubDate>Tue, 03 Mar 2009 07:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-60514</guid>
		<description>havent seen this on any of my blog networks being successful.. i always run either the latest trunk, or development 2.8-bleeding edge or the latest 2.7.* dev versions though..</description>
		<content:encoded><![CDATA[<p>havent seen this on any of my blog networks being successful.. i always run either the latest trunk, or development 2.8-bleeding edge or the latest 2.7.* dev versions though..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://www.askshane.org/daily-tips/devious-wordpress-hack-using-wp_remote_fopen.php/comment-page-1#comment-60505</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sat, 28 Feb 2009 00:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.askshane.org/?p=760#comment-60505</guid>
		<description>Regrettably no, Jake.  Still looking :(</description>
		<content:encoded><![CDATA[<p>Regrettably no, Jake.  Still looking <img src='http://www.askshane.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
