Hostname
workplace.vdata.asia
Last fetched
workplace.vdata.asia resolves to 1 IPv4 address operated by AS45839 in MY.
Nutrition Label
Resolution chain
workplace.vdata.asia 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 |
|---|---|---|---|---|
| 124.217.241.37 | 124.217.241.0/24 | AS45839 | — | MY |
WHOIS identity
No WHOIS records are currently associated with workplace.vdata.asia in WhisperGraph.
Subdomains
1 observed subdomain of workplace.vdata.asia.
| Subdomain |
|---|
| www.workplace.vdata.asia |
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for workplace.vdata.asia.
| Mechanism | Target |
|---|---|
| SPF_A | workplace.vdata.asia |
| SPF_INCLUDE | spf.mailsentinel.net |
| SPF_IP | 101.99.69.189 |
| SPF_IP | 101.99.69.190 |
| SPF_IP | 101.99.69.20 |
| SPF_IP | 101.99.69.245 |
| SPF_IP | 101.99.69.80 |
| SPF_IP | 101.99.69.81 |
| SPF_IP | 101.99.69.82 |
| SPF_IP | 124.217.241.30 |
| SPF_IP | 124.217.241.31 |
| SPF_MX | workplace.vdata.asia |
Related pages
Pivot deeper into the graph from workplace.vdata.asia.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "workplace.vdata.asia"})-[: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.