Hostname
ccfp.ca
Last fetched
ccfp.ca resolves to 1 IPv4 address operated by SASKTEL - Saskatchewan Telecommunications in CA. WHOIS lists registrar:centralnic canada inc as the registrar.
Nutrition Label
Resolution chain
ccfp.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 |
|---|---|---|---|---|
| 216.197.229.126 | 216.197.128.0/17 | AS803 | SASKTEL - Saskatchewan Telecommunications | CA |
WHOIS identity
- Registrar
- registrar:centralnic canada inc
- Organization
- city center family physicians,
- Contact emails
Subdomains
2 observed subdomains of ccfp.ca.
| Subdomain |
|---|
| remote.ccfp.ca |
| www.ccfp.ca |
Web-graph footprint
Distinct hostnames that link to or from ccfp.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for ccfp.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | d407770.o.ess.ca.barracudanetworks.com |
| SPF_IP | 216.197.229.126 |
Related pages
Pivot deeper into the graph from ccfp.ca.
- IP · 216.197.229.126
- ASN · AS803SASKTEL - Saskatchewan Telecommunications
- Registrar · registrar:centralnic canada inc
- Country · CA
- Email · domreg@insighthosting.com
- TLD · .ca
- Browse hostnames · cc…
- 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: "ccfp.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.