cat domains.lst | sort | uniq | while IFS= read -r ip ; do whois "$ip" | grep 'Domain\ Name:\|Expir' | grep -v Registrar | grep '\s\s' done