Hostname
java.com.cn
Last fetched
java.com.cn resolves to 2 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in FR. WHOIS lists registrar:markmonitor inc. as the registrar.
Nutrition Label
Resolution chain
java.com.cn 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 |
|---|---|---|---|---|
| 23.51.98.38 | 23.51.96.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | FR |
| 23.58.13.50 | 23.58.12.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | IN |
WHOIS identity
- Registrar
- registrar:markmonitor inc.
- Organization
- oracle corporation
- Contact emails
Subdomains
1 observed subdomain of java.com.cn.
| Subdomain |
|---|
| www.java.com.cn |
Web-graph footprint
Distinct hostnames that link to or from java.com.cn 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 java.com.cn.
- IP · 23.51.98.38
- ASN · AS16625AKAMAI-AS - Akamai Technologies, Inc.
- Registrar · registrar:markmonitor inc.
- Country · FR
- Email · domain-contact_ww_grp@oracle.com
- Apex domain · com.cn
- TLD · .cn
- Browse hostnames · ja…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "java.com.cn"})-[: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.