Hostname
lestagames.by
Last fetched
lestagames.by resolves to 2 IPv4 addresses operated by AS210756 in RU. WHOIS lists registrar:support chain, llc as the registrar.
Nutrition Label
Resolution chain
lestagames.by 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 |
|---|---|---|---|---|
| 95.181.181.66 | 95.181.181.0/24 | AS210756 | — | RU |
| 5.8.69.103 | 5.8.69.0/24 | AS210756 | — | RU |
WHOIS identity
- Registrar
- registrar:support chain, llc
- Organization
- лестагеймз лайн ооо
- Contact emails
- —
Subdomains
2 observed subdomains of lestagames.by.
| Subdomain |
|---|
| ns1.lestagames.by |
| ns2.lestagames.by |
Web-graph footprint
Distinct hostnames that link to or from lestagames.by in the public web crawl.
9 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from lestagames.by.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lestagames.by"})-[: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.