Skip to content

Hostname

kuwin2.co

Last fetched

kuwin2.co resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · kuwin2.coRouting diversity2.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/kuwin2.co

Resolution chain

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

IPPrefixASNOperatorCountry
166.117.183.66166.117.176.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
75.2.95.7975.2.80.0/20AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with kuwin2.co in WhisperGraph.

Subdomains

1 observed subdomain of kuwin2.co.

Subdomain
m.kuwin2.co

Web-graph footprint

Distinct hostnames that link to or from kuwin2.co in the public web crawl.

54 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from kuwin2.co.

Cypher and MCP

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

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