Hostname
expat.cl
Last fetched
expat.cl resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
expat.cl resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.35.185.107 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.20 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.41 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.73 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- jeremie le pevedic
- Contact emails
- —
Subdomains
17 observed subdomains of expat.cl.
Web-graph footprint
Distinct hostnames that link to or from expat.cl in the public web crawl.
33 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for expat.cl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_MX | expat.cl |
Related pages
Pivot deeper into the graph from expat.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expat.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.