Hostname
mail.mdsoftware.net.in
Last fetched
mail.mdsoftware.net.in resolves to 1 IPv4 address operated by AS55836 in IN.
Nutrition Label
Resolution chain
mail.mdsoftware.net.in 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 |
|---|---|---|---|---|
| 115.246.111.147 | 115.246.104.0/21 | AS55836 | — | IN |
WHOIS identity
No WHOIS records are currently associated with mail.mdsoftware.net.in in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mail.mdsoftware.net.in.
| Mechanism | Target |
|---|---|
| SPF_A | mail.mdsoftware.net.in |
| SPF_IP | 115.246.111.146 |
| SPF_IP | 115.246.111.147 |
| SPF_IP | 162.214.78.235 |
| SPF_IP | 192.163.195.169 |
| SPF_MX | mail.mdsoftware.net.in |
Related pages
Pivot deeper into the graph from mail.mdsoftware.net.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.mdsoftware.net.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.