Hostname
live.c.hs-data.com
Last fetched
live.c.hs-data.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ZA.
Nutrition Label
Resolution chain
live.c.hs-data.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 |
|---|---|---|---|---|
| 3.161.94.128 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.76 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.85 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.161.94.90 | 3.161.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ZA |
| 3.175.207.107 | 3.175.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 3.175.207.17 | 3.175.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 3.175.207.38 | 3.175.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 3.175.207.99 | 3.175.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 52.85.31.124 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.13 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.28 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.43 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with live.c.hs-data.com in WhisperGraph.
Subdomains
1 observed subdomain of live.c.hs-data.com.
| Subdomain |
|---|
| wildcard.live.c.hs-data.com |
Threat posture
History
Related pages
Pivot deeper into the graph from live.c.hs-data.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "live.c.hs-data.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.