Skip to content

Hostname

nexon.com

Last fetched

nexon.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in KR. WHOIS lists iana:100 as the registrar.

Nutrition Label

WHISPER CANON · nexon.comRouting diversity1.5/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/nexon.com

Resolution chain

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

IPPrefixASNOperatorCountry
52.78.145.3052.78.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR
52.78.153.20952.78.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

Registrar
iana:100
Organization
nexon korea corporation.
Contact emails

Subdomains

253 observed subdomains of nexon.com.

Web-graph footprint

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

894 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for nexon.com.

MechanismTarget
SPF_INCLUDE_smtp-pool-a.nexon.com
SPF_INCLUDE_spf.nexon.com
SPF_INCLUDE_spf1.nexon.com
SPF_INCLUDE_spf2.nexon.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from nexon.com.

Cypher and MCP

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

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