Hostname
rdpoland.eu
Last fetched
rdpoland.eu resolves to 2 IPv4 addresses operated by AS9085 in PL.
Nutrition Label
Resolution chain
rdpoland.eu 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 |
|---|---|---|---|---|
| 212.180.201.98 | 212.180.128.0/17 | AS9085 | — | PL |
| 212.180.216.197 | 212.180.128.0/17 | AS9085 | — | PL |
WHOIS identity
No WHOIS records are currently associated with rdpoland.eu in WhisperGraph.
Subdomains
9 observed subdomains of rdpoland.eu.
Threat posture
History
Mail and authentication
MX records
- rdpoland.eu
SPF policy
5 SPF mechanisms authorising senders for rdpoland.eu.
| Mechanism | Target |
|---|---|
| SPF_IP | 185.51.89.83 |
| SPF_IP | 212.180.199.180 |
| SPF_IP | 212.180.201.98 |
| SPF_IP | 212.180.216.197 |
| SPF_MX | rdpoland.eu |
Related pages
Pivot deeper into the graph from rdpoland.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rdpoland.eu"})-[: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.