Hostname
fabula.cl
Last fetched
fabula.cl resolves to 2 IPv4 addresses operated by Telmex Chile Internet S.A. in CL.
Nutrition Label
Resolution chain
fabula.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.27.90.81 | 200.27.90.0/24 | AS6429 | Telmex Chile Internet S.A. | CL |
| 200.73.25.216 | 200.73.25.0/24 | AS18747 | IFX18747 - IFX Corporation | CL |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from fabula.cl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for fabula.cl.
| Mechanism | Target |
|---|---|
| SPF_A | fabula.cl |
| SPF_INCLUDE | spf.google.com |
| SPF_IP | 186.64.113.130 |
| SPF_IP | 186.64.113.131 |
| SPF_IP | 186.64.113.132 |
| SPF_IP | 200.27.90.81 |
| SPF_IP | 200.73.25.216 |
| SPF_MX | fabula.cl |
Related pages
Pivot deeper into the graph from fabula.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fabula.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.