Hostname
activity-flow.vtex.com
Last fetched
activity-flow.vtex.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
activity-flow.vtex.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.32.121.13 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.23 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.41 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.121.69 | 13.32.120.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.128 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.20 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.42 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.85.65.84 | 52.85.64.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with activity-flow.vtex.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from activity-flow.vtex.com in the public web crawl.
801 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from activity-flow.vtex.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "activity-flow.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.