Guest User

Untitled

a guest
Jul 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. simmerz@open:~$ sudo iptables -L
  2. [sudo] password for simmerz:
  3. Chain INPUT (policy ACCEPT)
  4. target prot opt source destination
  5. ACCEPT all -- anywhere anywhere
  6. REJECT tcp -- 218.61.194.118 anywhere tcp dpt:ssh state NEW reject-with icmp-port-unreachable
  7. REJECT tcp -- 66.25.225.34 anywhere tcp dpt:ssh state NEW reject-with icmp-port-unreachable
  8. REJECT tcp -- 180.Red-80-34-170.staticIP.rima-tde.net anywhere tcp dpt:ssh state NEW reject-with icmp-port-unreachable
  9. REJECT tcp -- 82-78-195-69.rdsnet.ro anywhere tcp dpt:ssh state NEW reject-with icmp-port-unreachable
  10. REJECT tcp -- 85-234-147-9.static.as29550.net anywhere tcp dpt:ssh state NEW reject-with icmp-port-unreachable
  11. REJECT tcp -- unnasigned-reverse-208.254.newcom.ro anywhere tcp dpt:ssh state NEW reject-with icmp-port-unreachable
  12. REJECT tcp -- 92.243.90.215.addr.datapoint.ru anywhere tcp dpt:ssh state NEW reject-with icmp-port-unreachable
  13. ACCEPT all -- anywhere anywhere state ESTABLISHED
  14. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  15. ACCEPT udp -- anywhere anywhere udp dpt:ssh
  16. ACCEPT icmp -- anywhere anywhere icmp echo-request
  17. ACCEPT icmp -- anywhere anywhere icmp echo-reply
  18. ACCEPT icmp -- anywhere anywhere icmp time-exceeded
  19. ACCEPT tcp -- anywhere anywhere tcp dpt:www
  20. ACCEPT tcp -- anywhere anywhere tcp dpt:https
  21. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp-data
  22. ACCEPT tcp -- anywhere anywhere tcp dpt:ftp
  23. ACCEPT tcp -- anywhere anywhere tcp dpt:imap2
  24. ACCEPT tcp -- anywhere anywhere tcp dpt:imaps
  25. ACCEPT udp -- anywhere anywhere udp dpt:imaps
  26. ACCEPT tcp -- anywhere anywhere tcp dpt:pop3
  27. ACCEPT udp -- anywhere anywhere udp dpt:pop3
  28. ACCEPT udp -- anywhere anywhere udp spt:domain dpts:1024:65535 state ESTABLISHED
  29. ACCEPT tcp -- anywhere anywhere tcp dpt:pop3s
  30. ACCEPT udp -- anywhere anywhere udp dpt:pop3s
  31. ACCEPT tcp -- anywhere anywhere tcp dpt:mysql
  32. ACCEPT udp -- anywhere anywhere udp dpt:mysql
  33. ACCEPT tcp -- anywhere anywhere tcp dpt:smtp
  34. ACCEPT tcp -- anywhere anywhere tcp dpt:ntp
  35. ACCEPT udp -- anywhere anywhere udp dpt:ntp
  36. ACCEPT tcp -- anywhere anywhere tcp dpt:ssmtp
  37. ACCEPT tcp -- anywhere anywhere tcp dpt:submission
  38. ACCEPT udp -- anywhere anywhere udp dpt:submission
  39. REJECT tcp -- anywhere anywhere state NEW reject-with tcp-reset
  40. REJECT udp -- anywhere anywhere state NEW reject-with icmp-port-unreachable
  41. REJECT icmp -- anywhere anywhere state NEW reject-with icmp-port-unreachable
  42.  
  43. Chain FORWARD (policy ACCEPT)
  44. target prot opt source destination
  45.  
  46. Chain OUTPUT (policy ACCEPT)
  47. target prot opt source destination
  48. ACCEPT all -- anywhere anywhere
  49. no_www all -- anywhere anywhere
  50.  
  51. Chain no_www (1 references)
  52. target prot opt source destination
  53. ACCEPT tcp -- anywhere akismet.com state NEW owner UID match www-data
  54. ACCEPT tcp -- anywhere akismet.com state NEW owner UID match www-data
  55. ACCEPT tcp -- anywhere akismet.com state NEW owner UID match www-data
  56. ACCEPT tcp -- anywhere akismet.com state NEW owner UID match www-data
  57. ACCEPT all -- anywhere anywhere state NEW owner UID match www-data
  58. ACCEPT udp -- anywhere anywhere state NEW owner UID match www-data udp dpt:domain
  59. ACCEPT tcp -- anywhere anywhere state NEW owner UID match www-data tcp dpt:domain
  60. REJECT tcp -- anywhere anywhere state NEW owner UID match www-data reject-with icmp-admin-prohibited
  61. REJECT udp -- anywhere anywhere state NEW owner UID match www-data reject-with icmp-admin-prohibited
  62. REJECT icmp -- anywhere anywhere owner UID match www-data reject-with icmp-admin-prohibited
Add Comment
Please, Sign In to add comment