Downloader-LP??

I just went to her site. Did not receive any type warning and wasn’t blocked, so, seems her problem has been fixed. Thanks everyone!

Pam

You’re welcome.

I just verified that the offending code has been removed from the site’s home page. Thank you for letting us know it’s fixed.

I let the site owner know the site was fine when I went to visit it this afternoon. I thought I would share her response below:

Thank you so much Pam! I found 223 pages (not an exaggeration) of unwanted script, a virus, located in my footer. I appreciate you asking your techie friends. They were right on point. Thanks for taking the time to help me out. Please let me know if I can ever return the favor. God bless you.

Thanks again for helping me help her!

Pam

Now that it is clean (wow 233 pages), they need to consider how this happened, since the word, footer is mentioned I would guess that they are suing some sort of content management software or template software to create pages.

– HACKED SITES - This is commonly down to old content management software being vulnerable, PHP, Joomla, Wordpress, SQL, etc. etc. see this example of a HOSTs response to a hacked site.

We have patched up the server and we found a weakness in PHP which was helping aid the compromise of some domains. We updated it, and changed some default settings to help prevent these coding compromises. The weaknesses were not server wide but rather just made it easier on a hacker to compromise individual end user accounts.

I suggest the following clean up procedure for both your accounts:

  1. check all index pages for any signs of java script injected into their coding. On windows servers check any “default.aspx” or
    “default.cfm” pages as those are popular targets too.

  2. Remove any “rogue” files or php scripts uploaded by the hackers into your account. Such scripts allowed them to make account wide
    changes, spam through your account, or spread their own .htaccess files through all of your domains in that end user.

  3. Check all .htaccess files, as hackers like to load re-directs into them.

  4. Change all passwords for that end user account. The cp password, the ftp password, and any ftp sub accounts. Make sure to use a
    “strong” password which includes upper case, lower case, numbers and NO COMPLETE WORDS OR NAMES!

This coupled with our server side changes should prevent any resurfacing of the hackers efforts. In some cases you may still have coding which allows for injection. All user input fields hidden or not should be hard coded, filtered, and sanitized before being handed off to php or a database which will prevent coding characters from being submitted and run through your software.

Also see, Tips for Cleaning & Securing Your Website, http://www.stopbadware.org/home/security.

Hi all…

Nice job to everyone involved! :slight_smile:

Regards…