Hostname
analytics-dev-api.test.samsunghealth.com
Last fetched
analytics-dev-api.test.samsunghealth.com resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
analytics-dev-api.test.samsunghealth.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.208.4.60 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.236.116.35 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.237.251.202 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.241.215.140 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.255.248.42 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.10.254.11 | 52.10.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.26.38.9 | 52.24.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.32.177.22 | 52.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.41.226.194 | 52.40.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.188.0.218 | 54.188.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.203.90.249 | 54.202.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.218.113.203 | 54.218.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.245.90.62 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
| 184.32.22.28 | 184.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | — |
WHOIS identity
No WHOIS records are currently associated with analytics-dev-api.test.samsunghealth.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from analytics-dev-api.test.samsunghealth.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "analytics-dev-api.test.samsunghealth.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.