Hostname
api-dev.mercanding.cl
Last fetched
api-dev.mercanding.cl resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api-dev.mercanding.cl resolves to 12 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.28 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.39 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.52 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.83 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.214.21 | 18.65.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.65.214.3 | 18.65.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.65.214.42 | 18.65.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 18.65.214.59 | 18.65.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.175.115.126 | 3.175.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.115.37 | 3.175.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.115.69 | 3.175.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.115.81 | 3.175.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
No WHOIS records are currently associated with api-dev.mercanding.cl in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-dev.mercanding.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dev.mercanding.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.