Hostname
ctt-shell.hingehealth.dev
Last fetched
ctt-shell.hingehealth.dev resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
ctt-shell.hingehealth.dev 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 |
|---|---|---|---|---|
| 108.158.147.104 | 108.158.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.147.112 | 108.158.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.147.19 | 108.158.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.158.147.49 | 108.158.146.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 18.155.107.125 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.13 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.27 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.107.87 | 18.155.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with ctt-shell.hingehealth.dev in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ctt-shell.hingehealth.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ctt-shell.hingehealth.dev"})-[: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.