diff --git a/scripts/asn-query.nse b/scripts/asn-query.nse index 2df53385e..c8c5bf6d4 100644 --- a/scripts/asn-query.nse +++ b/scripts/asn-query.nse @@ -10,7 +10,8 @@ Maps IP addresses to autonomous system (AS) numbers. The script works by sending DNS TXT queries to a DNS server which in turn queries a third-party service provided by Team Cymru -(team-cymru.org) using an in-addr.arpa style zone set up especially for +(https://www.team-cymru.org/Services/ip-to-asn.html) using an in-addr.arpa +style zone set up especially for use by Nmap. The responses to these queries contain both Origin and Peer ASNs and their descriptions, displayed along with the BGP Prefix and Country Code. The script caches results to reduce the number of queries