Hostname
futurespace.es
Last fetched
futurespace.es resolves to 1 IPv4 address operated by AS12479 in ES.
Nutrition Label
Resolution chain
futurespace.es 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 |
|---|---|---|---|---|
| 85.62.27.44 | 85.62.0.0/19 | AS12479 | — | ES |
WHOIS identity
No WHOIS records are currently associated with futurespace.es in WhisperGraph.
Subdomains
79 observed subdomains of futurespace.es.
Showing 25 of 79. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from futurespace.es in the public web crawl.
69 sites link to this hostname.
189 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for futurespace.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.69.114.4 |
| SPF_IP | 159.69.120.121 |
| SPF_IP | 20.113.21.232 |
| SPF_IP | 20.199.186.98 |
| SPF_IP | 85.62.27.32/27 |
| SPF_IP | 88.30.18.65 |
| SPF_IP | 89.17.204.51 |
| SPF_IP | 89.17.204.77 |
| SPF_IP | 98.67.174.180 |
Related pages
Pivot deeper into the graph from futurespace.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "futurespace.es"})-[: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.