Hostname
classroom.test-qube.com
Last fetched
classroom.test-qube.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ID.
Nutrition Label
Resolution chain
classroom.test-qube.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.154.7.112 | 18.154.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.154.7.27 | 18.154.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.154.7.58 | 18.154.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.154.7.64 | 18.154.4.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ID |
| 18.164.13.102 | 18.164.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.13 | 18.164.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.15 | 18.164.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
| 18.164.13.43 | 18.164.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PE |
WHOIS identity
No WHOIS records are currently associated with classroom.test-qube.com in WhisperGraph.
Subdomains
1 observed subdomain of classroom.test-qube.com.
| Subdomain |
|---|
| us.classroom.test-qube.com |
Threat posture
History
Related pages
Pivot deeper into the graph from classroom.test-qube.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "classroom.test-qube.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.