Ultra Web Hosting Docs

Imunify Malware Protection

Imunify is the malware scanner and web application firewall running on all Ultra Web Hosting servers. It scans your hosting account on a regular schedule, watches files as they are uploaded or changed, and blocks attacks at the web-server layer. This guide explains what to do when you get a notification about your site.

What Imunify Does

Imunify combines three layers of protection:

Most of this happens silently in the background. You only hear about it when something is found.

Reading an Imunify Notification

If Imunify finds something, you will receive an email titled something like Malware detected on your hosting account. The body lists:

Quarantine vs. flag Quarantined files are moved out of your web root immediately, so the threat stops serving. Flagged files are reported but left in place because the scanner has lower confidence in the match. Both are visible inside cPanel's Imunify interface for review.

Reviewing Findings in cPanel

  1. Log into cPanel.
  2. Under Security, click Imunify (or ImunifyAV / Imunify360 depending on the version on your server).
  3. The Files tab shows all detected malware on your account.
  4. Each row shows the file path, threat name, status (Suspicious, Infected, Quarantined, Cleaned), and detection date.
  5. Click a row to see more details: the matching signature, file size, ownership, and last-modified time.

What To Do When Files Are Flagged

Step 1: Don't Panic, Don't Ignore

Most malware findings are real, even when the affected site looks fine on the surface. Common patterns:

The right action is to investigate, not to immediately delete or restore the file.

Step 2: Determine If It Is Yours

Before doing anything destructive, look at the file. In cPanel's Imunify, click the file to expand its details. Note:

Step 3: Quarantined Malware (Usual Case)

If Imunify already quarantined the file, the immediate threat is contained. Your next step is to find how it got there:

  1. Update WordPress core, themes, and plugins to the latest versions. Pay special attention to the plugin or theme whose directory the malware was found in, if any.
  2. Delete any plugins or themes you no longer use. Inactive plugins are still attackable.
  3. Reset your cPanel password, all FTP account passwords, all WordPress admin passwords, and your database password.
  4. Enable two-factor authentication in the Client Area and on WordPress admin.
  5. Run a fresh scan: in Imunify, click ScanFull Scan. Confirm no new findings appear.

Step 4: Flagged But Not Quarantined

For flagged files, you decide:

False Positives

Occasionally Imunify flags a file that is genuinely yours. Common false-positive triggers:

Requesting a Re-Scan or Whitelist

  1. In cPanel → Imunify, find the file.
  2. If a Restore from quarantine button is available, you can restore the file yourself.
  3. Open a support ticket with the file path and the reason you believe it is a false positive. Include the original source of the file (e.g., "this is shipped with WP Plugin X version Y, downloaded from yourpluginsite.com"). Our team will whitelist it on your account and submit the signature for correction upstream.
Do not restore without verifying Quarantined files are quarantined for a reason. If you restore one without understanding why it was flagged, you may put the malware back into your site and your site back into circulation. When in doubt, ask us first.

Running an On-Demand Scan

You can scan your account at any time without waiting for the scheduled run:

  1. In cPanel → Imunify, click the Scan tab.
  2. Choose Full Scan (everything) or specify a path under Custom Path Scan.
  3. Click Start Scan.
  4. The scan runs in the background. You can leave the page and come back; results appear under Files when complete.

Preventing Future Infections

Related