Hostname
sms.mdsoftech.com
Last fetched
sms.mdsoftech.com resolves to 1 IPv4 address operated by AS16276 in CA.
Nutrition Label
Resolution chain
sms.mdsoftech.com 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 |
|---|---|---|---|---|
| 167.114.117.218 | 167.114.0.0/17 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with sms.mdsoftech.com in WhisperGraph.
Subdomains
1 observed subdomain of sms.mdsoftech.com.
| Subdomain |
|---|
| www.sms.mdsoftech.com |
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for sms.mdsoftech.com.
| Mechanism | Target |
|---|---|
| SPF_A | sms.mdsoftech.com |
| SPF_IP | 115.246.100.194 |
| SPF_IP | 115.246.111.146 |
| SPF_IP | 115.246.111.147 |
| SPF_IP | 142.4.5.123 |
| SPF_IP | 142.4.6.83 |
| SPF_IP | 151.106.5.57 |
| SPF_IP | 162.144.43.174 |
| SPF_IP | 162.144.53.231 |
| SPF_IP | 162.214.78.235 |
| SPF_IP | 192.163.195.169 |
| SPF_IP | 67.220.182.102 |
| SPF_IP | 67.220.182.98 |
| SPF_MX | sms.mdsoftech.com |
Related pages
Pivot deeper into the graph from sms.mdsoftech.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sms.mdsoftech.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.