Hostname
comprasse.cl
Last fetched
comprasse.cl resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
comprasse.cl resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.67.21 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.3 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.41 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.99 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.216.103 | 18.161.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.161.216.2 | 18.161.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.161.216.33 | 18.161.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.161.216.8 | 18.161.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- banco estado centro de servicios
- Contact emails
- —
Subdomains
2 observed subdomains of comprasse.cl.
| Subdomain |
|---|
| cpanel.comprasse.cl |
| www.comprasse.cl |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for comprasse.cl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mailgun.org |
Related pages
Pivot deeper into the graph from comprasse.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comprasse.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.