Skip to content

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

WHISPER CANON · avatar.alpha.schoolRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/avatar.alpha.school

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.

IPPrefixASNOperatorCountry
35.155.232.19135.187.32.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
35.155.67.9935.187.32.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
44.227.138.10445.4.10.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
44.238.229.22545.4.10.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.148.32.13354.192.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
54.244.12.14455.2.59.0/24AS16509AMAZON-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.

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.