Profile picture

Oscar Marion

Blacklisting Google .mov and .zip TLDs

May 23, 2023 · 1 minutes read

It might be a good idea to block .zip and .mov top-level domains all together for now: here are the steps for PiHole users.


Google has made the .zip and .mov top-level domains available for public registration, and cybercriminals are already using them in phishing campaigns. It might be a good idea to block them all together for now: here are the steps for PiHole users.

  1. Log into your PiHole admin interface
  2. Click on the ” RegEx filter” tab
  3. In the “Regular Expression” field, write ^.*.(zip|mov)$
  4. Click on “Add to Blacklist”

Add domain to blacklist

You can make sure the filtering is working by accessing somethingfishy.zip or notamoviefile.mov. If everything is setup correctly, you should get an ERR_ADDRESS_INVALID from your browser.

ERR_ADDRESS_INVALID

You should also see the following on your PiHole query logs:

pihole-logs-mov-zip