Hostname
tru.ca
Last fetched
tru.ca resolves to 1 IPv4 address operated by BCNET-AS - BCNET in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
tru.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 |
|---|---|---|---|---|
| 198.162.22.110 | 198.162.20.0/22 | AS271 | BCNET-AS - BCNET | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- catalin-cristian sonea
- Contact emails
Subdomains
166 observed subdomains of tru.ca.
Showing 25 of 166. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tru.ca in the public web crawl.
1,863 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for tru.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | customers.clickdimensions.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.apparmor.com |
| SPF_INCLUDE | spf.cyberimpact.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_INCLUDE | spf1.formassembly.com |
| SPF_IP | 192.146.156.30 |
| SPF_IP | 198.162.21.90 |
| SPF_IP | 198.162.22.41 |
| SPF_IP | 206.12.172.240 |
| SPF_IP | 206.12.173.104 |
| SPF_IP | 67.205.86.167/27 |
| SPF_IP | 74.217.128.1 |
Related pages
Pivot deeper into the graph from tru.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tru.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.