Hostname
chfc.ca
Last fetched
chfc.ca has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:tucows.com co. as the registrar.
Nutrition Label
Resolution chain
chfc.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
- cooperative housing federation of canada/federation de l'habitude du canada
- Contact emails
Subdomains
9 observed subdomains of chfc.ca.
Web-graph footprint
Distinct hostnames that link to or from chfc.ca in the public web crawl.
30 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
9 SPF mechanisms authorising senders for chfc.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 209.87.231.42/32 |
| SPF_IP | 23.253.183.209/32 |
| SPF_IP | 23.253.183.214/32 |
| SPF_IP | 52.39.183.16/32 |
| SPF_IP | 64.26.140.71/32 |
| SPF_IP | 67.22.108.31/32 |
| SPF_IP | 72.1.194.146/32 |
Related pages
Pivot deeper into the graph from chfc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chfc.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.