Skip to content

Hostname

mail.cpia.cl

Last fetched

mail.cpia.cl resolves to 2 IPv4 addresses operated by UNIFIEDLAYER-AS-1 - Unified Layer in US.

Nutrition Label

WHISPER CANON · mail.cpia.clRouting diversity2.4/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/mail.cpia.cl

Resolution chain

mail.cpia.cl resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.167.142.40108.167.142.0/23AS46606UNIFIEDLAYER-AS-1 - Unified LayerUS
192.250.234.71192.250.234.0/24AS51713GB

WHOIS identity

No WHOIS records are currently associated with mail.cpia.cl in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for mail.cpia.cl.

MechanismTarget
SPF_Amail.cpia.cl
SPF_INCLUDEspf.mysecurecloudhost.com
SPF_IP192.250.234.71
SPF_MXmail.cpia.cl

Related pages

Pivot deeper into the graph from mail.cpia.cl.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mail.cpia.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.