Skip to content

Hostname

nc.com

Last fetched

nc.com resolves to 2 IPv4 addresses operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US. WHOIS lists iana:100 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
34.50.153.14734.32.0.0/11AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS
85.113.87.9385.113.86.0/23AS142005NCTAIWANCOLTD-AS-AP NC Taiwan Co., Ltd.TW

WHOIS identity

Registrar
iana:100
Organization
ncsoft
Contact emails

Subdomains

46 observed subdomains of nc.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for nc.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP112.175.215.135/32
SPF_IP112.175.215.136/32
SPF_IP112.175.219.231
SPF_IP112.175.219.232

Related pages

Pivot deeper into the graph from nc.com.

Cypher and MCP

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

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