Hostname
mindsky.app
Last fetched
mindsky.app resolves to 2 IPv4 addresses operated by AS206834 in DE. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
mindsky.app 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.53.179.136 | 185.53.179.0/24 | AS206834 | — | DE |
| 45.82.188.229 | 45.82.188.0/22 | AS31477 | — | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- whois privacy protection foundation
- Contact emails
- —
Subdomains
4 observed subdomains of mindsky.app.
Showing 3 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- mindsky.app
SPF policy
3 SPF mechanisms authorising senders for mindsky.app.
| Mechanism | Target |
|---|---|
| SPF_A | mindsky.app |
| SPF_IP | 45.82.188.229 |
| SPF_MX | mindsky.app |
Related pages
Pivot deeper into the graph from mindsky.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mindsky.app"})-[: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.