Skip to content

Hostname

nic.cc

Last fetched

nic.cc resolves to 2 IPv4 addresses operated by VGRS-REGISTRY-AS - VeriSign Infrastructure & Operations in US. WHOIS lists iana:299 as the registrar.

Nutrition Label

WHISPER CANON · nic.ccRouting diversity2.4/10Peering density3.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/nic.cc

Resolution chain

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

IPPrefixASNOperatorCountry
209.131.162.207209.131.162.0/24AS11840VGRS-REGISTRY-AS - VeriSign Infrastructure & OperationsUS
69.58.187.10769.58.187.0/24AS30060VERISIGN-ILG1 - VeriSign Infrastructure & OperationsUS

WHOIS identity

Registrar
iana:299
Organization
verisign,
Contact emails

Subdomains

4 observed subdomains of nic.cc.

Web-graph footprint

Distinct hostnames that link to or from nic.cc in the public web crawl.

88 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from nic.cc.

Cypher and MCP

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

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