Hostname
vsb.bc.ca
Last fetched
vsb.bc.ca resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in CA. WHOIS lists registrar:webnames.ca inc. as the registrar.
Nutrition Label
Resolution chain
vsb.bc.ca resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.107.246.70 | 13.104.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
WHOIS identity
- Registrar
- registrar:webnames.ca inc.
- Organization
- board of school trustees of district no. 39 (vancouver)
- Contact emails
- —
Subdomains
177 observed subdomains of vsb.bc.ca.
Showing 25 of 177. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vsb.bc.ca in the public web crawl.
775 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for vsb.bc.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | customerspf.schoolmessenger.com |
| SPF_INCLUDE | spf.dynect.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 140.238.138.244 |
| SPF_IP | 142.22.48.171 |
| SPF_IP | 142.22.48.203 |
| SPF_IP | 142.22.48.55 |
| SPF_IP | 142.22.49.73 |
| SPF_IP | 142.63.46.160 |
| SPF_IP | 209.171.33.143 |
| SPF_IP | 209.171.33.144 |
| SPF_IP | 54.208.84.215 |
| SPF_IP | 97.107.178.211 |
| SPF_IP | 97.107.179.100 |
Related pages
Pivot deeper into the graph from vsb.bc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vsb.bc.ca"})-[: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.