Hostname
rockitdata10-admin.anancall.com
Last fetched
rockitdata10-admin.anancall.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
rockitdata10-admin.anancall.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.196.107 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.17 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.83 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.225.196.95 | 13.225.192.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 143.204.160.3 | 143.204.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.160.58 | 143.204.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.160.62 | 143.204.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.160.68 | 143.204.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with rockitdata10-admin.anancall.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from rockitdata10-admin.anancall.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rockitdata10-admin.anancall.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.