Hostname
webserver.com.my
Last fetched
webserver.com.my resolves to 2 IPv4 addresses operated by AS45945 in MY.
Nutrition Label
Resolution chain
webserver.com.my 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 |
|---|---|---|---|---|
| 103.1.149.22 | 103.1.149.0/24 | AS45945 | — | MY |
| 192.124.249.103 | 192.124.249.0/24 | AS30148 | SUCURI-SEC - Sucuri | US |
WHOIS identity
- Registrar
- —
- Organization
- acme commerce sdn bhd (184927-w) lot 17.05, 17th. floor
- Contact emails
- —
Subdomains
22 observed subdomains of webserver.com.my.
Web-graph footprint
Distinct hostnames that link to or from webserver.com.my in the public web crawl.
108 sites link to this hostname.
91 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for webserver.com.my.
| Mechanism | Target |
|---|---|
| SPF_A | infusionmail.com |
| SPF_A | n32.secure-webhosting.com |
| SPF_A | n34.secure-webhosting.com |
| SPF_A | smtp.dnshostmaster.net |
| SPF_A | webserver.com.my |
| SPF_IP | 113.23.214.173 |
| SPF_IP | 113.23.215.162 |
| SPF_IP | 113.23.215.163 |
| SPF_IP | 113.23.215.173 |
| SPF_IP | 124.150.140.15 |
| SPF_IP | 124.150.140.216 |
| SPF_IP | 124.150.140.218 |
| SPF_IP | 124.150.140.92 |
| SPF_IP | 211.24.129.74 |
| SPF_MX | webserver.com.my |
Related pages
Pivot deeper into the graph from webserver.com.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webserver.com.my"})-[: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.