From ca183b597112ff468e134578bd4a909d93299034 Mon Sep 17 00:00:00 2001 From: fab Date: Tue, 7 Jan 2025 14:36:41 +0100 Subject: [PATCH] Update get_blacklisted_dns.py Lists updated --- get_blacklisted_dns.py | 49 ------------------------------------------ 1 file changed, 49 deletions(-) diff --git a/get_blacklisted_dns.py b/get_blacklisted_dns.py index 1492379..7844e9a 100644 --- a/get_blacklisted_dns.py +++ b/get_blacklisted_dns.py @@ -11,63 +11,14 @@ logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %( # List of URLs containing domain blocklists DOMAIN_LIST_URLS = [ - "https://raw.githubusercontent.com/LanikSJ/ubo-filters/main/filters/getadmiral-domains.txt", - "https://raw.githubusercontent.com/dmachard/blocklist-domains/data/blocklist.txt", - "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/badware.txt", - "https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt", - "https://dl.red.flag.domains/red.flag.domains.txt", - "https://github.com/What-Zit-Tooya/Ad-Block/blob/main/Main-Blocklist/Ad-Block-HOSTS.txt", - "https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt", - "https://hole.cert.pl/domains/domains.txt", - "https://hostfiles.frogeye.fr/firstparty-only-trackers-hosts.txt", - "https://hostfiles.frogeye.fr/firstparty-trackers-hosts.txt", - "https://hostfiles.frogeye.fr/multiparty-only-trackers-hosts.txt", - "https://hostfiles.frogeye.fr/multiparty-trackers-hosts.txt", - "https://malware-filter.gitlab.io/malware-filter/phishing-filter-hosts.txt", - "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=0&mimetype=plaintext", - "https://phishing.army/download/phishing_army_blocklist_extended.txt", - "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareHosts.txt", - "https://raw.githubusercontent.com/PolishFiltersTeam/KADhosts/master/KADhosts.txt", "https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/Phishing-Angriffe", - "https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/easylist", - "https://raw.githubusercontent.com/RPiList/specials/master/Blocklisten/malware", - "https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Ads", "https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Malware", - "https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Scam", - "https://raw.githubusercontent.com/ShadowWhisperer/BlockLists/master/Lists/Tracking", "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/StevenBlack/hosts", - "https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt", - "https://raw.githubusercontent.com/badmojr/1Hosts/master/Pro/domains.txt", - "https://raw.githubusercontent.com/bigdargon/hostsVN/master/filters/adservers-all.txt", "https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/domain.txt", "https://raw.githubusercontent.com/durablenapkin/scamblocklist/master/hosts.txt", - "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/anti.piracy.txt", - "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/fake.txt", - "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/gambling.txt", "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/ultimate.txt", - "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/domains/tif.txt", - "https://raw.githubusercontent.com/mitchellkrogza/Ultimate.Hosts.Blacklist/master/domains/domains2.list", - "https://raw.githubusercontent.com/phishfort/phishfort-lists/master/blacklists/domains.json", "https://raw.githubusercontent.com/stamparm/blackbook/master/blackbook.txt", - "https://v.firebog.net/hosts/AdguardDNS.txt", - "https://v.firebog.net/hosts/Easylist.txt", - "https://v.firebog.net/hosts/Easyprivacy.txt", - "https://v.firebog.net/hosts/Prigent-Ads.txt", - "https://v.firebog.net/hosts/Prigent-Crypto.txt", - "https://v.firebog.net/hosts/Prigent-Malware.txt", - "https://v.firebog.net/hosts/RPiList-Malware.txt", - "https://v.firebog.net/hosts/RPiList-Phishing.txt", - "https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt", - "https://www.github.developerdan.com/hosts/lists/tracking-aggressive-extended.txt", - "https://www.stopforumspam.com/downloads/toxic_domains_whole.txt", "https://raw.githubusercontent.com/fabriziosalmi/blacklists/main/custom/streaming.txt", - "https://raw.githubusercontent.com/ThioJoe/YT-Spam-Lists/main/SpamDomainsList.txt", - "https://phishunt.io/feed.txt", - "https://raw.githubusercontent.com/jarelllama/Scam-Blocklist/main/lists/wildcard_domains/scams.txt", - "https://malware-filter.gitlab.io/malware-filter/urlhaus-filter-agh.txt", - "https://dl.red.flag.domains/red.flag.domains.txt", - "https://raw.githubusercontent.com/mitchellkrogza/The-Big-List-of-Hacked-Malware-Web-Sites/master/hosts", - "https://raw.githubusercontent.com/DandelionSprout/adfilt/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareAdGuardHome.txt" ] # File where the final merged and deduplicated domain list will be saved