So,
anbei meine gekürzten Listen (Malware/Spam/Ads):
ACHTUNG: URL-Shortener funktionieren damit NICHT! Also youtu.be, bit.ly, t.co, ... müssen manuell gewhitelisted werden.
Falls jemand Interesse an dem Skript für den Download von den Archiven hat.
ACHTUNG: Ich übernehme keine Garantie, falls etwas schief läuft oder kaputt geht!
Nutzung auf eigene Gefahr!!!!
Das Skipt läd über wget von einer URL die Datei herunter. Entpackt dann das Archiv im lokalen Verzeichnis.
Kopiert mit cp <Entpackte Datei im Archiv> /var/www/html die Datei in den Webserver vom Pi. Danach wird das entpackte Archiv und die gepackte Archivdatei gelöscht.
Die Datei kann dann über die lokale IP des IP heruntergeladen und importiert werden. Z.B. http://192.168.1.1/domains , wobei domains der Dateiname ist.
gruß
anbei meine gekürzten Listen (Malware/Spam/Ads):
ACHTUNG: URL-Shortener funktionieren damit NICHT! Also youtu.be, bit.ly, t.co, ... müssen manuell gewhitelisted werden.
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
http://sysctl.org/cameleon/hosts
https://reddestdream.github.io/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/KADhosts/hosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Spam/hosts
https://v.firebog.net/hosts/static/w3kbl.txt
https://adaway.org/hosts.txt
https://v.firebog.net/hosts/AdguardDNS.txt
https://v.firebog.net/hosts/Easylist.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/UncheckyAds/hosts
https://v.firebog.net/hosts/Easyprivacy.txt
https://v.firebog.net/hosts/Prigent-Ads.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.2o7Net/hosts
https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt
https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt
https://www.malwaredomainlist.com/hostslist/hosts.txt
https://bitbucket.org/ethanr/dns-bl...bad_lists/Mandiant_APT1_Report_Appendix_D.txt
https://v.firebog.net/hosts/Prigent-Malware.txt
https://v.firebog.net/hosts/Shalla-mal.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Risk/hosts
https://openphish.com/feed.txt
https://phishing.army/download/phishing_army_blocklist_extended.txt
https://raw.githubusercontent.com/P...sts/master/KADhosts_without_controversies.txt
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts
https://v.firebog.net/hosts/BillStearns.txt
https://www.dshield.org/feeds/suspiciousdomains_High.txt
https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt
https://hostsfile.org/Downloads/hosts.txt
https://ssl.bblck.me/blacklists/hosts-file.txt
https://mirror1.malwaredomains.com/files/justdomains
https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt
https://urlhaus.abuse.ch/downloads/hostfile/
http://sysctl.org/cameleon/hosts
https://reddestdream.github.io/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/KADhosts/hosts
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Spam/hosts
https://v.firebog.net/hosts/static/w3kbl.txt
https://adaway.org/hosts.txt
https://v.firebog.net/hosts/AdguardDNS.txt
https://v.firebog.net/hosts/Easylist.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/UncheckyAds/hosts
https://v.firebog.net/hosts/Easyprivacy.txt
https://v.firebog.net/hosts/Prigent-Ads.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.2o7Net/hosts
https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt
https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt
https://www.malwaredomainlist.com/hostslist/hosts.txt
https://bitbucket.org/ethanr/dns-bl...bad_lists/Mandiant_APT1_Report_Appendix_D.txt
https://v.firebog.net/hosts/Prigent-Malware.txt
https://v.firebog.net/hosts/Shalla-mal.txt
https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Risk/hosts
https://openphish.com/feed.txt
https://phishing.army/download/phishing_army_blocklist_extended.txt
https://raw.githubusercontent.com/P...sts/master/KADhosts_without_controversies.txt
https://raw.githubusercontent.com/FadeMind/hosts.extras/master/add.Spam/hosts
https://v.firebog.net/hosts/BillStearns.txt
https://www.dshield.org/feeds/suspiciousdomains_High.txt
https://raw.githubusercontent.com/matomo-org/referrer-spam-blacklist/master/spammers.txt
https://hostsfile.org/Downloads/hosts.txt
https://ssl.bblck.me/blacklists/hosts-file.txt
https://mirror1.malwaredomains.com/files/justdomains
https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt
https://urlhaus.abuse.ch/downloads/hostfile/
ACHTUNG: Ich übernehme keine Garantie, falls etwas schief läuft oder kaputt geht!
Nutzung auf eigene Gefahr!!!!
Bash:
cd /home/<user>
wget <URL>
tar -xvzf <Archivname>
cp <Entpackte Datei im Archiv> /var/www/html
rm -r <Pfad der gelöscht werden soll>
rm -r <Archiv das gelöscht werden soll>
Kopiert mit cp <Entpackte Datei im Archiv> /var/www/html die Datei in den Webserver vom Pi. Danach wird das entpackte Archiv und die gepackte Archivdatei gelöscht.
Die Datei kann dann über die lokale IP des IP heruntergeladen und importiert werden. Z.B. http://192.168.1.1/domains , wobei domains der Dateiname ist.
gruß