Advertisement
Guest User

Untitled

a guest
Feb 7th, 2014
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. iptables -L -n
  2. Chain INPUT (policy ACCEPT)
  3. target prot opt source destination
  4. fail2ban-pure-ftpd tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 21,20,990,989
  5. fail2ban-proftpd tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 21,20,990,989
  6. fail2ban-vsftpd tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 21,20,990,989
  7. fail2ban-apache-overflows tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443
  8. fail2ban-apache-noscript tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443
  9. fail2ban-apache-multiport tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443
  10. fail2ban-apache tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443
  11. fail2ban-ssh tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 22
  12. DROP all -- 217.172.0.0/16 0.0.0.0/0
  13. DROP all -- 217.172.172.194 0.0.0.0/0
  14. DROP all -- 92.157.71.157 0.0.0.0/0
  15. DROP all -- 177.230.82.3 0.0.0.0/0
  16. DROP all -- 92.51.146.113 0.0.0.0/0
  17. DROP all -- 187.243.92.211 0.0.0.0/0
  18. DROP all -- 218.2.22.112 0.0.0.0/0
  19. DROP all -- 186.23.40.27 0.0.0.0/0
  20. DROP all -- 115.230.126.71 0.0.0.0/0
  21. DROP all -- 61.160.215.208 0.0.0.0/0
  22. DROP all -- 61.174.51.205 0.0.0.0/0
  23. DROP all -- 217.169.223.79 0.0.0.0/0
  24. DROP all -- 216.0.0.0/16 0.0.0.0/0
  25. DROP all -- 216.0.0.0 0.0.0.0/0
  26. DROP all -- 216.250.47.32 0.0.0.0/0
  27. DROP all -- 92.243.165.51 0.0.0.0/0
  28. DROP all -- 61.147.107.99 0.0.0.0/0
  29. DROP all -- 92.243.165.51 0.0.0.0/0
  30. DROP all -- 80.24.4.23 0.0.0.0/0
  31. DROP all -- 176.31.242.150 0.0.0.0/0
  32. DROP all -- 92.243.165.51 0.0.0.0/0
  33. DROP all -- 200.0.0.0 0.0.0.0/0
  34. DROP all -- 218.2.22.105 0.0.0.0/0
  35. fail2ban-pure-ftpd tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 21,20,990,989
  36. fail2ban-proftpd tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 21,20,990,989
  37. fail2ban-vsftpd tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 21,20,990,989
  38. fail2ban-apache-overflows tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443
  39. fail2ban-apache-noscript tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443
  40. fail2ban-apache-multiport tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443
  41. fail2ban-apache tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 80,443
  42. fail2ban-ssh tcp -- 0.0.0.0/0 0.0.0.0/0 multiport dports 22
  43.  
  44. Chain FORWARD (policy ACCEPT)
  45. target prot opt source destination
  46.  
  47. Chain OUTPUT (policy ACCEPT)
  48. target prot opt source destination
  49.  
  50. Chain fail2ban-apache (2 references)
  51. target prot opt source destination
  52. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  53.  
  54. Chain fail2ban-apache-multiport (2 references)
  55. target prot opt source destination
  56. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  57.  
  58. Chain fail2ban-apache-noscript (2 references)
  59. target prot opt source destination
  60. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  61.  
  62. Chain fail2ban-apache-overflows (2 references)
  63. target prot opt source destination
  64. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  65.  
  66. Chain fail2ban-proftpd (2 references)
  67. target prot opt source destination
  68. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  69.  
  70. Chain fail2ban-pure-ftpd (2 references)
  71. target prot opt source destination
  72. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  73.  
  74. Chain fail2ban-ssh (2 references)
  75. target prot opt source destination
  76. RETURN all -- 0.0.0.0/0 0.0.0.0/0
  77.  
  78. Chain fail2ban-vsftpd (2 references)
  79. target prot opt source destination
  80. RETURN all -- 0.0.0.0/0 0.0.0.0/0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement