Hostname
chat-app.infocruncher.com
Last fetched
chat-app.infocruncher.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
chat-app.infocruncher.com 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 |
|---|---|---|---|---|
| 108.159.80.124 | 108.159.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.80.36 | 108.159.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.80.49 | 108.159.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 108.159.80.56 | 108.159.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.166.205.118 | 3.166.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.205.124 | 3.166.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.205.127 | 3.166.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.166.205.90 | 3.166.205.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 54.192.100.10 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.118 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.127 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.100.73 | 54.192.100.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with chat-app.infocruncher.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from chat-app.infocruncher.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chat-app.infocruncher.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.