Hostname
epi.cl
Last fetched
epi.cl resolves to 2 IPv4 addresses operated by AS263237 in CL. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
epi.cl 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 |
|---|---|---|---|---|
| 200.73.115.66 | 200.73.115.0/24 | AS263237 | — | CL |
| 200.73.115.83 | 200.73.115.0/24 | AS263237 | — | CL |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- empresa portuaria iquique (empresa portuaria iquique)
- Contact emails
- —
Subdomains
25 observed subdomains of epi.cl.
Showing 24 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from epi.cl in the public web crawl.
57 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for epi.cl.
| Mechanism | Target |
|---|---|
| SPF_A | epi.cl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 200.73.113.33 |
| SPF_IP | 200.73.115.111 |
| SPF_IP | 200.73.115.66 |
| SPF_IP | 200.73.115.69 |
| SPF_IP | 200.73.115.74 |
| SPF_IP | 200.73.115.83 |
| SPF_MX | epi.cl |
Related pages
Pivot deeper into the graph from epi.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "epi.cl"})-[: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.