Hostname
winmasters.gr
Last fetched
winmasters.gr resolves to 2 IPv4 addresses operated by AS209242 in RU.
Nutrition Label
Resolution chain
winmasters.gr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.148.106.112 | 185.148.106.0/24 | AS209242 | — | RU |
| 185.148.106.113 | 185.148.106.0/24 | AS209242 | — | RU |
WHOIS identity
No WHOIS records are currently associated with winmasters.gr in WhisperGraph.
Subdomains
11 observed subdomains of winmasters.gr.
Web-graph footprint
Distinct hostnames that link to or from winmasters.gr in the public web crawl.
82 sites link to this hostname.
4 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for winmasters.gr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.ippx.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | winmasters-support.com |
| SPF_IP | 144.76.111.209 |
| SPF_IP | 144.76.111.216 |
| SPF_IP | 46.108.56.246 |
| SPF_IP | 77.42.1.113 |
| SPF_IP | 80.97.2.170 |
| SPF_IP | 89.45.189.177 |
Related pages
Pivot deeper into the graph from winmasters.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "winmasters.gr"})-[: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.