Skip to content

Hostname

java.com

Last fetched

java.com resolves to 5 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US.

Nutrition Label

WHISPER CANON · java.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/java.com

Resolution chain

java.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
138.1.33.162138.1.32.0/21AS31898ORACLE-BMC-31898 - Oracle CorporationUS
23.43.85.1823.43.85.0/24AS20940AKAMAI-ASN1US
23.43.85.3423.43.85.0/24AS20940AKAMAI-ASN1US
23.47.72.1423.47.72.0/24AS20940AKAMAI-ASN1US
23.47.72.823.47.72.0/24AS20940AKAMAI-ASN1US

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from java.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for java.com.

MechanismTarget
SPF_Ajava.com

Related pages

Pivot deeper into the graph from java.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "java.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.