Hostname
mirandes.cl
Last fetched
mirandes.cl resolves to 2 IPv4 addresses operated by TIER-NET - Tier.Net Technologies LLC in US. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
mirandes.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 |
|---|---|---|---|---|
| 154.29.73.197 | 154.29.73.0/24 | AS397423 | TIER-NET - Tier.Net Technologies LLC | US |
| 3.87.48.146 | 3.80.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- sociedad profesional de tratamiento de enfermedades psiquiatricas cete
- Contact emails
- —
Subdomains
2 observed subdomains of mirandes.cl.
| Subdomain |
|---|
| qa.mirandes.cl |
| www.mirandes.cl |
Web-graph footprint
Distinct hostnames that link to or from mirandes.cl in the public web crawl.
11 sites link to this hostname.
87 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for mirandes.cl.
| Mechanism | Target |
|---|---|
| SPF_A | mirandes.cl |
| SPF_INCLUDE | spf-c.mailbaby.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 154.29.73.197 |
| SPF_MX | mirandes.cl |
Related pages
Pivot deeper into the graph from mirandes.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mirandes.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.