Skip to content

Commit

Permalink
fix: Remove missing ad lists
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Nov 27, 2024
1 parent 3195599 commit fb22299
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/create-blacklist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ jobs:
download "https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt"
## malicious domains
download "https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt"
download "https://mirror1.malwaredomains.com/files/justdomains"
download "https://hosts-file.net/exp.txt"
download "https://hosts-file.net/emd.txt"
download "https://hosts-file.net/psh.txt"
download "https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt"
# download "https://mirror1.malwaredomains.com/files/justdomains"
# download "https://hosts-file.net/exp.txt"
# download "https://hosts-file.net/emd.txt"
# download "https://hosts-file.net/psh.txt"
# download "https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt"
# download "https://www.malwaredomainlist.com/hostslist/hosts.txt"
download "https://bitbucket.org/ethanr/dns-blacklists/raw/8575c9f96e5b4a1308f2f12394abd86d0927a4a0/bad_lists/Mandiant_APT1_Report_Appendix_D.txt"
download "https://v.firebog.net/hosts/Prigent-Malware.txt"
download "https://v.firebog.net/hosts/Prigent-Phishing.txt"
# download "https://v.firebog.net/hosts/Prigent-Phishing.txt"
download "https://phishing.army/download/phishing_army_blocklist_extended.txt"
download "https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt"
download "https://v.firebog.net/hosts/Shalla-mal.txt"
# download "https://v.firebog.net/hosts/Shalla-mal.txt"
download "https://raw.githubusercontent.com/StevenBlack/hosts/master/data/add.Risk/hosts"
cat "${HOSTS_FILES}"/* | \
Expand Down

0 comments on commit fb22299

Please sign in to comment.