asroute

Interprets traceroute -a output to display AS names along the path

brewmacoslinux
Try with needOr install directly
Source

About

CLI to interpret traceroute -a output to show AS names traversed

Commands

asroute

Examples

Show AS names for a traceroute to example.com$ traceroute -a example.com | asroute
Save traceroute output and analyze AS path$ traceroute -a 8.8.8.8 > trace.txt && cat trace.txt | asroute
Run traceroute with AS lookup and pipe directly to asroute$ traceroute -a google.com | asroute