Hostname
login.proxy.lib.sfu.ca
Last fetched
login.proxy.lib.sfu.ca resolves to 1 IPv4 address operated by SFU-AS - Simon Fraser University in CA.
Nutrition Label
Resolution chain
login.proxy.lib.sfu.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.58.232.197 | 142.66.0.0/16 | AS11105 | SFU-AS - Simon Fraser University | CA |
WHOIS identity
No WHOIS records are currently associated with login.proxy.lib.sfu.ca in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from login.proxy.lib.sfu.ca in the public web crawl.
46 sites link to this hostname.
Sample inbound links
- academic-oup-com.proxy.lib.sfu.ca
- acsjournals-onlinelibrary-wiley-com.proxy.lib.sfu.ca
- apps-webofknowledge-com.proxy.lib.sfu.ca
- books-scholarsportal-info.proxy.lib.sfu.ca
- eco.canadiana.ca.proxy.lib.sfu.ca
- cjlt.csj.ualberta.ca.proxy.lib.sfu.ca
- web.a.ebscohost.com.proxy.lib.sfu.ca
- portal.euromonitor.com.proxy.lib.sfu.ca
- find.galegroup.com.proxy.lib.sfu.ca
- clients1.ibisworld.com.proxy.lib.sfu.ca
Threat posture
History
Related pages
Pivot deeper into the graph from login.proxy.lib.sfu.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "login.proxy.lib.sfu.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.