Hostname
ddpchain.com
Last fetched
ddpchain.com resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:113 as the registrar.
Nutrition Label
Resolution chain
ddpchain.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.202.205.32 | 116.202.0.0/16 | AS24940 | — | DE |
| 85.10.224.20 | 85.10.192.0/18 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:113
- Organization
- huang lijun
- Contact emails
Subdomains
2 observed subdomains of ddpchain.com.
| Subdomain |
|---|
| mail.ddpchain.com |
| www.ddpchain.com |
Web-graph footprint
Distinct hostnames that link to or from ddpchain.com in the public web crawl.
219 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for ddpchain.com.
| Mechanism | Target |
|---|---|
| SPF_A | ddpchain.com |
| SPF_INCLUDE | _auxspf.axspace.com |
| SPF_IP | 116.202.205.32/28 |
| SPF_IP | 116.202.250.52 |
| SPF_IP | 167.235.223.70 |
| SPF_IP | 85.10.224.16/28 |
| SPF_MX | ddpchain.com |
Related pages
Pivot deeper into the graph from ddpchain.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ddpchain.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.