PixGuardBot

PixGuardBot is the crawler PixGuard uses to fetch web pages and their images for a copyright risk check. It visits a site only when someone asks PixGuard to check that site. It doesn't crawl the web on its own or build a search index.

When PixGuardBot visits

PixGuard doesn't check who owns a site before scanning it, so the person who started a scan may not be the site owner.

What it reads

It doesn't read robots.txt, sitemap.xml, srcset, <picture> sources, stylesheets, og:image tags or linked PDFs. It ignores data: URIs, and it skips SVG and .ico files in <img>tags. It doesn't log in, so it only sees what a signed-out visitor sees.

Where it goes and how fast

User agent

Page requests, and the image downloads that follow them in a scan, send this user agent:

Mozilla/5.0 (compatible; PixGuardBot/1.0; +https://www.pixguard.io/bot)

Image downloads in the free page check send:

PixGuardBot/1.0 (+https://www.pixguard.io/bot; copyright detection scan)

Both contain PixGuardBot. Match on that word rather than the full string, which changes when the version number does. Other software can copy a user agent, so if traffic calling itself PixGuardBot doesn't behave as this page describes, let us know.

Allow PixGuardBot

If a scan of your own site fails because the site blocked PixGuard, allow requests whose user agent contains PixGuardBot in your firewall, CDN or security plugin.

PixGuardBot can't complete JavaScript or CAPTCHA challenges. If the first page it requests returns a challenge page or an error such as 403, the scan stops with a message saying why. Later pages that fail are skipped.

On Cloudflare, check your bot settings (such as Bot Fight Mode) and any managed challenge, not only your custom WAF rules. A custom rule that allows PixGuardBot doesn't help if a bot setting still challenges it.

PixGuard doesn't publish a list of IP addresses for PixGuardBot. If your setup needs one, email us.

Block PixGuardBot

A robots.txt rule won't stop PixGuardBot, because it doesn't read robots.txt. To keep it off your site, return 403 to requests whose user agent contains PixGuardBot. A scan of your site then stops at the first page with a message that the site blocked it.

Contact

Questions about PixGuardBot, or requests to your site that don't match this page? Email [email protected] with your site's address and, if you can, the times and paths of the requests.