Hostname
getspace.uk
Last fetched
getspace.uk resolves to 2 IPv4 addresses operated by AS8860 in BG. WHOIS lists registrar:netim sas [tag = netim-fr] as the registrar.
Nutrition Label
Resolution chain
getspace.uk resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.228.26.40 | 185.228.26.0/24 | AS8860 | — | BG |
| 70.34.206.56 | 70.34.192.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | SE |
WHOIS identity
- Registrar
- registrar:netim sas [tag = netim-fr]
- Organization
- garth piesse
- Contact emails
- —
Subdomains
14 observed subdomains of getspace.uk.
Web-graph footprint
Distinct hostnames that link to or from getspace.uk in the public web crawl.
64 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for getspace.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 163.172.52.14 |
| SPF_IP | 95.217.251.141 |
| SPF_MX | getspace.uk |
Related pages
Pivot deeper into the graph from getspace.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "getspace.uk"})-[: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.