From Anorexic Bison, 4 Years ago, written in Bash.
This paste is a reply to iptables -L from badhills
- view diff
Embed
  1. Chain INPUT (policy DROP)
  2. target     prot opt source               destination        
  3. fail2ban-nginx-dos  tcp  --  anywhere             anywhere             multiport dports http,https
  4. fail2ban-nginx-404  tcp  --  anywhere             anywhere             multiport dports http,https
  5. fail2ban-fusionpbx-mac  tcp  --  anywhere             anywhere             multiport dports http,https
  6. fail2ban-fusionpbx  tcp  --  anywhere             anywhere             multiport dports http,https
  7. fail2ban-fusionpbx-404  all  --  anywhere             anywhere            
  8. fail2ban-freeswitch-dos-tcp  tcp  --  anywhere             anywhere             multiport dports sip:5090
  9. fail2ban-freeswitch-dos-udp  udp  --  anywhere             anywhere             multiport dports sip:5090
  10. fail2ban-freeswitch-tcp  tcp  --  anywhere             anywhere             multiport dports sip:5090
  11. fail2ban-freeswitch-udp  udp  --  anywhere             anywhere             multiport dports sip:5090
  12. fail2ban-sshd  all  --  anywhere             anywhere            
  13. ACCEPT     all  --  anywhere             anywhere            
  14. ACCEPT     all  --  anywhere             anywhere             state RELATED,ESTABLISHED
  15. DROP       udp  --  anywhere             anywhere             udp dpts:sip:5090 STRING match  "friendly-scanner" ALGO name bm TO 65535
  16. DROP       udp  --  anywhere             anywhere             udp dpts:sip:5090 STRING match  "sipcli/" ALGO name bm TO 65535
  17. DROP       udp  --  anywhere             anywhere             udp dpts:sip:5090 STRING match  "VaxSIPUserAgent/" ALGO name bm TO 65535
  18. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:ssh
  19. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:http
  20. ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:https
  21. ACCEPT     tcp  --  anywhere             anywhere             tcp dpts:sip:5090
  22. ACCEPT     udp  --  anywhere             anywhere             udp dpts:sip:5090
  23. ACCEPT     udp  --  anywhere             anywhere             udp dpts:16384:32768
  24. ACCEPT     icmp --  anywhere             anywhere             icmp echo-request
  25. ACCEPT     udp  --  anywhere             anywhere             udp dpt:openvpn
  26.  
  27. Chain FORWARD (policy DROP)
  28. target     prot opt source               destination        
  29.  
  30. Chain OUTPUT (policy ACCEPT)
  31. target     prot opt source               destination        
  32.  
  33. Chain fail2ban-freeswitch-dos-tcp (1 references)
  34. target     prot opt source               destination        
  35. RETURN     all  --  anywhere             anywhere            
  36.  
  37. Chain fail2ban-freeswitch-dos-udp (1 references)
  38. target     prot opt source               destination        
  39. RETURN     all  --  anywhere             anywhere            
  40.  
  41. Chain fail2ban-freeswitch-tcp (1 references)
  42. target     prot opt source               destination        
  43. RETURN     all  --  anywhere             anywhere            
  44.  
  45. Chain fail2ban-freeswitch-udp (1 references)
  46. target     prot opt source               destination        
  47. RETURN     all  --  anywhere             anywhere            
  48.  
  49. Chain fail2ban-fusionpbx (1 references)
  50. target     prot opt source               destination        
  51. RETURN     all  --  anywhere             anywhere            
  52.  
  53. Chain fail2ban-fusionpbx-404 (1 references)
  54. target     prot opt source               destination        
  55. RETURN     all  --  anywhere             anywhere            
  56.  
  57. Chain fail2ban-fusionpbx-mac (1 references)
  58. target     prot opt source               destination        
  59. RETURN     all  --  anywhere             anywhere            
  60.  
  61. Chain fail2ban-nginx-404 (1 references)
  62. target     prot opt source               destination        
  63. RETURN     all  --  anywhere             anywhere            
  64.  
  65. Chain fail2ban-nginx-dos (1 references)
  66. target     prot opt source               destination        
  67. RETURN     all  --  anywhere             anywhere            
  68.  
  69. Chain fail2ban-sshd (1 references)
  70. target     prot opt source               destination        
  71. RETURN     all  --  anywhere             anywhere