Hostname
ncf.ca
Last fetched
ncf.ca resolves to 1 IPv4 address operated by VOE INTERNET LTDA in CA. WHOIS lists registrar:grape inc. as the registrar.
Nutrition Label
Resolution chain
ncf.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 |
|---|---|---|---|---|
| 104.160.252.11 | 104.160.252.0/24 | AS397168 | VOE INTERNET LTDA | CA |
WHOIS identity
- Registrar
- registrar:grape inc.
- Organization
- national capital freenet incorporated
- Contact emails
Subdomains
198 observed subdomains of ncf.ca.
Showing 25 of 198. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ncf.ca in the public web crawl.
309 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for ncf.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ncf.ca |
| SPF_A | mx4.ncf.ca |
| SPF_A | mx5.ncf.ca |
| SPF_A | postal.ncf.ca |
| SPF_INCLUDE | spf.postal.ncf.ca |
| SPF_IP | 104.160.252.0/24 |
| SPF_IP | 2607:c280:1::/64 |
| SPF_MX | ncf.ca |
Related pages
Pivot deeper into the graph from ncf.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ncf.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.