Skip to content

Hostname

nsycc.com

Last fetched

nsycc.com resolves to 2 IPv4 addresses operated by AS402506 in US. WHOIS lists iana:1621 as the registrar.

Nutrition Label

WHISPER CANON · nsycc.comRouting diversity2.4/10Peering density3.1/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/nsycc.com

Resolution chain

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

IPPrefixASNOperatorCountry
45.205.27.12245.205.26.0/23AS402506US
154.217.247.105154.217.240.0/21AS400619AROSS-AS - AROSSCLOUD INC.US

WHOIS identity

Registrar
iana:1621
Organization
du qing song
Contact emails

Subdomains

1 observed subdomain of nsycc.com.

Subdomain
www.nsycc.com

Web-graph footprint

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

4 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from nsycc.com.

Cypher and MCP

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

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