URL Blacklist Checker
Scan websites for phishing, malware, and suspicious threats using the Google Web Risk.
What Is Blacklist Checker?
Every day, thousands of malicious websites are created to steal credentials or distribute malware. Geekflare URL Blacklist Checker protects you by cross-referencing any website against Google's constantly updated directory of dangerous sites.
We scan for:
- Malware on compromised websites or built to install malicious software or tracking scripts on your device.
- Phishing sites to trick you into revealing passwords, personal information, or financial data by mimicking brands.
- Sites hosting deceptive software that affects your browsing experience, such as hidden adware or unauthorized browser extensions.
Pass and fail
| Result | Meaning |
|---|---|
| Safe | Google did not report any of the threat types for this URL. |
| Unsafe | At least one threat type was returned, the URL may show browser warnings. |
Tip: Always verify links from unknown senders, suspicious emails, or unverified social media profiles before clicking.
More Network & DNS tools
SPF Record LookupCheck a domain for SPF records, parse mechanisms, and flag common policy issues such as multiple SPF records, permissive all mechanisms, deprecated ptr, and high DNS lookup count.DNSSEC TestTest a domain for DNSSEC status and inspect returned DNSKEY and RRSIG records.DNS Record LookupLook up common DNS records for a domain and review addresses, mail servers, nameservers, TXT values, and authority settings in one report.CAA Record LookupLook up DNS CAA records to see which certificate authorities are allowed to issue TLS certificates for a domain.Free Website Hosting CheckerFind out who hosts the website. Our free hosting checker reveals the hosting provider, server IP address, and geographic location of any domain.IP Location LookupLook up geolocation and ASN details for any IPv4 or IPv6 address using IPinfo Lite. Shows country, region, organization, network ID, and primary domain for the queried IP.
Free to start · No card
Need this at scale? Try the DNS Record API.
Query A, AAAA, MX, NS, and TXT records instantly — the same lookup that powers this tool.
bash
curl -X POST https://api.geekflare.com/dnsrecord \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url":"example.com"}'