Skip to content

Hostname

onejoon.com

Last fetched

onejoon.com resolves to 1 IPv4 address operated by GODADDY-CGN in DE. WHOIS lists iana:303 as the registrar.

Nutrition Label

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

Resolution chain

onejoon.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
92.205.192.11092.205.192.0/21AS60253GODADDY-CGNDE

WHOIS identity

Registrar
iana:303
Organization
leesungje
Contact emails

Subdomains

4 observed subdomains of onejoon.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for onejoon.com.

MechanismTarget
SPF_IP1.224.189.66
SPF_IP1.224.189.67
SPF_IP1.224.189.71

Related pages

Pivot deeper into the graph from onejoon.com.

Cypher and MCP

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

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