Hostname
cms.dev.braillee.com
Last fetched
cms.dev.braillee.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
cms.dev.braillee.com 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.32.99.106 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.123 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.127 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 13.32.99.60 | 13.32.98.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.244.87.127 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.128 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.49 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
| 18.244.87.99 | 18.244.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BG |
WHOIS identity
No WHOIS records are currently associated with cms.dev.braillee.com in WhisperGraph.
Subdomains
1 observed subdomain of cms.dev.braillee.com.
| Subdomain |
|---|
| origin.cms.dev.braillee.com |
Threat posture
History
Related pages
Pivot deeper into the graph from cms.dev.braillee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cms.dev.braillee.com"})-[: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.