Hostname
apple.ddddns.net
Last fetched
apple.ddddns.net resolves to 4 IPv4 addresses operated by XNNET - XNNET LLC in HK.
Nutrition Label
Resolution chain
apple.ddddns.net resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.238.226.248 | 103.238.226.0/24 | AS6134 | XNNET - XNNET LLC | HK |
| 118.31.223.143 | 118.31.128.0/17 | AS37963 | — | CN |
| 120.26.32.136 | 120.26.0.0/16 | AS37963 | — | CN |
| 38.207.133.24 | 38.207.133.0/24 | AS6134 | XNNET - XNNET LLC | HK |
WHOIS identity
No WHOIS records are currently associated with apple.ddddns.net in WhisperGraph.
Subdomains
5 observed subdomains of apple.ddddns.net.
Threat posture
History
Related pages
Pivot deeper into the graph from apple.ddddns.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apple.ddddns.net"})-[: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.