Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. root@you:pts/0-> / (0)
  2. > iptables -L
  3. Chain INPUT (policy ACCEPT)
  4. target prot opt source destination
  5. fail2ban-ehcp tcp -- anywhere anywhere multiport dports http,https
  6. fail2ban-apache-dos tcp -- anywhere anywhere multiport dports http,https
  7. fail2ban-apache tcp -- anywhere anywhere multiport dports http,https
  8. fail2ban-dovecot tcp -- anywhere anywhere multiport dports smtp,ssmtp,imap2,imap3,imaps,pop3,pop3s
  9. fail2ban-postfix tcp -- anywhere anywhere multiport dports smtp,ssmtp
  10. fail2ban-vsftpd tcp -- anywhere anywhere multiport dports ftp,ftp-data,ftps,ftps-data
  11. fail2ban-nginx-dos tcp -- anywhere anywhere multiport dports http,8090
  12. fail2ban-NoProxy tcp -- anywhere anywhere multiport dports http,https
  13. fail2ban-BadBots tcp -- anywhere anywhere multiport dports http,https
  14. fail2ban-NoLoginFailures tcp -- anywhere anywhere multiport dports http,https
  15. fail2ban-NoAuthFailures tcp -- anywhere anywhere multiport dports http,https
  16. fail2ban-ReqLimit tcp -- anywhere anywhere multiport dports http,https
  17. fail2ban-ssh tcp -- anywhere anywhere multiport dports ssh
  18.  
  19. Chain FORWARD (policy ACCEPT)
  20. target prot opt source destination
  21. syn-flood tcp -- anywhere anywhere tcpflags: FIN,SYN,RST,ACK/SYN limit: above 50/sec burst 100 mode srcip htable-expire 300000
  22. nominal-syn tcp -- anywhere anywhere tcpflags: FIN,SYN,RST,ACK/SYN
  23. non-syn all -- anywhere anywhere
  24.  
  25. Chain OUTPUT (policy ACCEPT)
  26. target prot opt source destination
  27.  
  28. Chain fail2ban-BadBots (1 references)
  29. target prot opt source destination
  30. RETURN all -- anywhere anywhere
  31.  
  32. Chain fail2ban-NoAuthFailures (1 references)
  33. target prot opt source destination
  34. RETURN all -- anywhere anywhere
  35.  
  36. Chain fail2ban-NoLoginFailures (1 references)
  37. target prot opt source destination
  38. RETURN all -- anywhere anywhere
  39.  
  40. Chain fail2ban-NoProxy (1 references)
  41. target prot opt source destination
  42. RETURN all -- anywhere anywhere
  43.  
  44. Chain fail2ban-ReqLimit (1 references)
  45. target prot opt source destination
  46. RETURN all -- anywhere anywhere
  47.  
  48. Chain fail2ban-apache (1 references)
  49. target prot opt source destination
  50. RETURN all -- anywhere anywhere
  51.  
  52. Chain fail2ban-apache-dos (1 references)
  53. target prot opt source destination
  54. RETURN all -- anywhere anywhere
  55.  
  56. Chain fail2ban-dovecot (1 references)
  57. target prot opt source destination
  58. RETURN all -- anywhere anywhere
  59.  
  60. Chain fail2ban-ehcp (1 references)
  61. target prot opt source destination
  62. RETURN all -- anywhere anywhere
  63.  
  64. Chain fail2ban-nginx-dos (1 references)
  65. target prot opt source destination
  66. RETURN all -- anywhere anywhere
  67.  
  68. Chain fail2ban-postfix (1 references)
  69. target prot opt source destination
  70. RETURN all -- anywhere anywhere
  71.  
  72. Chain fail2ban-ssh (1 references)
  73. target prot opt source destination
  74. RETURN all -- anywhere anywhere
  75.  
  76. Chain fail2ban-vsftpd (1 references)
  77. target prot opt source destination
  78. RETURN all -- anywhere anywhere
  79.  
  80. Chain nominal-syn (1 references)
  81. target prot opt source destination
  82. ACCEPT all -- anywhere anywhere
  83.  
  84. Chain non-syn (1 references)
  85. target prot opt source destination
  86. ACCEPT all -- anywhere anywhere
  87.  
  88. Chain syn-flood (1 references)
  89. target prot opt source destination
  90. all -- anywhere anywhere recent: SET name: blacklist side: source
  91. LOG all -- anywhere anywhere limit: avg 3/min burst 20 LOG level warning prefix "SYN Flood: "
  92. DROP all -- anywhere anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement