Hostname
csrs.ca
Last fetched
csrs.ca resolves to 1 IPv4 address operated by TERANET - Teranet Inc. in CA. WHOIS lists registrar:go daddy domains canada, inc as the registrar.
Nutrition Label
Resolution chain
csrs.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 |
|---|---|---|---|---|
| 159.18.94.184 | 159.18.94.0/24 | AS25797 | TERANET - Teranet Inc. | CA |
WHOIS identity
- Registrar
- registrar:go daddy domains canada, inc
- Organization
- navdeep chohan
- Contact emails
Subdomains
7 observed subdomains of csrs.ca.
Web-graph footprint
Distinct hostnames that link to or from csrs.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for csrs.ca.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.teranet.ca |
| SPF_A | smtp2.teranet.ca |
| SPF_A | smtp3.teranet.ca |
| SPF_A | smtp4.teranet.ca |
| SPF_A | smtp5.teranet.ca |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.18.103.102 |
| SPF_IP | 159.18.94.102 |
| SPF_IP | 20.175.244.252 |
| SPF_IP | 20.175.244.253 |
| SPF_IP | 20.175.244.254 |
Related pages
Pivot deeper into the graph from csrs.ca.
- IP · 159.18.94.184
- ASN · AS25797TERANET - Teranet Inc.
- Registrar · registrar:go daddy domains canada, inc
- Country · CA
- Email · webmaster@trader.ca
- TLD · .ca
- Browse hostnames · cs…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "csrs.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.