Skip to content

Instantly share code, notes, and snippets.

@dyipon
Last active November 20, 2021 07:03
Show Gist options
  • Save dyipon/2f20ecb61828825997031e7d5bad96dc to your computer and use it in GitHub Desktop.
Save dyipon/2f20ecb61828825997031e7d5bad96dc to your computer and use it in GitHub Desktop.
whois -h whois.radb.net -i origin -T route $(whois -h whois.radb.net 1.2.3.4 | grep origin: | cut -d ' ' -f 6 | head -1) | grep -w "route:"
 | awk '{print $NF}' |sort -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment