Hostname
elearn.jscc.edu
Last fetched
elearn.jscc.edu resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
elearn.jscc.edu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.232.99.206 | 4.7.16.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.0.192.117 | 52.12.0.0/15 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.71.209.97 | 52.76.128.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.94.201.128 | 98.96.172.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with elearn.jscc.edu in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from elearn.jscc.edu in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for elearn.jscc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | a._spf.brightspace.com |
Related pages
Pivot deeper into the graph from elearn.jscc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elearn.jscc.edu"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.