Advertisement
rs232

default blacklist

Nov 21st, 2013
1,366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.14 KB | None | 0 0
  1. ###########################################################################
  2. # Generic lists, additional available e.g. at the following providers:
  3. # https://www.iblocklist.com/lists.php
  4. # http://iplists.firehol.org/
  5. # https://www.spamhaus.org/drop/
  6. ###########################################################################
  7. # The 2 formats supported are:
  8. # Type A:
  9. # .gz cointaining ASCII in the format "description:SIP-DIP"
  10. # Type B:
  11. # ASCII cointainting X.X.X.X or X.X.X.X/YY, any optional trailer define by a
  12. # semicolon e.g. ";description" is ignored
  13. #
  14. # NOTE: enable with caution, with too many lists you might run of RAM on your router!
  15. #
  16. level1 http://list.iblocklist.com/?list=bt_level1&fileformat=p2p&archiveformat=gz
  17. level2 http://list.iblocklist.com/?list=bt_level2&fileformat=p2p&archiveformat=gz
  18. #level3 http://list.iblocklist.com/?list=bt_level3&fileformat=p2p&archiveformat=gz
  19. edu http://list.iblocklist.com/?list=bt_edu&fileformat=p2p&archiveformat=gz
  20. spywere http://list.iblocklist.com/?list=bt_spyware&fileformat=p2p&archiveformat=gz
  21. advertisement http://list.iblocklist.com/?list=bt_ads&fileformat=p2p&archiveformat=gz
  22. #bogon http://list.iblocklist.com/?list=gihxqmhyunbxhbmgqrla&fileformat=p2p&archiveformat=gz
  23. #hijacked http://list.iblocklist.com/?list=usrcshglbiilevmyfhse&fileformat=p2p&archiveformat=gz
  24. dshields http://list.iblocklist.com/?list=xpbqleszmajjesnzddhv&fileformat=p2p&archiveformat=gz
  25. #primary-threats http://list.iblocklist.com/?list=ijfqtofzixtwayqovmxn&fileformat=p2p&archiveformat=gz
  26. #rangetest http://list.iblocklist.com/?list=plkehquoahljmyxjixpu&fileformat=p2p&archiveformat=gz
  27. #badpeers http://list.iblocklist.com/?list=cwworuawihqvocglcoss&fileformat=p2p&archiveformat=gz
  28. #spider http://list.iblocklist.com/?list=mcvxsnihddgutbjfbghy&fileformat=p2p&archiveformat=gz
  29. #webexploit http://list.iblocklist.com/?list=ghlzqtqxnzctvvajwwag&fileformat=p2p&archiveformat=gz
  30.  
  31. # Country lists available here
  32. # http://www.iblocklist.com/lists.php?category=country
  33. # Browse the URL above and pick up the list you want to block (if any)
  34. # e.g. Aruba
  35. #aruba http://list.iblocklist.com/?list=aw&fileformat=p2p&archiveformat=gz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement