Hostname
robarts.ca
Last fetched
robarts.ca resolves to 3 IPv4 addresses operated by UWO-AS - University of Western Ontario in CA. WHOIS lists registrar:internic.ca inc. as the registrar.
Nutrition Label
Resolution chain
robarts.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 |
|---|---|---|---|---|
| 129.100.47.147 | 129.100.0.0/18 | AS823 | UWO-AS - University of Western Ontario | CA |
| 129.100.47.148 | 129.100.0.0/18 | AS823 | UWO-AS - University of Western Ontario | CA |
| 129.100.47.149 | 129.100.0.0/18 | AS823 | UWO-AS - University of Western Ontario | CA |
WHOIS identity
- Registrar
- registrar:internic.ca inc.
- Organization
- robarts research institute (nfp)
- Contact emails
Subdomains
394 observed subdomains of robarts.ca.
Showing 25 of 394. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from robarts.ca in the public web crawl.
135 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for robarts.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.uwo.ca |
| SPF_IP | 129.100.47.245 |
| SPF_IP | 129.100.47.246 |
| SPF_IP | 129.100.47.249 |
| SPF_IP | 129.100.47.250 |
| SPF_IP | 129.100.47.251 |
| SPF_IP | 129.100.47.252 |
Related pages
Pivot deeper into the graph from robarts.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "robarts.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.