Hostname
ccsr.qc.ca
Last fetched
ccsr.qc.ca resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:10 as the registrar.
Nutrition Label
Resolution chain
ccsr.qc.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.4.55 | 104.21.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.153.232 | 172.67.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:10
- Organization
- centre collegial de services regroupes
- Contact emails
- —
Subdomains
981 observed subdomains of ccsr.qc.ca.
Showing 22 of 981. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ccsr.qc.ca in the public web crawl.
6 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for ccsr.qc.ca.
| Mechanism | Target |
|---|---|
| SPF_A | ccsr.qc.ca |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.4.194.69 |
| SPF_IP | 167.114.109.101 |
| SPF_IP | 167.114.109.110 |
| SPF_IP | 198.100.149.181 |
| SPF_IP | 204.147.77.123 |
| SPF_IP | 205.151.16.240 |
| SPF_IP | 24.37.155.61 |
| SPF_MX | ccsr.qc.ca |
Related pages
Pivot deeper into the graph from ccsr.qc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ccsr.qc.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.