Hostname
rokada.group
Last fetched
rokada.group resolves to 1 IPv4 address operated by AS210079 in RU. WHOIS lists iana:1606 as the registrar.
Nutrition Label
Resolution chain
rokada.group resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 46.254.21.136 | 46.254.20.0/23 | AS210079 | — | RU |
WHOIS identity
- Registrar
- iana:1606
- Organization
- contact privacy inc. customer 0159277791
- Contact emails
- —
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for rokada.group.
| Mechanism | Target |
|---|---|
| SPF_A | rokada.group |
| SPF_INCLUDE | _spf.mail.ru |
| SPF_IP | 193.247.213.176/29 |
| SPF_IP | 193.254.3.66/29 |
| SPF_IP | 194.150.255.112 |
| SPF_IP | 2.56.89.46 |
| SPF_IP | 77.246.157.57 |
| SPF_IP | 82.202.162.3 |
| SPF_IP | 85.172.15.114 |
| SPF_IP | 85.172.31.165 |
| SPF_IP | 85.175.171.79 |
| SPF_IP | 85.175.217.223 |
| SPF_IP | 91.232.110.133 |
| SPF_MX | rokada.group |
Related pages
Pivot deeper into the graph from rokada.group.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rokada.group"})-[: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.