Hostname
azds.com
Last fetched
azds.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:440 as the registrar.
Nutrition Label
Resolution chain
azds.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 |
|---|---|---|---|---|
| 18.66.112.112 | 18.66.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.112.118 | 18.66.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.112.56 | 18.66.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.66.112.72 | 18.66.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.161.94.103 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.12 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.32 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.4 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.174.83.11 | 3.174.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.83.115 | 3.174.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.83.127 | 3.174.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.174.83.18 | 3.174.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
- Registrar
- iana:440
- Organization
- azds interactive group
- Contact emails
Subdomains
28 observed subdomains of azds.com.
Showing 25 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from azds.com in the public web crawl.
16 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for azds.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
Related pages
Pivot deeper into the graph from azds.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "azds.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.