Hostname
phys.ucalgary.ca
Last fetched
phys.ucalgary.ca resolves to 1 IPv4 address operated by U-CALGARY - University of Calgary in CA.
Nutrition Label
Resolution chain
phys.ucalgary.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 |
|---|---|---|---|---|
| 136.159.52.29 | 136.159.0.0/16 | AS33091 | U-CALGARY - University of Calgary | CA |
| 136.159.52.29 | 136.159.0.0/16 | AS33091 | U-CALGARY - University of Calgary | CA |
WHOIS identity
No WHOIS records are currently associated with phys.ucalgary.ca in WhisperGraph.
Subdomains
305 observed subdomains of phys.ucalgary.ca.
Showing 25 of 305. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from phys.ucalgary.ca in the public web crawl.
34 sites link to this hostname.
11 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for phys.ucalgary.ca.
| Mechanism | Target |
|---|---|
| SPF_A | phys.ucalgary.ca |
| SPF_MX | phys.ucalgary.ca |
Related pages
Pivot deeper into the graph from phys.ucalgary.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "phys.ucalgary.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.