Hostname
yoozoo.com
Last fetched
yoozoo.com resolves to 2 IPv4 addresses operated by AS45090 in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
yoozoo.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 |
|---|---|---|---|---|
| 110.40.135.183 | 110.40.128.0/18 | AS45090 | — | CN |
| 111.229.163.182 | 111.229.128.0/18 | AS45090 | — | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- li zhiyong
- Contact emails
Subdomains
14 observed subdomains of yoozoo.com.
Web-graph footprint
Distinct hostnames that link to or from yoozoo.com in the public web crawl.
54 sites link to this hostname.
37 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for yoozoo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.partner.outlook.cn |
| SPF_IP | 103.192.255.16 |
| SPF_IP | 103.192.255.17 |
| SPF_IP | 103.192.255.25 |
| SPF_IP | 129.227.137.187 |
| SPF_IP | 162.14.131.149 |
| SPF_IP | 180.97.51.70 |
| SPF_IP | 43.135.190.63 |
| SPF_IP | 43.153.103.194 |
| SPF_IP | 43.153.65.216 |
| SPF_IP | 49.51.44.16 |
| SPF_IP | 49.51.44.46 |
| SPF_IP | 49.51.45.148 |
| SPF_IP | 61.174.15.230 |
| SPF_IP | 63.159.217.7 |
Related pages
Pivot deeper into the graph from yoozoo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "yoozoo.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.