Hostname
mndstech.in
Last fetched
mndstech.in resolves to 2 IPv4 addresses operated by PUBLIC-DOMAIN-REGISTRY - PDR in IN.
Nutrition Label
Resolution chain
mndstech.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 |
|---|---|---|---|---|
| 66.116.226.98 | 66.116.226.0/24 | AS394695 | PUBLIC-DOMAIN-REGISTRY - PDR | IN |
| 69.57.172.244 | 69.57.172.0/24 | AS199404 | — | IN |
WHOIS identity
No WHOIS records are currently associated with mndstech.in in WhisperGraph.
Subdomains
77 observed subdomains of mndstech.in.
Showing 23 of 77. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mndstech.in in the public web crawl.
8 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- mndstech.in
SPF policy
3 SPF mechanisms authorising senders for mndstech.in.
| Mechanism | Target |
|---|---|
| SPF_A | mndstech.in |
| SPF_IP | 69.57.172.244 |
| SPF_MX | mndstech.in |
Related pages
Pivot deeper into the graph from mndstech.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mndstech.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.