Hostname
9ddm.com
Last fetched
9ddm.com resolves to 7 IPv4 addresses operated by CMNET-BEIJING-AP China Mobile Communicaitons Corporation in CN. WHOIS lists iana:1331 as the registrar.
Nutrition Label
Resolution chain
9ddm.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 |
|---|---|---|---|---|
| 183.84.6.186 | 183.84.6.0/23 | AS56048 | CMNET-BEIJING-AP China Mobile Communicaitons Corporation | CN |
| 20.153.141.67 | 20.153.141.0/24 | AS8069 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 20.153.150.56 | 20.153.150.0/24 | AS8069 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 20.153.154.22 | 20.153.154.0/24 | AS8069 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 20.157.123.121 | 20.157.123.0/24 | AS8069 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 20.33.2.102 | 20.33.2.0/24 | AS8069 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 20.33.2.81 | 20.33.2.0/24 | AS8069 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
WHOIS identity
- Registrar
- iana:1331
- Organization
- chengdu fenxiangxinxi chuanbo youxiangongsi
- Contact emails
Subdomains
2 observed subdomains of 9ddm.com.
| Subdomain |
|---|
| video.9ddm.com |
| www.9ddm.com |
Web-graph footprint
Distinct hostnames that link to or from 9ddm.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 9ddm.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "9ddm.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.