Hostname
dota2.net
Last fetched
dota2.net resolves to 2 IPv4 addresses operated by AS209242 in CY. WHOIS lists iana:1659 as the registrar.
Nutrition Label
Resolution chain
dota2.net 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 |
|---|---|---|---|---|
| 195.85.59.206 | 195.85.59.0/24 | AS209242 | — | CY |
| 195.85.59.50 | 195.85.59.0/24 | AS209242 | — | CY |
WHOIS identity
- Registrar
- iana:1659
- Organization
- demetra philippou
- Contact emails
Subdomains
23 observed subdomains of dota2.net.
Web-graph footprint
Distinct hostnames that link to or from dota2.net in the public web crawl.
323 sites link to this hostname.
204 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for dota2.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | playmail.me |
| SPF_IP | 51.68.143.13 |
Related pages
Pivot deeper into the graph from dota2.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dota2.net"})-[: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.