Hostname
duofu.net
Last fetched
duofu.net resolves to 2 IPv4 addresses operated by AS135377 in HK. WHOIS lists iana:1358 as the registrar.
Nutrition Label
Resolution chain
duofu.net 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 |
|---|---|---|---|---|
| 152.32.215.163 | 152.32.215.0/24 | AS135377 | — | HK |
| 194.32.148.31 | 194.32.148.0/24 | AS55933 | — | HK |
WHOIS identity
- Registrar
- iana:1358
- Organization
- wang jian
- Contact emails
Subdomains
1 observed subdomain of duofu.net.
| Subdomain |
|---|
| www.duofu.net |
Threat posture
History
Related pages
Pivot deeper into the graph from duofu.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "duofu.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.