Hostname
anapolis.celk.com.br
Last fetched
anapolis.celk.com.br resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
anapolis.celk.com.br resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.229.170.39 | 15.228.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.231.16.49 | 18.231.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.20.0.101 | 54.20.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 54.232.129.20 | 54.232.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 56.125.28.59 | 56.125.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 56.126.11.133 | 56.126.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
WHOIS identity
No WHOIS records are currently associated with anapolis.celk.com.br in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from anapolis.celk.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anapolis.celk.com.br"})-[: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.