Skip to content

Hostname

mind.space

Last fetched

mind.space resolves to 2 IPv4 addresses operated by AS40676 - Psychz Networks in US. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · mind.spaceRouting diversity2.4/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.5/10canon.whisper.security/host/mind.space

Resolution chain

mind.space resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
172.94.44.142172.94.44.0/24AS40676AS40676 - Psychz NetworksUS
207.207.49.130207.207.0.0/18AS23005SWITCH-LTD - SWITCH, LTDUS

WHOIS identity

Registrar
iana:1861
Organization
domain protection services,
Contact emails

Subdomains

2 observed subdomains of mind.space.

Web-graph footprint

Distinct hostnames that link to or from mind.space in the public web crawl.

11 sites link to this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from mind.space.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "mind.space"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.