Hostname
wmlong.com
Last fetched
wmlong.com resolves to 7 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in CN. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
wmlong.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 1.12.0.4 | 1.12.0.0/20 | AS132203 | TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue | CN |
| 107.150.123.199 | 107.150.123.0/24 | AS135377 | UCLOUD-HK-AS-AP UCLOUD INFORMATION TECHNOLOGY HK LIMITED | HK |
| 112.80.181.45 | 112.80.0.0/13 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 117.89.178.173 | 117.89.176.0/21 | AS134756 | CHINANET-NANJING-JISHAN-IDC CHINANET Nanjing Jishan IDC network | CN |
| 125.94.59.210 | 125.88.0.0/13 | AS4134 | CHINANET-BACKBONE No.31,Jin-rong Street | CN |
| 129.211.176.209 | 129.211.176.0/20 | AS45090 | TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited | CN |
| 36.155.149.180 | 36.155.144.0/21 | AS56046 | CMNET-JIANGSU-AP China Mobile communications corporation | CN |
WHOIS identity
- Registrar
- iana:120
- Organization
- —
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from wmlong.com in the public web crawl.
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from wmlong.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wmlong.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.