Hostname
serverspace.ca
Last fetched
serverspace.ca resolves to 1 IPv4 address operated by STORMWALL-AS in SK.
Nutrition Label
Resolution chain
serverspace.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 |
|---|---|---|---|---|
| 5.252.34.95 | 5.252.34.0/24 | AS59796 | STORMWALL-AS | SK |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from serverspace.ca in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for serverspace.ca.
| Mechanism | Target |
|---|---|
| SPF_A | relay1.itglobal.com |
| SPF_A | relay2.itglobal.com |
| SPF_A | relay3.itglobal.com |
| SPF_A | relay4.itglobal.com |
| SPF_A | relay5.itglobal.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mxsspf.sendpulse.com |
| SPF_INCLUDE | spf.unisender.com |
| SPF_IP | 185.5.207.229 |
| SPF_IP | 188.227.59.245 |
| SPF_IP | 45.14.48.6 |
| SPF_IP | 46.243.180.21 |
| SPF_IP | 46.243.181.15 |
| SPF_IP | 46.243.181.80 |
Related pages
Pivot deeper into the graph from serverspace.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "serverspace.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.