Hostname
voztele.com.mx
Last fetched
voztele.com.mx resolves to 1 IPv4 address operated by VOZTELECOM - Gamma Operadora de Comunicaciones S.A. in ES.
Nutrition Label
Resolution chain
voztele.com.mx resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 193.22.119.20 | 193.22.119.0/24 | AS29680 | VOZTELECOM - Gamma Operadora de Comunicaciones S.A. | ES |
WHOIS identity
No WHOIS records are currently associated with voztele.com.mx in WhisperGraph.
Subdomains
6 observed subdomains of voztele.com.mx.
Web-graph footprint
Distinct hostnames that link to or from voztele.com.mx in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for voztele.com.mx.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 193.22.119.0/24 |
| SPF_IP | 217.18.237.0/24 |
| SPF_IP | 2a00:d60:0:200::/56 |
| SPF_IP | 2a00:d60:0:400::/56 |
| SPF_IP | 35.240.89.232/32 |
Related pages
Pivot deeper into the graph from voztele.com.mx.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "voztele.com.mx"})-[: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.