Hostname
mindstormsoft.in
Last fetched
mindstormsoft.in resolves to 2 IPv4 addresses operated by AS134035 in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
mindstormsoft.in 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 |
|---|---|---|---|---|
| 103.160.153.9 | 103.160.153.0/24 | AS134035 | — | IN |
| 82.112.232.209 | 82.112.224.0/20 | AS47583 | — | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of mindstormsoft.in.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for mindstormsoft.in.
| Mechanism | Target |
|---|---|
| SPF_A | mindstormsoft.in |
| SPF_IP | 103.160.153.9 |
| SPF_MX | mindstormsoft.in |
Related pages
Pivot deeper into the graph from mindstormsoft.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mindstormsoft.in"})-[: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.