networking:asn_autonomous_system_number:find_a_specific_asn
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
networking:asn_autonomous_system_number:find_a_specific_asn [2021/01/04 16:24] – created peter | networking:asn_autonomous_system_number:find_a_specific_asn [2021/01/04 16:52] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Networking - ASN (Autonomous System Number) - Find a specific ASN ====== | ====== Networking - ASN (Autonomous System Number) - Find a specific ASN ====== | ||
+ | |||
+ | There are many search tools online such as https:// | ||
+ | |||
+ | For example, searching for **Google** returns a number of ASNs. | ||
+ | |||
+ | {{: | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
+ | |||
+ | Alternatively: | ||
+ | |||
+ | <code bash> | ||
+ | dig google.com | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | ; <<>> | ||
+ | ;; global options: +cmd | ||
+ | ;; Got answer: | ||
+ | ;; ->> | ||
+ | ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 | ||
+ | |||
+ | ;; OPT PSEUDOSECTION: | ||
+ | ; EDNS: version: 0, flags:; udp: 65494 | ||
+ | ;; QUESTION SECTION: | ||
+ | ; | ||
+ | |||
+ | ;; ANSWER SECTION: | ||
+ | google.com. 300 IN A 216.58.198.206 | ||
+ | |||
+ | ;; Query time: 24 msec | ||
+ | ;; SERVER: 127.0.0.53# | ||
+ | ;; WHEN: Mon Jan 04 15:55:10 GMT 2021 | ||
+ | ;; MSG SIZE rcvd: 55 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE:** This returns the IP Address 216.58.198.206. | ||
+ | </ | ||
+ | |||
+ | |||
+ | ...then... | ||
+ | |||
+ | <code bash> | ||
+ | whois -h whois.cymru.com " -v 216.58.198.206" | ||
+ | |||
+ | AS | IP | BGP Prefix | ||
+ | 15169 | 216.58.198.206 | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== References ===== | ||
+ | |||
+ | http:// | ||
networking/asn_autonomous_system_number/find_a_specific_asn.1609777459.txt.gz · Last modified: 2021/01/04 16:24 by peter