Hostname
hostedpages.brightspace.com
Last fetched
hostedpages.brightspace.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
hostedpages.brightspace.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.82.29 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.82.42 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.82.88 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.82.97 | 13.33.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.40.122 | 3.168.40.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.40.26 | 3.168.40.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.40.37 | 3.168.40.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.40.78 | 3.168.40.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with hostedpages.brightspace.com in WhisperGraph.
Subdomains
1 observed subdomain of hostedpages.brightspace.com.
| Subdomain |
|---|
| preview.hostedpages.brightspace.com |
Web-graph footprint
Distinct hostnames that link to or from hostedpages.brightspace.com in the public web crawl.
54 sites link to this hostname.
Sample inbound links
- vucollaborate.vu.edu.au
- d2l.cbe.ab.ca
- cavlfo.apprentissageelectroniqueontario.ca
- communaute.apprentissageelectroniqueontario.ca
- cours.apprentissageelectroniqueontario.ca
- csdecso.apprentissageelectroniqueontario.ca
- nouvelon.apprentissageelectroniqueontario.ca
- education.bdc.ca
- d2l.bowvalleycollege.ca
- education.cpacanada.ca
Threat posture
History
Related pages
Pivot deeper into the graph from hostedpages.brightspace.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hostedpages.brightspace.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.