Hostname
cdss.ca
Last fetched
cdss.ca has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
cdss.ca has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:tucows.com co.
- Organization
- canadian down syndrome society
- Contact emails
- —
Subdomains
7 observed subdomains of cdss.ca.
Web-graph footprint
Distinct hostnames that link to or from cdss.ca in the public web crawl.
355 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for cdss.ca.
| Mechanism | Target |
|---|---|
| SPF_A | cdss.ca |
| SPF_INCLUDE | _spf.givecloud.co |
| SPF_INCLUDE | ne16.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.websitehostserver.net |
| SPF_IP | 151.101.130.159/32 |
| SPF_IP | 167.89.92.40/32 |
| SPF_IP | 198.178.117.198 |
| SPF_IP | 205.139.105.50/32 |
| SPF_IP | 206.79.6.175 |
| SPF_IP | 70.38.9.116 |
| SPF_IP | 70.38.97.25 |
Related pages
Pivot deeper into the graph from cdss.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cdss.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.