Hostname
utelvt.edu.ec
Last fetched
utelvt.edu.ec resolves to 1 IPv4 address operated by HETZNER-AS - Hetzner Online GmbH in DE. WHOIS lists iana:1755 as the registrar.
Nutrition Label
Resolution chain
utelvt.edu.ec 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 |
|---|---|---|---|---|
| 142.132.139.147 | 142.132.128.0/17 | AS24940 | HETZNER-AS - Hetzner Online GmbH | DE |
WHOIS identity
- Registrar
- iana:1755
- Organization
- benito reyes p.
- Contact emails
Subdomains
30 observed subdomains of utelvt.edu.ec.
Showing 22 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from utelvt.edu.ec in the public web crawl.
49 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for utelvt.edu.ec.
| Mechanism | Target |
|---|---|
| SPF_A | router.utelvt.edu.ec |
| SPF_A | utelvt.edu.ec |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 116.202.169.235 |
| SPF_IP | 142.132.139.147 |
| SPF_IP | 190.15.134.80/28 |
| SPF_IP | 78.46.47.94 |
| SPF_MX | alt1.aspmx.l.google.com |
| SPF_MX | alt2.aspmx.l.google.com |
| SPF_MX | alt3.aspmx.l.google.com |
| SPF_MX | alt4.aspmx.l.google.com |
| SPF_MX | aspmx.l.google.com |
| SPF_MX | utelvt.edu.ec |
Related pages
Pivot deeper into the graph from utelvt.edu.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "utelvt.edu.ec"})-[: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.