Hostname
v6-experience.carnegielearning.com
Last fetched
v6-experience.carnegielearning.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
v6-experience.carnegielearning.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 |
|---|---|---|---|---|
| 18.154.144.111 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.113 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.123 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.144.32 | 18.154.144.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.122 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.48 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.62 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.149.68 | 3.169.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.18 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.61 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.72 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.131.86 | 3.170.131.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with v6-experience.carnegielearning.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from v6-experience.carnegielearning.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "v6-experience.carnegielearning.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.