From 6c41e00a5f47a92e778942aace88213912a99c15 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 9 Jan 2015 02:42:47 +0000 Subject: [PATCH] Link directly to the Team Cymru IP-to-ASN page. --- scripts/asn-query.nse | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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