Hostname
u88r.com
Last fetched
u88r.com resolves to 4 IPv4 addresses operated by AS138995 in CN. WHOIS lists iana:1505 as the registrar.
Nutrition Label
Resolution chain
u88r.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 |
|---|---|---|---|---|
| 108.187.33.73 | 108.187.33.0/24 | AS138995 | — | CN |
| 34.92.190.64 | 34.92.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | HK |
| 35.220.215.121 | 35.220.208.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | HK |
| 35.241.116.175 | 35.241.112.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | HK |
WHOIS identity
- Registrar
- iana:1505
- Organization
- whois protection, this company does not own this domain name s.r.o.
- Contact emails
Subdomains
3 observed subdomains of u88r.com.
Web-graph footprint
Distinct hostnames that link to or from u88r.com in the public web crawl.
18 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from u88r.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "u88r.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.