Skip to content

Hostname

winplus2.com

Last fetched

winplus2.com resolves to 2 IPv4 addresses operated by HETZNER-AS - Hetzner Online GmbH in DE. WHOIS lists iana:3882 as the registrar.

Nutrition Label

WHISPER CANON · winplus2.comRouting diversity1.5/10Peering density8.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/winplus2.com

Resolution chain

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

IPPrefixASNOperatorCountry
157.90.33.73157.90.0.0/16AS24940HETZNER-AS - Hetzner Online GmbHDE
157.90.33.74157.90.0.0/16AS24940HETZNER-AS - Hetzner Online GmbHDE

WHOIS identity

Registrar
iana:3882
Organization
domain administrator
Contact emails

Subdomains

2 observed subdomains of winplus2.com.

Web-graph footprint

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

33 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from winplus2.com.

Cypher and MCP

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

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