Hostname
queensu.ca
Last fetched
queensu.ca resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in CA. WHOIS lists iana:456 as the registrar.
Nutrition Label
Resolution chain
queensu.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 |
|---|---|---|---|---|
| 52.139.22.141 | 52.136.0.0/13 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | CA |
WHOIS identity
- Registrar
- iana:456
- Organization
- queen's university at kingston
- Contact emails
Subdomains
328 observed subdomains of queensu.ca.
Showing 25 of 328. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from queensu.ca in the public web crawl.
6,142 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
25 SPF mechanisms authorising senders for queensu.ca.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | azure.queensu.ca |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 142.0.187.42/32 |
| SPF_IP | 159.242.114.214 |
| SPF_IP | 168.245.1.157 |
| SPF_IP | 18.194.112.206 |
| SPF_IP | 184.173.105.83 |
| SPF_IP | 199.188.157.80/32 |
| SPF_IP | 216.146.32.152 |
| SPF_IP | 216.146.32.153 |
| SPF_IP | 216.146.32.154 |
| SPF_IP | 34.236.72.193/32 |
| SPF_IP | 44.194.182.36/32 |
| SPF_IP | 50.31.47.101 |
| SPF_IP | 52.58.202.240 |
| SPF_IP | 54.166.123.167/32 |
| SPF_IP | 66.45.4.80 |
| SPF_IP | 70.33.217.128/28 |
| SPF_IP | 75.101.161.27/32 |
| SPF_MX | queensu.ca |
Related pages
Pivot deeper into the graph from queensu.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "queensu.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.