Hostname
winwin.com
Last fetched
winwin.com resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
winwin.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.24.77.70 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.24.77.79 | 184.24.77.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.19 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.16.241.8 | 2.16.241.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.209.46.13 | 23.209.46.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.209.46.17 | 23.209.46.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.49.251.238 | 23.49.251.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.49.251.249 | 23.49.251.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.55.161.190 | 23.55.161.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.55.161.193 | 23.55.161.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
4 observed subdomains of winwin.com.
Web-graph footprint
Distinct hostnames that link to or from winwin.com in the public web crawl.
290 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for winwin.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | fdspfus.freshemail.io |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 66.155.97.139 |
Related pages
Pivot deeper into the graph from winwin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "winwin.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.