Skip to content

Instantly share code, notes, and snippets.

@FranklyFuzzy
Created March 31, 2022 03:44
Show Gist options
  • Save FranklyFuzzy/757cda4d3dbfe65321743f747394281b to your computer and use it in GitHub Desktop.
Save FranklyFuzzy/757cda4d3dbfe65321743f747394281b to your computer and use it in GitHub Desktop.
Look Up IP details

Look Up IPs

Single Query

whois -h whois.cymru.com 8.8.8.8

Single Verbose Output

whois -h whois.cymru.com " -v 8.8.8.8"

#Multi (uses file list)

netcat whois.cymru.com 43 < list01 | sort -n > list02

Reference

begin
verbose
8.8.8.8
2.2.2.2
1.1.1.1
4.4.4.4
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment