Created
April 2, 2018 21:58
-
-
Save tomwassenberg/395184ebd7e680d726cb203ece621667 to your computer and use it in GitHub Desktop.
Checks the WhoIS of the upstream DNS resolver your system currently uses.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| dig +short whoami.akamai.net | xargs whois | grep -oP '^netname:\s+\K.+$' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment