Hostname
pddx.cn
Last fetched
pddx.cn resolves to 7 IPv4 addresses operated by CHINA169-Backbone - CHINA UNICOM China169 Backbone in CN.
Nutrition Label
Resolution chain
pddx.cn 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 |
|---|---|---|---|---|
| 110.242.74.102 | 110.240.0.0/12 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 111.63.65.103 | 111.63.64.0/20 | AS24547 | CMNET-V4HEBEI-AS-AP - Hebei Mobile Communication Company Limited | CN |
| 111.63.65.247 | 111.63.64.0/20 | AS24547 | CMNET-V4HEBEI-AS-AP - Hebei Mobile Communication Company Limited | CN |
| 113.108.81.189 | 113.96.0.0/12 | AS4134 | CHINANET-BACKBONE - No.31,Jin-rong Street | CN |
| 123.150.76.218 | 123.150.76.0/22 | AS58542 | CHINATELECOM-TIANJIN - Tianjij,300000 | CN |
| 124.237.177.164 | 124.236.0.0/14 | AS4134 | CHINANET-BACKBONE - No.31,Jin-rong Street | CN |
| 203.205.254.157 | 203.205.254.0/23 | AS132203 | TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue | HK |
WHOIS identity
No WHOIS records are currently associated with pddx.cn in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for pddx.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mail.qq.com |
| SPF_INCLUDE | spf1.baidu.com |
| SPF_INCLUDE | spf2.baidu.com |
| SPF_INCLUDE | spf3.baidu.com |
| SPF_INCLUDE | spf4.baidu.com |
Related pages
Pivot deeper into the graph from pddx.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pddx.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.