Skip to content

Hostname

ddcjmm.cn

Last fetched

ddcjmm.cn resolves to 3 IPv4 addresses operated by ASLINE-AS-AP - ASLINE LIMITED in ZA.

Nutrition Label

WHISPER CANON · ddcjmm.cnRouting diversity3.0/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/ddcjmm.cn

Resolution chain

ddcjmm.cn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
168.76.48.79168.76.48.0/24AS137951ASLINE-AS-AP - ASLINE LIMITEDZA
38.33.83.16238.33.64.0/18AS398823PEG-LA - PEG TECH INCUS
47.90.164.24647.90.128.0/18AS45102ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd.US

WHOIS identity

No WHOIS records are currently associated with ddcjmm.cn in WhisperGraph.

Subdomains

1 observed subdomain of ddcjmm.cn.

Subdomain
www.ddcjmm.cn

Threat posture

History

Related pages

Pivot deeper into the graph from ddcjmm.cn.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "ddcjmm.cn"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.