Hostname
xjdm4.com
Last fetched
xjdm4.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
xjdm4.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 |
|---|---|---|---|---|
| 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 |
| 46.149.192.199 | 46.149.192.0/24 | AS59371 | DNC-AS Dimension Network & Communication Limited | HK |
| 46.149.199.132 | 46.149.199.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 xjdm4.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from xjdm4.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xjdm4.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.