Hostname
planetmind.net
Last fetched
planetmind.net resolves to 1 IPv4 address operated by INFOLINK-MIA-US - Infolink Global Corporation in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
planetmind.net 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 |
|---|---|---|---|---|
| 69.60.111.101 | 69.60.96.0/19 | AS15083 | INFOLINK-MIA-US - Infolink Global Corporation | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- planetmind institute
- Contact emails
- —
Subdomains
19 observed subdomains of planetmind.net.
Web-graph footprint
Distinct hostnames that link to or from planetmind.net in the public web crawl.
7 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for planetmind.net.
| Mechanism | Target |
|---|---|
| SPF_A | planetmind.net |
| SPF_IP | 38.117.1.0/24 |
| SPF_IP | 65.144.188.5 |
| SPF_IP | 69.60.111.102 |
| SPF_IP | 69.60.123.201 |
| SPF_IP | 8.2.40.0/24 |
| SPF_MX | mail.planetmind.net |
| SPF_MX | planetmind.net |
Related pages
Pivot deeper into the graph from planetmind.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "planetmind.net"})-[: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.