Skip to content

Hostname

student.dev.aeccglobal.com

Last fetched

student.dev.aeccglobal.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.

Nutrition Label

WHISPER CANON · student.dev.aeccglobal.comRouting diversity3.9/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/student.dev.aeccglobal.com

Resolution chain

student.dev.aeccglobal.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.55.15.11513.54.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
3.105.126.1643.104.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.AU
3.107.136.1153.104.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.AU
52.62.83.3752.62.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.AU
54.253.249.13054.253.128.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU
54.79.127.11254.79.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.AU

WHOIS identity

No WHOIS records are currently associated with student.dev.aeccglobal.com in WhisperGraph.

Subdomains

1 observed subdomain of student.dev.aeccglobal.com.

Threat posture

History

Related pages

Pivot deeper into the graph from student.dev.aeccglobal.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "student.dev.aeccglobal.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 20

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