Guest User

Untitled

a guest
Dec 11th, 2017
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. ssh -D 8080 -N username@30.123.234.6
  2.  
  3. channel 7: open failed: connect failed: Connection timed out
  4. channel 8: open failed: connect failed: Connection timed out
  5. channel 9: open failed: connect failed: Connection timed out
  6. channel 3: open failed: connect failed: Connection timed out
  7. etc...
  8.  
  9. Chain INPUT (policy DROP)
  10. target prot opt source destination
  11. ACCEPT all -- google-public-dns-a.google.com anywhere
  12. ACCEPT all -- resolver3.opendns.com anywhere
  13. ACCEPT all -- resolver1.opendns.com anywhere
  14. SYN_FLOOD_LOG_DROP tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN
  15. UDP_FLOOD_LOG_DROP udp -- anywhere anywhere
  16. ICMP_FLOOD_LOG_DROP icmp -- anywhere anywhere
  17. tcp -- anywhere anywhere tcp dpt:ssh state NEW recent: SET name: DEFAULT side: source mask: 255.255.255.255
  18. SSH_LOG_DROP tcp -- anywhere anywhere tcp dpt:ssh state NEW recent: UPDATE seconds: 60 hit_count: 4 name: DEFAULT side: source mask: 255.255.255.255
  19. tcp -- anywhere anywhere tcp dpt:xmpp-client state NEW recent: SET name: DEFAULT side: source mask: 255.255.255.255
  20. XMPP_LOG_DROP tcp -- anywhere anywhere tcp dpt:xmpp-client state NEW recent: UPDATE seconds: 60 hit_count: 8 name: DEFAULT side: source mask: 255.255.255.255
  21. tcp -- anywhere anywhere tcp dpt:http state NEW recent: SET name: DEFAULT side: source mask: 255.255.255.255
  22. HTTP_LOG_DROP tcp -- anywhere anywhere tcp dpt:http state NEW recent: UPDATE seconds: 60 hit_count: 8 name: DEFAULT side: source mask: 255.255.255.255
  23. ACCEPT tcp -- anywhere anywhere tcp dpt:xmpp-client
  24. ACCEPT tcp -- anywhere anywhere tcp dpt:http
  25. ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
  26. ACCEPT tcp -- localhost anywhere tcp dpt:5582
  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 HTTP_LOG_DROP (1 references)
  35. target prot opt source destination
  36. LOG all -- anywhere anywhere LOG level warning prefix "IPTables DROP:HTTPATTACK "
  37. DROP all -- anywhere anywhere
  38.  
  39. Chain ICMP_FLOOD_LOG_DROP (1 references)
  40. target prot opt source destination
  41. RETURN all -- anywhere anywhere limit: avg 1/sec burst 3
  42. LOG all -- anywhere anywhere LOG level warning prefix "IPTables DROP:ICMPFLOOD "
  43. DROP all -- anywhere anywhere
  44.  
  45. Chain SSH_LOG_DROP (1 references)
  46. target prot opt source destination
  47. LOG all -- anywhere anywhere LOG level warning prefix "IPTables DROP:SSHATTACK "
  48. DROP all -- anywhere anywhere
  49.  
  50. Chain SYN_FLOOD_LOG_DROP (1 references)
  51. target prot opt source destination
  52. RETURN all -- anywhere anywhere limit: avg 1/sec burst 3
  53. LOG all -- anywhere anywhere LOG level warning prefix "IPTables DROP:SYNFLOOD "
  54. DROP all -- anywhere anywhere
  55.  
  56. Chain UDP_FLOOD_LOG_DROP (1 references)
  57. target prot opt source destination
  58. RETURN all -- anywhere anywhere state NEW recent: UPDATE seconds: 1 hit_count: 20 name: DEFAULT side: source mask: 255.255.255.255
  59. LOG all -- anywhere anywhere LOG level warning prefix "IPTables DROP:UDPFLOOD "
  60. DROP all -- anywhere anywhere
  61.  
  62. Chain XMPP_LOG_DROP (1 references)
  63. target prot opt source destination
  64. LOG all -- anywhere anywhere LOG level warning prefix "IPTables DROP:XMPPATTACK "
  65. DROP all -- anywhere anywhere
Add Comment
Please, Sign In to add comment