Skip to content

Instantly share code, notes, and snippets.

@dxflatline
Created February 3, 2017 14:05
Show Gist options
  • Save dxflatline/f46fc0488ded52c6ac3cc306f9922f86 to your computer and use it in GitHub Desktop.
Save dxflatline/f46fc0488ded52c6ac3cc306f9922f86 to your computer and use it in GitHub Desktop.
IP to ASN to Range List
whois 1.2.3.4 | grep origin | awk -F: '{print $2}' | tr -d '[:space:]' | xargs -i whois -h whois.ripe.net -T route {} -i origin | egrep "route: " | awk '{print $NF}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment