Hostname
uvic.ca
Last fetched
uvic.ca resolves to 1 IPv4 address operated by UVIC-AS - University of Victoria in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
uvic.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 |
|---|---|---|---|---|
| 142.104.197.120 | 142.104.0.0/16 | AS16462 | UVIC-AS - University of Victoria | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- inmotion hosting,
- Contact emails
Subdomains
971 observed subdomains of uvic.ca.
Showing 25 of 971. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from uvic.ca in the public web crawl.
5,670 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
24 SPF mechanisms authorising senders for uvic.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf1.uvic.ca |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.104.177.224/27 |
| SPF_IP | 142.104.224.0/26 |
| SPF_IP | 142.104.225.0/26 |
| SPF_IP | 142.104.42.96/27 |
| SPF_IP | 15.156.29.83 |
| SPF_IP | 15.222.66.171 |
| SPF_IP | 18.223.90.162/32 |
| SPF_IP | 20.151.106.26 |
| SPF_IP | 20.63.70.156 |
| SPF_IP | 3.96.129.67 |
| SPF_IP | 3.97.99.32/32 |
| SPF_IP | 3.97.99.33/24 |
| SPF_IP | 3.97.99.42 |
| SPF_IP | 3.97.99.43 |
| SPF_IP | 40.85.207.192/32 |
| SPF_IP | 45.61.49.183 |
| SPF_IP | 45.61.49.253 |
| SPF_IP | 64.16.12.154 |
| SPF_IP | 64.16.12.162 |
| SPF_IP | 66.85.31.4 |
| SPF_IP | 72.5.52.0/24 |
Related pages
Pivot deeper into the graph from uvic.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "uvic.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.