Hostname
isesa.cl
Last fetched
isesa.cl resolves to 2 IPv4 addresses operated by GO-DADDY-COM-LLC - GoDaddy.com, LLC in US. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
isesa.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 |
|---|---|---|---|---|
| 107.180.14.26 | 107.180.0.0/18 | AS400754 | GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
| 52.8.174.221 | 52.8.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- comercial e industrial isesa s.a. (comercial e industrial isesa s a)
- Contact emails
- —
Subdomains
6 observed subdomains of isesa.cl.
Web-graph footprint
Distinct hostnames that link to or from isesa.cl in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for isesa.cl.
| Mechanism | Target |
|---|---|
| SPF_A | isesa.cl |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from isesa.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "isesa.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.