Hostname
aws.rootzone.one
Last fetched
aws.rootzone.one resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
aws.rootzone.one resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.52.103.150 | 16.52.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 40.177.216.87 | 40.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 40.177.216.87 | 40.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with aws.rootzone.one in WhisperGraph.
Subdomains
4 observed subdomains of aws.rootzone.one.
| Subdomain |
|---|
| ca.aws.rootzone.one |
Showing 1 of 4. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for aws.rootzone.one.
| Mechanism | Target |
|---|---|
| SPF_A | aws.rootzone.one |
| SPF_IP | 16.52.103.150 |
| SPF_MX | aws.rootzone.one |
Related pages
Pivot deeper into the graph from aws.rootzone.one.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aws.rootzone.one"})-[: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.