Hostname
vtex.com
Last fetched
vtex.com resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:228 as the registrar.
Nutrition Label
Resolution chain
vtex.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.26.246 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.27.246 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 141.193.213.30 | 141.193.213.0/24 | AS209242 | MCPL-AS | US |
| 141.193.213.31 | 141.193.213.0/24 | AS209242 | MCPL-AS | US |
| 64.239.109.1 | 64.239.109.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:228
- Organization
- alexandre soncini
- Contact emails
Subdomains
108 observed subdomains of vtex.com.
Showing 25 of 108. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vtex.com in the public web crawl.
2,310 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for vtex.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _s01099538.autospf.email |
| SPF_REDIRECT | vtex.com.on.autospf.email |
Related pages
Pivot deeper into the graph from vtex.com.
- IP · 104.18.26.246
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:228
- Country · CA
- Email · alexandre.soncini@vtex.com.br
- TLD · .com
- Browse hostnames · vt…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.