Hostname
arenys.pl
Last fetched
arenys.pl resolves to 2 IPv4 addresses operated by AS50840 in PL. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
arenys.pl 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.41.71.195 | 185.41.71.0/24 | AS50840 | — | PL |
| 5.187.55.124 | 5.187.55.0/24 | AS197155 | — | PL |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of arenys.pl.
Showing 3 of 4. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for arenys.pl.
| Mechanism | Target |
|---|---|
| SPF_A | arenys.pl |
| SPF_IP | 5.187.55.124 |
| SPF_MX | arenys.pl |
Related pages
Pivot deeper into the graph from arenys.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arenys.pl"})-[: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.