Hostname
twu.ca
Last fetched
twu.ca resolves to 1 IPv4 address operated by SHAW - Shaw Communications in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
twu.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 |
|---|---|---|---|---|
| 64.141.84.164 | 64.141.0.0/17 | AS6327 | SHAW - Shaw Communications | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- trinity western university (langley bc)
- Contact emails
Subdomains
72 observed subdomains of twu.ca.
Showing 25 of 72. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from twu.ca in the public web crawl.
1,002 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for twu.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mail.twu.ca |
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 168.245.110.178/32 |
| SPF_IP | 192.254.121.248/32 |
| SPF_IP | 206.12.212.158 |
| SPF_IP | 209.87.231.8/32 |
| SPF_IP | 64.141.84.28 |
| SPF_IP | 64.141.84.75 |
| SPF_IP | 64.141.84.76 |
| SPF_MX | twu.ca |
Related pages
Pivot deeper into the graph from twu.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "twu.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.