Advertisement
a_ozhegov

fbx issue-no regs

Apr 2nd, 2019
417
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.35 KB | None | 0 0
  1. root ~ # iptables -L
  2. Chain INPUT (policy DROP)
  3. target     prot opt source               destination
  4. fail2ban-nginx-dos  all  --  anywhere             anywhere
  5. fail2ban-nginx-404  all  --  anywhere             anywhere
  6. fail2ban-fusionpbx-mac  all  --  anywhere             anywhere
  7. fail2ban-fusionpbx  all  --  anywhere             anywhere
  8. fail2ban-fusionpbx-404  all  --  anywhere             anywhere
  9. fail2ban-sip-auth-failure  all  --  anywhere             anywhere
  10. fail2ban-sip-auth-challenge  all  --  anywhere             anywhere
  11. fail2ban-freeswitch  all  --  anywhere             anywhere
  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:5091 STRING match  "friendly-scanner" ALGO name bm TO 65535
  16. DROP       udp  --  anywhere             anywhere             udp dpts:sip:5091 STRING match  "sipcli/" ALGO name bm TO 65535
  17. DROP       udp  --  anywhere             anywhere             udp dpts:sip:5091 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 dpt:7443
  22. ACCEPT     tcp  --  anywhere             anywhere             tcp dpts:sip:5091
  23. ACCEPT     udp  --  anywhere             anywhere             udp dpts:sip:5091
  24. ACCEPT     udp  --  anywhere             anywhere             udp dpts:16384:32768
  25. ACCEPT     icmp --  anywhere             anywhere             icmp echo-request
  26. ACCEPT     udp  --  anywhere             anywhere             udp dpt:openvpn
  27.  
  28. Chain FORWARD (policy DROP)
  29. target     prot opt source               destination
  30.  
  31. Chain OUTPUT (policy ACCEPT)
  32. target     prot opt source               destination
  33.  
  34. Chain fail2ban-freeswitch (1 references)
  35. target     prot opt source               destination
  36. RETURN     all  --  anywhere             anywhere
  37.  
  38. Chain fail2ban-fusionpbx (1 references)
  39. target     prot opt source               destination
  40. RETURN     all  --  anywhere             anywhere
  41.  
  42. Chain fail2ban-fusionpbx-404 (1 references)
  43. target     prot opt source               destination
  44. RETURN     all  --  anywhere             anywhere
  45.  
  46. Chain fail2ban-fusionpbx-mac (1 references)
  47. target     prot opt source               destination
  48. RETURN     all  --  anywhere             anywhere
  49.  
  50. Chain fail2ban-nginx-404 (1 references)
  51. target     prot opt source               destination
  52. RETURN     all  --  anywhere             anywhere
  53.  
  54. Chain fail2ban-nginx-dos (1 references)
  55. target     prot opt source               destination
  56. RETURN     all  --  anywhere             anywhere
  57.  
  58. Chain fail2ban-sip-auth-challenge (1 references)
  59. target     prot opt source               destination
  60. RETURN     all  --  anywhere             anywhere
  61.  
  62. Chain fail2ban-sip-auth-failure (1 references)
  63. target     prot opt source               destination
  64. RETURN     all  --  anywhere             anywhere
  65.  
  66. Chain fail2ban-sshd (1 references)
  67. target     prot opt source               destination
  68. RETURN     all  --  anywhere             anywhere
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement