Skip to content

Hostname

cdn-4.studentstutorial.com

Last fetched

cdn-4.studentstutorial.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR.

Nutrition Label

WHISPER CANON · cdn-4.studentstutorial.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/cdn-4.studentstutorial.com

Resolution chain

cdn-4.studentstutorial.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.37.187.22313.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.FR
54.85.8.22954.84.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with cdn-4.studentstutorial.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for cdn-4.studentstutorial.com.

MechanismTarget
SPF_Acdn-4.studentstutorial.com
SPF_INCLUDEsecureserver.net
SPF_MXcdn-4.studentstutorial.com

Related pages

Pivot deeper into the graph from cdn-4.studentstutorial.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "cdn-4.studentstutorial.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.