Hostname
cnpf.ca
Last fetched
cnpf.ca has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:(funio) - miss group canada inc as the registrar.
Nutrition Label
Resolution chain
cnpf.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:(funio) - miss group canada inc
- Organization
- la commission nationales des parents francophones
- Contact emails
- —
Subdomains
2 observed subdomains of cnpf.ca.
| Subdomain |
|---|
| link.cnpf.ca |
| www.cnpf.ca |
Web-graph footprint
Distinct hostnames that link to or from cnpf.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cnpf.ca.
| Mechanism | Target |
|---|---|
| SPF_A | cnpf.ca |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | a3i260.smtp2go.com |
| SPF_IP | 162.159.135.42/32 |
| SPF_MX | cnpf.ca |
Related pages
Pivot deeper into the graph from cnpf.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cnpf.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.