find all ips from ASN and output to text file
Posted: Sun Jan 25, 2026 10:55 am
facebook - AS32934
whois -h whois.radb.net -- '-i origin AS32934' | grep 'route:' | awk '{print substr($0, 17)}' > ip_list.txt
whois -h whois.radb.net -- '-i origin AS32934' | grep 'route:' | awk '{print substr($0, 17)}' > ip_list.txt