Hostname
lang.ma
Last fetched
lang.ma resolves to 2 IPv4 addresses operated by DATAILOR in SG. WHOIS lists iana:28655 as the registrar.
Nutrition Label
Resolution chain
lang.ma 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 |
|---|---|---|---|---|
| 43.134.100.163 | 43.134.64.0/18 | AS132203 | DATAILOR | SG |
| 43.159.47.139 | 43.159.32.0/19 | AS132203 | DATAILOR | SG |
WHOIS identity
- Registrar
- iana:28655
- Organization
- zhong ming
- Contact emails
- —
Subdomains
1 observed subdomain of lang.ma.
| Subdomain |
|---|
| www.lang.ma |
Web-graph footprint
Distinct hostnames that link to or from lang.ma in the public web crawl.
14 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from lang.ma.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lang.ma"})-[: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.