Hostname
cal.ceos.org
Last fetched
cal.ceos.org resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
cal.ceos.org 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.32.99.110 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.120 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.85 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.88 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.170.121 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.160.170.36 | 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.59 | 3.160.168.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.162.185.110 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.61 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.73 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
| 3.162.185.83 | 3.162.184.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AR |
WHOIS identity
No WHOIS records are currently associated with cal.ceos.org in WhisperGraph.
Subdomains
2 observed subdomains of cal.ceos.org.
| Subdomain |
|---|
| apps.cal.ceos.org |
Showing 1 of 2. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from cal.ceos.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cal.ceos.org"})-[: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.