Hostname
indiasoft.bmtraders.com
Last fetched
indiasoft.bmtraders.com resolves to 3 IPv4 addresses operated by AS16276 in FR.
Nutrition Label
Resolution chain
indiasoft.bmtraders.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 141.94.81.100 | 141.94.0.0/16 | AS16276 | — | FR |
| 5.135.94.0 | 5.135.0.0/16 | AS16276 | — | FR |
| 54.38.232.113 | 54.38.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with indiasoft.bmtraders.com in WhisperGraph.
Subdomains
2 observed subdomains of indiasoft.bmtraders.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for indiasoft.bmtraders.com.
| Mechanism | Target |
|---|---|
| SPF_A | indiasoft.bmtraders.com |
| SPF_INCLUDE | bear-us.dnsracks.com |
| SPF_INCLUDE | earth.dnsracks.com |
| SPF_INCLUDE | neotechincit.com |
| SPF_IP | 107.6.170.242 |
| SPF_IP | 107.6.170.245 |
| SPF_IP | 108.163.193.210 |
| SPF_IP | 108.163.193.220 |
| SPF_MX | indiasoft.bmtraders.com |
Related pages
Pivot deeper into the graph from indiasoft.bmtraders.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "indiasoft.bmtraders.com"})-[: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.