Hostname
vicpd.ca
Last fetched
vicpd.ca resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:rebel.ca corp. as the registrar.
Nutrition Label
Resolution chain
vicpd.ca resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.20.34.28 | 104.20.32.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.169.172 | 172.66.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:rebel.ca corp.
- Organization
- victoria police department
- Contact emails
Subdomains
17 observed subdomains of vicpd.ca.
Web-graph footprint
Distinct hostnames that link to or from vicpd.ca in the public web crawl.
110 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for vicpd.ca.
| Mechanism | Target |
|---|---|
| SPF_A | vicpd.ca |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | ca.zeptomail.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 134.122.39.87/32 |
| SPF_IP | 138.197.156.129/32 |
| SPF_IP | 138.197.172.135 |
| SPF_IP | 159.203.59.127/32 |
| SPF_IP | 64.141.4.144/28 |
| SPF_MX | vicpd.ca |
Related pages
Pivot deeper into the graph from vicpd.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vicpd.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.