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
Resolution chain
nc.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.50.153.147 | 34.32.0.0/11 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
| 85.113.87.93 | 85.113.86.0/23 | AS142005 | NCTAIWANCOLTD-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.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for nc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 112.175.215.135/32 |
| SPF_IP | 112.175.215.136/32 |
| SPF_IP | 112.175.219.231 |
| SPF_IP | 112.175.219.232 |
Related pages
Pivot deeper into the graph from nc.com.
- IP · 34.50.153.147
- ASN · AS396982GOOGLE-CLOUD-PLATFORM - Google LLC
- Registrar · iana:100
- Country · US
- Email · domain@ncsoft.com
- TLD · .com
- Browse hostnames · nc…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.