Hostname
csf.bc.ca
Last fetched
csf.bc.ca resolves to 1 IPv4 address operated by TELUS Communications in CA.
Nutrition Label
Resolution chain
csf.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 |
|---|---|---|---|---|
| 142.30.10.85 | 142.30.10.0/24 | AS852 | TELUS Communications | CA |
WHOIS identity
No WHOIS records are currently associated with csf.bc.ca in WhisperGraph.
Subdomains
99 observed subdomains of csf.bc.ca.
Showing 25 of 99. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from csf.bc.ca in the public web crawl.
190 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for csf.bc.ca.
| Mechanism | Target |
|---|---|
| SPF_A | atrievespf.csf.bc.ca |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | customerspf.schoolmessenger.com |
| SPF_INCLUDE | spf.ess.ca.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.30.10.0/24 |
| SPF_IP | 208.117.53.224/32 |
| SPF_MX | csf.bc.ca |
Related pages
Pivot deeper into the graph from csf.bc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "csf.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.