Domain Flagged for Malware — What to Do First

When Google Web Risk or AlienVault OTX flags your domain, browsers begin showing red interstitial warnings to your visitors and your traffic collapses within hours. Treat this as a P0 incident.

What being “flagged” actually means

Google Web Risk powers the Safe Browsing warnings shown by Chrome, Firefox, and Safari. AlienVault OTX is a community threat-intelligence feed used by enterprise security tools and email providers. A flag from either means at least one trusted source has reported your domain as hosting malware, phishing, or unwanted software.

Flags aren’t arbitrary — something on your domain (or that was recently on it) triggered detection. The job is to find what, clean it up, and request review.

Investigate immediately

  1. Open Google’s Transparency Report and search your domain. The detail page lists the threat type and last-seen URLs.
  2. In Google Search Console, check Security & Manual Actions → Security issues. Each issue links to example URLs and indicators.
  3. Audit your webroot for files modified recently. Look for obfuscated PHP/JS, unfamiliar files in /uploads/, .htaccess redirects you didn’t set.
  4. Check user-generated-content endpoints (file uploads, comments) for stored XSS or hosted phishing pages.
  5. Scan for compromised admin accounts — rotate all admin credentials and force re-login.

Clean up and request review

  1. Remove or quarantine every malicious file identified. Restore from a clean backup if needed.
  2. Patch the entry vector — outdated CMS, vulnerable plugin, exposed admin endpoint, weak password.
  3. In Google Search Console → Security issues, click “Request review” and describe what you fixed. Reviews typically clear within 24–72 hours.
  4. For OTX, contact OTX support with cleanup evidence; pulses age out automatically too.
  5. Re-scan with GuardHound to confirm — the finding clears once both providers report safe.

Prevent recurrence

Run a free scan to find issues like this on your domain

GuardHound checks SSL, DNS, breaches, CVEs, lookalikes, hosting reputation, and more in under 30 seconds.

Start Free Scan →

Frequently Asked Questions

How long until the warning clears for visitors?
Once Google approves your review, the warning is removed within hours. Browser cache may show it for an extra 24 h to specific visitors. OTX pulses age out independently — some take days.
My site is fine — why is it flagged?
Either the flag is stale (something cleaned up days ago is still cached), or you’re sharing infrastructure with a bad neighbor. Read the specific URLs in the Transparency Report. If none reference your content, it’s likely shared-hosting noise.
Should I take the site down?
Only if it’s actively serving malware to visitors. A maintenance page is better than a flagged page — visitors won’t see browser warnings on a static placeholder. Keep the cleanup-and-review work running underneath.