My website is down - possible Malware attack

Your website could be down for many reasons. If you have performed the typical network connectivity checks, then the issue could be that your website it subject to a malware attack. If your are comfortable with editing html code, proceed with the following:

  1. Log-in to your cPanel account
  2. Access File Manager
  3. The malware will likely be located in a 'php' file such as 'wp-blog-header.php' (or other similar php files).
  4. Look for malicious code or any anomalies in the original code code and remove.


If you require help with identifying and removing malicious code, open a new support ticket.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What database settings do I use for scripts?

Server Hostname: localhost Database Username: <your username>_<database name> e.g....

How do I add a wildcard subdomain for Wordpress MU?

This can be easily done by logging into your cPanel control panel and clicking on "Subdomains"....

Do you support Silverstripe Hosting?

Yes, we run Linux servers designed to run the New Zealand developed Silverstripe application. If...

Strict Standards Errors for PHP

If you are getting errors similar to:Strict Standards: Non-static method JLoader::import() should...

Fix permissions of all directories and files

To change all the directories to 755 (-rwxr-xr-x): find /home/xxx/public_html -type d -exec...