Hostname
vpl.ca
Last fetched
vpl.ca resolves to 1 IPv4 address operated by TELUS Communications in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
vpl.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 |
|---|---|---|---|---|
| 207.194.177.210 | 207.194.176.0/22 | AS852 | TELUS Communications | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- andre fortin
- Contact emails
Subdomains
47 observed subdomains of vpl.ca.
Showing 25 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vpl.ca in the public web crawl.
909 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for vpl.ca.
| Mechanism | Target |
|---|---|
| SPF_A | mailman.vpl.ca |
| SPF_INCLUDE | _spf.emailcampaigns.net |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 142.58.232.166 |
| SPF_IP | 204.239.159.2 |
| SPF_IP | 207.194.177.198 |
| SPF_IP | 207.194.177.58 |
| SPF_IP | 209.97.194.208/28 |
| SPF_IP | 52.1.14.157/32 |
Related pages
Pivot deeper into the graph from vpl.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vpl.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.