Hostname
rihou.cc
Last fetched
rihou.cc resolves to 2 IPv4 addresses operated by AS4134 in CN. WHOIS lists iana:1479 as the registrar.
Nutrition Label
Resolution chain
rihou.cc 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.84.213.220 | 110.80.0.0/13 | AS4134 | — | CN |
| 110.90.200.12 | 110.88.0.0/14 | AS4134 | — | CN |
WHOIS identity
- Registrar
- iana:1479
- Organization
- privacyguardian.org
- Contact emails
Subdomains
7 observed subdomains of rihou.cc.
Web-graph footprint
Distinct hostnames that link to or from rihou.cc in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from rihou.cc.
- IP · 110.84.213.220
- ASN · AS4134
- Registrar · iana:1479
- Country · CN
- Email · pw-0b9be89d92638b13fb93e2d603008073@privacyguardian.org
- TLD · .cc
- Browse hostnames · ri…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rihou.cc"})-[: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.