Hostname
vantex-t.br.com
Last fetched
vantex-t.br.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
vantex-t.br.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.22.103 | 108.156.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.156.22.122 | 108.156.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.156.22.16 | 108.156.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 108.156.22.50 | 108.156.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.160.213.49 | 18.160.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.213.63 | 18.160.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.213.68 | 18.160.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.213.77 | 18.160.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.164.85.10 | 3.164.84.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.164.85.104 | 3.164.84.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.164.85.42 | 3.164.84.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.164.85.49 | 3.164.84.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain admin
- Contact emails
Subdomains
1 observed subdomain of vantex-t.br.com.
| Subdomain |
|---|
| www.vantex-t.br.com |
Threat posture
History
Related pages
Pivot deeper into the graph from vantex-t.br.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vantex-t.br.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.