Hostname
prov.ca
Last fetched
prov.ca resolves to 1 IPv4 address operated by PROVIDENCE-MB-CA-01 - Providence University College & Theological Seminary in CA.
Nutrition Label
Resolution chain
prov.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 |
|---|---|---|---|---|
| 23.177.160.75 | 23.177.160.0/24 | AS397321 | PROVIDENCE-MB-CA-01 - Providence University College & Theological Seminary | CA |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from prov.ca in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
13 SPF mechanisms authorising senders for prov.ca.
| Mechanism | Target |
|---|---|
| SPF_A | email.populi.co |
| SPF_A | mail.prov.ca |
| SPF_INCLUDE | 44058922.spf07.hubspotemail.net |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfa.cpmails.com |
| SPF_IP | 138.84.220.10 |
| SPF_IP | 205.139.105.0/23 |
| SPF_IP | 206.79.6.0/24 |
| SPF_IP | 208.39.76.0/26 |
| SPF_IP | 63.128.0.16 |
| SPF_IP | 63.128.14.0/24 |
| SPF_MX | prov.ca |
Related pages
Pivot deeper into the graph from prov.ca.
- IP · 23.177.160.75
- ASN · AS397321PROVIDENCE-MB-CA-01 - Providence University College & Theological Seminary
- Country · CA
- TLD · .ca
- Browse hostnames · pr…
- 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: "prov.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.