All hostnames api.vtex.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · api.vtex.com Routing diversity 5.4/10 Peering density 6.7/10 MOAS conflict ✓ none Threat-feed listings 10.0/10 WHOIS transparency 0.0/10 Resolver footprint 7.6/10 canon.whisper.security/host/api.vtex.com Resolution chain api.vtex.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 107.23.223.191 107.23.128.0/17 AS14618 AMAZON-AES - Amazon.com, Inc. US 18.235.196.106 18.232.0.0/14 AS14618 AMAZON-AES - Amazon.com, Inc. US 3.208.158.118 3.208.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 3.224.99.42 3.224.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 3.227.205.196 3.224.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.195.196.41 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.195.239.107 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.203.128.208 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 35.174.128.207 35.168.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US 44.195.97.208 44.192.0.0/11 AS14618 AMAZON-AES - Amazon.com, Inc. US 44.209.21.159 44.192.0.0/11 AS14618 AMAZON-AES - Amazon.com, Inc. US 44.213.140.26 44.192.0.0/11 AS14618 AMAZON-AES - Amazon.com, Inc. US 52.203.102.251 52.200.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US 52.54.2.3 52.54.0.0/15 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.83.135.116 54.80.0.0/14 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.88.139.176 54.88.0.0/16 AS14618 AMAZON-AES - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with api.vtex.com in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from api.vtex.com in the public web crawl.
Related pages Pivot deeper into the graph from api.vtex.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.vtex.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 .