Hostname
wumii.com
Last fetched
wumii.com resolves to 2 IPv4 addresses operated by AS4134 in CN. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
wumii.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 |
|---|---|---|---|---|
| 119.147.213.23 | 119.144.0.0/14 | AS4134 | — | CN |
| 120.133.129.151 | 120.133.128.0/20 | AS58466 | — | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- two woods technology co.
- Contact emails
Subdomains
15 observed subdomains of wumii.com.
Web-graph footprint
Distinct hostnames that link to or from wumii.com in the public web crawl.
161 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for wumii.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 112.95.151.176/28 |
| SPF_IP | 119.147.213.16/28 |
| SPF_IP | 120.133.129.144/28 |
| SPF_IP | 183.240.168.240/28 |
| SPF_IP | 44.209.94.175/32 |
| SPF_IP | 98.83.178.146/32 |
Related pages
Pivot deeper into the graph from wumii.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wumii.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.