[root@shoot ~]# iptables -L
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
sshguard all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere tcp dpt:http limit: up to 1/min burst 700 mode srcip
ACCEPT tcp -- anywhere anywhere tcp dpt:https limit: up to 1/min burst 700 mode srcip
ACCEPT tcp -- anywhere anywhere tcp dpt:hbci
ACCEPT tcp -- anywhere anywhere tcp dpt:imap
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:domain
LOG all -- anywhere anywhere limit: avg 1/sec burst 5 LOG level warning prefix `[IPTABLES INPUT] : '
DROP all -- anywhere anywhere
drop_synflood tcp -- anywhere anywhere tcp flags:FIN,SYN,RST,ACK/SYN
Chain FORWARD (policy DROP)
target prot opt source destination
LOG all -- anywhere anywhere limit: avg 1/sec burst 5 LOG level warning prefix `[IPTABLES FORWARD] : '
DROP all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere
Chain drop_synflood (1 references)
target prot opt source destination
RETURN all -- anywhere anywhere limit: avg 10/sec burst 20
LOG all -- anywhere anywhere limit: avg 1/sec burst 10 LOG level warning prefix `SYNFLOOD: '
DROP all -- anywhere anywhere
Chain sshguard (1 references)
target prot opt source destination
DROP all -- 59.45.175.98 anywhere
DROP all -- 59.45.175.11 anywhere
DROP all -- 121.18.238.28 anywhere
DROP all -- 59.45.175.24 anywhere
DROP all -- 59.45.175.97 anywhere
DROP all -- 121.18.238.119 anywhere
[root@shoot ~]#