Skip to content

Hostname

api.groundschool.com

Last fetched

api.groundschool.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · api.groundschool.comRouting diversity5.2/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/api.groundschool.com

Resolution chain

api.groundschool.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.209.20.2253.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.228.42.173.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.95.72.2533.80.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.175.11.235.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.213.1.8244.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
50.19.246.13650.19.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
52.21.141.1752.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.225.124.24654.224.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.88.142.7354.88.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
98.85.241.12698.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.87.142.22598.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.87.81.19998.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api.groundschool.com in WhisperGraph.

Subdomains

2 observed subdomains of api.groundschool.com.

Threat posture

History

Related pages

Pivot deeper into the graph from api.groundschool.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.groundschool.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.