Skip to content

Hostname

courses.fedevel.com

Last fetched

courses.fedevel.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · courses.fedevel.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/courses.fedevel.com

Resolution chain

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

IPPrefixASNOperatorCountry
108.138.106.12108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.58108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.61108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
108.138.106.81108.138.106.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.98.1118.165.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.98.12618.165.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.98.3518.165.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.165.98.7218.165.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.174.83.133.174.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.83.223.174.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.83.473.174.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR
3.174.83.583.174.80.0/21AS16509AMAZON-02 - Amazon.com, Inc.BR

WHOIS identity

No WHOIS records are currently associated with courses.fedevel.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from courses.fedevel.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for courses.fedevel.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEservers.mcsv.net

Related pages

Pivot deeper into the graph from courses.fedevel.com.

Cypher and MCP

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

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