Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. # List of URLs for IP blacklists. Currently, only IPv4 is supported in this script, everything else will be filtered.
  2. BLACKLISTS=(
  3. # "file:///etc/ipset-blacklist/ip-blacklist-custom.list" # optional, for your personal nemeses (no typo, plural)
  4. "https://www.projecthoneypot.org/list_of_ips.php?t=d&rss=1" # Project Honey Pot Directory of Dictionary Attacker IPs
  5. "https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1" # TOR Exit Nodes
  6. "https://www.maxmind.com/en/high-risk-ip-sample-list" # MaxMind GeoIP Anonymous Proxies
  7. "http://danger.rulez.sk/projects/bruteforceblocker/blist.php" # BruteForceBlocker IP List
  8. "https://www.spamhaus.org/drop/drop.lasso" # Spamhaus Don't Route Or Peer List (DROP)
  9. "http://cinsscore.com/list/ci-badguys.txt" # C.I. Army Malicious IP List
  10. "https://lists.blocklist.de/lists/all.txt" # blocklist.de attackers
  11. "http://blocklist.greensnow.co/greensnow.txt" # GreenSnow
  12. "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level1.netset" # Firehol Level 1
  13. "https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/stopforumspam_7d.ipset" # Stopforumspam via Firehol
  14. # "http://ipverse.net/ipblocks/data/countries/xx.zone" # Ban an entire country, see http://ipverse.net/ipblocks/data/countries/
  15. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement