Hostname
way2sms.com
Last fetched
way2sms.com resolves to 1 IPv4 address operated by CTRLS-AS-IN CtrlS in IN.
Nutrition Label
Resolution chain
way2sms.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 |
|---|---|---|---|---|
| 103.146.40.133 | 103.146.40.0/24 | AS18229 | CTRLS-AS-IN CtrlS | IN |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from way2sms.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for way2sms.com.
| Mechanism | Target |
|---|---|
| SPF_A | way2sms.com |
| SPF_INCLUDE | way2sms.com |
| SPF_IP | 174.142.97.204 |
| SPF_IP | 184.107.41.86 |
| SPF_IP | 209.160.24.118 |
| SPF_IP | 209.160.24.122 |
| SPF_IP | 64.15.147.109 |
| SPF_IP | 66.148.112.47 |
| SPF_IP | 67.205.74.184 |
| SPF_IP | 72.55.165.4 |
| SPF_MX | mail.way2sms.com |
| SPF_MX | mx.way2sms.com |
| SPF_MX | way2sms.com |
Related pages
Pivot deeper into the graph from way2sms.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "way2sms.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.