Advertisement
Guest User

Untitled

a guest
Apr 30th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. # Generated by iptables-save v1.4.10 on Mon Apr 30 20:12:11 2012
  2. *filter
  3. :INPUT ACCEPT [43831:3875980]
  4. :FORWARD ACCEPT [0:0]
  5. :OUTPUT ACCEPT [27233:106782894]
  6. :fail2ban-apache - [0:0]
  7. :fail2ban-apache-badbots - [0:0]
  8. :fail2ban-apache-noscript - [0:0]
  9. :fail2ban-apache-overflows - [0:0]
  10. :fail2ban-ssh - [0:0]
  11. :fail2ban-ssh-ddos - [0:0]
  12. -A INPUT -p tcp -m multiport --dports 80,443 -j fail2ban-apache-badbots
  13. -A INPUT -p tcp -m multiport --dports 80,443 -j fail2ban-apache-overflows
  14. -A INPUT -p tcp -m multiport --dports 22 -j fail2ban-ssh-ddos
  15. -A INPUT -p tcp -m multiport --dports 80,443 -j fail2ban-apache-noscript
  16. -A INPUT -s 61.135.192.0/18 -j DROP
  17. -A INPUT -s 77.88.0.0/18 -j DROP
  18. -A INPUT -s 77.91.224.0/24 -j DROP
  19. -A INPUT -s 87.250.224.0/19 -j DROP
  20. -A INPUT -s 92.241.182.0/24 -j DROP
  21. -A INPUT -s 93.158.128.0/18 -j DROP
  22. -A INPUT -s 95.108.128.0/17 -j DROP
  23. -A INPUT -s 119.63.192.0/21 -j DROP
  24. -A INPUT -s 123.125.64.0/18 -j DROP
  25. -A INPUT -s 178.154.128.0/17 -j DROP
  26. -A INPUT -s 180.76.0.0/16 -j DROP
  27. -A INPUT -s 193.47.80.0/24 -j DROP
  28. -A INPUT -s 213.180.192.0/19 -j DROP
  29. -A INPUT -s 220.181.0.0/18 -j DROP
  30. -A fail2ban-apache -j RETURN
  31. -A fail2ban-apache-badbots -j RETURN
  32. -A fail2ban-apache-noscript -j RETURN
  33. -A fail2ban-apache-overflows -j RETURN
  34. -A fail2ban-ssh -j RETURN
  35. -A fail2ban-ssh-ddos -j RETURN
  36. COMMIT
  37. # Completed on Mon Apr 30 20:12:11 2012
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement