Hostname
phys.uvic.ca
Last fetched
phys.uvic.ca resolves to 3 IPv4 addresses operated by UVIC-AS - University of Victoria in CA.
Nutrition Label
Resolution chain
phys.uvic.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 142.104.61.19 | 142.104.0.0/16 | AS16462 | UVIC-AS - University of Victoria | CA |
| 142.104.61.2 | 142.104.0.0/16 | AS16462 | UVIC-AS - University of Victoria | CA |
| 142.104.61.3 | 142.104.0.0/16 | AS16462 | UVIC-AS - University of Victoria | CA |
WHOIS identity
No WHOIS records are currently associated with phys.uvic.ca in WhisperGraph.
Subdomains
355 observed subdomains of phys.uvic.ca.
Showing 25 of 355. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from phys.uvic.ca in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from phys.uvic.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "phys.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.