"Totale" Blacklisten, um größere Dienste komplett zu blocken?

Gibt es irgendwo eine Sammlung von Listen, wo ganze Firmen komplett blockiert werden?
Ich möchte bei einigen Geräten z.B. alle Dienste blocken, die mit Microsoft, Google, Facebook, Amazon etc. zu tun haben. Ich finde immer nur Listen die nur die Tracker abdecken oder die "schädlichsten" Domains davon abdecken.

Ich suche nach Listen (am besten für jedes Unternehmen getrennt) wo absolut alles von einer Firma geblockt wird und ich anschließend nur mit Whitelisting temporär erforderliche Dienste durchlasse.

Oder welche Herangehensweise ist da die beste?

You may find it most effective to use regex to block whole domains and subdomains, or even keywords.

Adding the following regex blocks all of microsoft.com, for example.

(\.|^)microsoft\.com$

This regex blocks any domain with the word microsoft in it.

microsoft

1 Like

I already know this solution.
But there are usually many more servers of these companies, some of which use cryptic names (without "microsoft" in its full name for example)?

Your best approach might be to monitor your query log and add blacklist entries as needed.

As additional reference, Microsoft (as one example) publishes a list of their endpoints.

Edit - or check these lists - note that some of the lists (i.e. easylist format) won't work with Pi-hole.

1 Like

"Totale Blackhole"?

Man nennt dies GAFAM blockliststen

nickspaargaren/no-google

Completely block Google and its services.

Er hat auch regex listen

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.