Hostname
duxiaoman.com
Last fetched
duxiaoman.com resolves to 4 IPv4 addresses operated by AS38365 in CN. WHOIS lists iana:471 as the registrar.
Nutrition Label
Resolution chain
duxiaoman.com 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 |
|---|---|---|---|---|
| 106.12.225.12 | 106.12.224.0/21 | AS38365 | — | CN |
| 106.12.225.95 | 106.12.224.0/21 | AS38365 | — | CN |
| 180.76.63.171 | 180.76.56.0/21 | AS38365 | — | CN |
| 180.76.65.48 | 180.76.64.0/21 | AS38365 | — | CN |
WHOIS identity
- Registrar
- iana:471
- Organization
- du xiao man
- Contact emails
Subdomains
32 observed subdomains of duxiaoman.com.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from duxiaoman.com in the public web crawl.
58 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for duxiaoman.com.
| Mechanism | Target |
|---|---|
| SPF_A | duxiaoman.com |
| SPF_INCLUDE | spf1.baidu.com |
| SPF_INCLUDE | spf2.baidu.com |
| SPF_INCLUDE | spf3.baidu.com |
| SPF_IP | 114.111.30.124 |
| SPF_IP | 114.111.30.26/31 |
| SPF_IP | 114.111.30.28 |
| SPF_IP | 114.111.30.35 |
| SPF_IP | 120.48.190.242/31 |
| SPF_IP | 120.48.190.248/31 |
| SPF_MX | duxiaoman.com |
Related pages
Pivot deeper into the graph from duxiaoman.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "duxiaoman.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.