Hostname
sam-api-entitlements-external.samcreate.net
Last fetched
sam-api-entitlements-external.samcreate.net resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
sam-api-entitlements-external.samcreate.net resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.147.142.124 | 16.170.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.230.12.81 | 45.2.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.236.16.26 | 45.2.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.25.80.237 | 52.46.16.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.148.252.30 | 54.169.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.244.148.118 | 54.251.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with sam-api-entitlements-external.samcreate.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from sam-api-entitlements-external.samcreate.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sam-api-entitlements-external.samcreate.net"})-[: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.