Hostname
8oru8.com
Last fetched
8oru8.com resolves to 6 IPv4 addresses operated by AS133731 in HK. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
8oru8.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.231.15.197 | 103.231.15.0/24 | AS133731 | — | HK |
| 103.231.15.204 | 103.231.15.0/24 | AS133731 | — | HK |
| 123.254.105.218 | 123.254.104.0/22 | AS55933 | — | HK |
| 146.112.61.106 | 146.112.61.0/24 | AS36692 | CISCO-UMBRELLA - Cisco OpenDNS, LLC | US |
| 223.26.61.27 | 223.26.61.0/24 | AS152194 | — | HK |
| 223.26.61.76 | 223.26.61.0/24 | AS152194 | — | HK |
WHOIS identity
- Registrar
- iana:1923
- Organization
- super privacy service ltd c/o dynadot
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from 8oru8.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "8oru8.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.