Hostname
catena.cl
Last fetched
catena.cl resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
catena.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 |
|---|---|---|---|---|
| 3.160.170.114 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.127 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.43 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.5 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 99.86.159.20 | 99.86.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.159.33 | 99.86.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.159.74 | 99.86.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
| 99.86.159.97 | 99.86.158.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PT |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- catena ingeniería y servicios ltda.
- Contact emails
- —
Subdomains
36 observed subdomains of catena.cl.
Showing 25 of 36. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for catena.cl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from catena.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "catena.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.