Hostname
go106.com
Last fetched
go106.com resolves to 2 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in KR. WHOIS lists iana:743 as the registrar.
Nutrition Label
Resolution chain
go106.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 |
|---|---|---|---|---|
| 193.122.98.201 | 193.122.96.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | KR |
| 193.123.238.238 | 193.123.224.0/19 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | KR |
WHOIS identity
- Registrar
- iana:743
- Organization
- forever media
- Contact emails
Subdomains
1 observed subdomain of go106.com.
| Subdomain |
|---|
| www.go106.com |
Web-graph footprint
Distinct hostnames that link to or from go106.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from go106.com.
- IP · 193.122.98.201
- ASN · AS31898ORACLE-BMC-31898 - Oracle Corporation
- Registrar · iana:743
- Country · KR
- Email · domainadmin@forevermediainc.com
- TLD · .com
- Browse hostnames · go…
- 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: "go106.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.