{{ score }}
  # Make whois ip if you only know domain name via host and grep
for i in `host bropages.org | head -1 | grep -Eo '([0-9]{1,3}\.){1,3}[0-9]{1,3}'`; do whois $i; done