#/bin/bash
. get_root
iptables -L INPUT -n | tail -n +3 | txt2tsv.simple | awk '$1 == "DROP" && $2 == "all" && $3 == "--" && $5 == "0.0.0.0/0" { print $4 }' | tac
