All hostnames api.gravity.place resolves to 17 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label WHISPER CANON · api.gravity.place Routing diversity 5.7/10 Peering density 9.5/10 MOAS conflict ✓ none Threat-feed listings 8.0/10 WHOIS transparency 0.0/10 Resolver footprint 0.0/10 canon.whisper.security/host/api.gravity.place Resolution chain api.gravity.place resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 13.114.210.115 13.112.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. JP 13.158.123.232 13.158.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. JP 13.158.174.150 13.158.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. JP 13.192.85.63 13.192.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. JP 18.177.20.56 18.176.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. JP 3.114.208.14 3.112.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. JP 35.72.65.90 35.72.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. JP 52.192.136.170 52.192.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. JP 52.193.233.56 52.192.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. JP 52.194.140.100 52.194.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. JP 52.195.70.110 52.194.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. JP 52.197.74.181 52.196.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. JP 54.150.204.253 54.150.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. JP 54.199.60.48 54.199.0.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. JP 13.192.237.194 13.192.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. JP 57.180.189.190 57.180.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. JP 13.193.24.147 13.193.0.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. JP
WHOIS identity No WHOIS records are currently associated with api.gravity.place in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from api.gravity.place in the public web crawl.
18 sites link to this hostname.
2 sites linked to from this hostname.
Related pages Pivot deeper into the graph from api.gravity.place.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.gravity.place"})-[: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 .