Hostname
ctspace.com
Last fetched
ctspace.com resolves to 1 IPv4 address operated by AS29550 in GB. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
ctspace.com 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 |
|---|---|---|---|---|
| 213.229.85.87 | 213.229.64.0/18 | AS29550 | — | GB |
WHOIS identity
- Registrar
- iana:299
- Organization
- ctspace
- Contact emails
Subdomains
8 observed subdomains of ctspace.com.
Web-graph footprint
Distinct hostnames that link to or from ctspace.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for ctspace.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_IP | 209.49.19.164 |
| SPF_IP | 64.41.147.208/28 |
| SPF_IP | 64.41.150.0/26 |
| SPF_IP | 64.49.163.208/28 |
| SPF_IP | 64.69.163.192/28 |
| SPF_IP | 64.69.164.0/26 |
| SPF_IP | 66.237.73.194 |
| SPF_IP | 86.96.196.38 |
| SPF_MX | ctspace.com |
Related pages
Pivot deeper into the graph from ctspace.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ctspace.com"})-[: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.