All hostnames api-gw.metadata.io resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · api-gw.metadata.io Routing diversity 6.9/10 Peering density 9.5/10 MOAS conflict ✓ none Threat-feed listings 6.0/10 WHOIS transparency 0.0/10 Resolver footprint 5.2/10 canon.whisper.security/host/api-gw.metadata.io Resolution chain api-gw.metadata.io resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 100.20.236.55 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 100.20.3.219 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 100.22.165.219 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 100.22.255.124 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 100.23.27.135 100.20.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.208.170.106 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.210.111.113 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.211.163.239 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.211.212.155 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.214.58.43 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.223.135.74 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.223.47.64 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.160.149.216 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.164.26.19 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.165.123.119 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.165.140.157 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.165.205.187 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.165.25.227 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.80.208.101 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.82.101.243 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with api-gw.metadata.io in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from api-gw.metadata.io in the public web crawl.
Related pages Pivot deeper into the graph from api-gw.metadata.io.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-gw.metadata.io"})-[: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 .