Skip to content

Hostname

jython.org

Last fetched

jython.org resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · jython.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/jython.org

Resolution chain

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

IPPrefixASNOperatorCountry
159.89.245.108159.89.244.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
167.99.21.118167.99.20.0/22AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

Registrar
iana:81
Organization
contact privacy inc. customer 0128970646
Contact emails

Subdomains

3 observed subdomains of jython.org.

Web-graph footprint

Distinct hostnames that link to or from jython.org in the public web crawl.

Threat posture

History

Mail and authentication

MX records

Related pages

Pivot deeper into the graph from jython.org.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "jython.org"})-[: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.