Hostname
alexa.com
Last fetched
alexa.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
alexa.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.138.7.114 | 108.138.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.7.32 | 108.138.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.7.81 | 108.138.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 108.138.7.93 | 108.138.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.172.122.103 | 18.172.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.172.122.125 | 18.172.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.172.122.14 | 18.172.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.172.122.96 | 18.172.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.175.115.19 | 3.175.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.115.51 | 3.175.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.115.55 | 3.175.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.115.93 | 3.175.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:292
- Organization
- alexa hostmaster
- Contact emails
Subdomains
15 observed subdomains of alexa.com.
Web-graph footprint
Distinct hostnames that link to or from alexa.com in the public web crawl.
21,302 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from alexa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alexa.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.