Hostname
avatar.alpha.school
Last fetched
avatar.alpha.school resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
avatar.alpha.school 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 |
|---|---|---|---|---|
| 35.155.232.191 | 35.187.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.155.67.99 | 35.187.32.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.227.138.104 | 45.4.10.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.238.229.225 | 45.4.10.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.148.32.133 | 54.192.92.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.244.12.144 | 55.2.59.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with avatar.alpha.school in WhisperGraph.
Subdomains
1 observed subdomain of avatar.alpha.school.
| Subdomain |
|---|
| staging.avatar.alpha.school |
Threat posture
History
Related pages
Pivot deeper into the graph from avatar.alpha.school.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "avatar.alpha.school"})-[: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.