HTTP/1.1 301 Moved Permanently
Date: Tue, 10 Jul 2012 11:54:10 GMT
Server: Apache
X-Pingback: http://dontai.com/wp/xmlrpc.php
Location: http://dontai.com/wp/
Content-Length: 0
Keep-Alive: timeout=1, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
Plugin Name | Extra File |
Secure WordPress | ext-wordpress.php |
Post-Teaser | db-teaser.php |
WP FIle Monitor | ext-monitor.php |
WP-reCaptcha | class-recaptcha.php |
Addendum July 11 2012: I contacted my Site5, my ISP and they did a security report. It seems that FTP was not used in this attack. In a way this is good but it means there is still no resolution of how the virus got into my WordPress.
There is a theory that these attacks use simple comments to inject code into WordPress. You would think that WordPress would be able to screen these things out. I will check to see if my editor will only allow simple HTML and no php. The attack uses base64 to encode the attack, so all you see in the file is a mass of unreadable text. The code can also be encoded backwards. Upon injection the code is reversed, decoded and then executed. These injections are large and cannot be easily hidden in the file. If it looks large and strange, then be cautious.
Addendum July 30 2012: I believe I found the source of entry for the Pharma Hack: WordPress’ “Incoming Links” widget. When I try to configure the standard google GET request for incoming links I find links to pharma drugs from another site to mine. This is how they inject evil code into WordPress. It is interesting as well because Incoming Links are a built-in WordPress widget, so there are no plugins that can filter the content. Here is the standard Incoming Links GET request, which for my site reveals sites selling pharma products.
http://blogsearch.google.com/blogsearch_feeds?hl=en&q=link%3A[your-domain]&scoring=d&ie=utf-8&num=10&output=rss
If I go to http://blogsearch.google.com/ and type in my web address, the true “Incoming Links” links, i.e., other sites that link to my site, is displayed, and all without any connections to selling pharma products. Alas there is no way to get an RSS feed for this output. I am unsure why there are such different results pages from the Google GET request and the manual blogsearch search. If you have such divergent search results, it would be wise to turn off your incoming links, or to use a different google GET request when configuring your incoming links.
Addendum Oct 02 2012: Reinfected using ext-akismet.php, database entries include: wp_check_hash, class_generic_support
Found the pharma hack on one of my client’s sites in the themes directory. If you didn’t find the base 64 bit, try checking your themes files.
hi don i have almost same experience only mine were infected by an amazon store site..the weird one is i remember the problem occur after i installed a facebook plugin from wordpress official download..im not a web developer or programer but after i deleted the plugin my problem disappeared ..this a sample victim that has a same problem with mine (i already contact him/her notified it)..notice on the top header there a link
www. seventastic .info
http://pastebin.com/cf6fUmCP
[Don: Hey CD. Yes, the pharma hack is a very virulent bug, one that I have yet to be able to properly fight. I still do not know where it comes from and how to prevent it. There is a theory that if you are using shared internet service, which I do, other sites on the same service could infect your site. My ISP can only recommend I upgrade to a private IP, for twice the cost.
Instead, every two weeks I compare my plugins to a plugins copy on my hard drive, with Filezilla (directory compare). If the files are the same, then I know the plugin has not been compromized. Any plugin can be at risk. I have had Akismet get hacked, how I do not know. I also check my database using the method outlined in Pearsonified. It takes a very long time for Google search to filter my entries, but over a couple of months it does clean itself out. My method takes a long time, but at least it rids me of this dreaded Pharma Hack.
Thanks for stopping and commenting on my site.]