Hostname
xjdm30.com
Last fetched
xjdm30.com resolves to 12 IPv4 addresses operated by DNC-AS Dimension Network & Communication Limited in HK. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
xjdm30.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.233.96.33 | 103.233.96.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 103.93.126.234 | 103.93.126.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 147.92.43.196 | 147.92.43.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 147.92.43.235 | 147.92.43.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 207.148.34.150 | 207.148.34.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 207.148.37.244 | 207.148.37.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 207.148.41.159 | 207.148.41.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 67.211.77.71 | 67.211.77.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 67.211.78.13 | 67.211.78.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 67.211.78.217 | 67.211.78.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 67.211.78.82 | 67.211.78.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 69.160.171.153 | 69.160.171.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
WHOIS identity
- Registrar
- iana:1479
- Organization
- —
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from xjdm30.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from xjdm30.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xjdm30.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.