Skip to content

Hostname

java2ai.com

Last fetched

java2ai.com resolves to 2 IPv4 addresses operated by LTEL LONGTEL NETWORKS & TECHNOLOGIES LTD. in CN. WHOIS lists iana:1599 as the registrar.

Nutrition Label

WHISPER CANON · java2ai.comRouting diversity1.5/10Peering density5.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/java2ai.com

Resolution chain

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

IPPrefixASNOperatorCountry
118.178.60.131118.178.0.0/17AS37963LTEL LONGTEL NETWORKS & TECHNOLOGIES LTD.CN
118.178.60.182118.178.0.0/17AS37963LTEL LONGTEL NETWORKS & TECHNOLOGIES LTD.CN

WHOIS identity

Registrar
iana:1599
Organization
Contact emails

Web-graph footprint

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

64 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from java2ai.com.

Cypher and MCP

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

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