Hostname
eon.pl
Last fetched
eon.pl resolves to 1 IPv4 address operated by AS204953 in PL. WHOIS lists registrar:internetx gmbh as the registrar.
Nutrition Label
Resolution chain
eon.pl 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 |
|---|---|---|---|---|
| 195.234.164.95 | 195.234.164.0/24 | AS204953 | — | PL |
WHOIS identity
- Registrar
- registrar:internetx gmbh
- Organization
- e.on se
- Contact emails
- —
Subdomains
62 observed subdomains of eon.pl.
Showing 25 of 62. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eon.pl in the public web crawl.
245 sites link to this hostname.
12 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for eon.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.firebasemail.com |
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 153.100.8.31/32 |
| SPF_IP | 153.100.8.32/32 |
| SPF_IP | 217.182.72.213 |
| SPF_IP | 51.83.137.133 |
| SPF_IP | 51.83.137.134 |
| SPF_IP | 54.38.198.229 |
Related pages
Pivot deeper into the graph from eon.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eon.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.