Hostname
cuenca.com.ec
Last fetched
cuenca.com.ec resolves to 2 IPv4 addresses operated by AS214996 in US. WHOIS lists iana:360 as the registrar.
Nutrition Label
Resolution chain
cuenca.com.ec resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 152.53.37.129 | 152.53.36.0/22 | AS214996 | — | US |
| 65.21.208.253 | 65.21.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- iana:360
- Organization
- fundacion municipal turismo para cuenca
- Contact emails
Subdomains
15 observed subdomains of cuenca.com.ec.
Web-graph footprint
Distinct hostnames that link to or from cuenca.com.ec in the public web crawl.
104 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for cuenca.com.ec.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from cuenca.com.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cuenca.com.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.