Hostname
energa.pl
Last fetched
energa.pl resolves to 1 IPv4 address operated by AS28689 in PL. WHOIS lists registrar:cyber_folks s.a. as the registrar.
Nutrition Label
Resolution chain
energa.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 |
|---|---|---|---|---|
| 193.243.143.102 | 193.243.142.0/23 | AS28689 | — | PL |
WHOIS identity
- Registrar
- registrar:cyber_folks s.a.
- Organization
- energa
- Contact emails
- —
Subdomains
85 observed subdomains of energa.pl.
Showing 25 of 85. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from energa.pl in the public web crawl.
333 sites link to this hostname.
40 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for energa.pl.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.243.142.125 |
| SPF_IP | 193.243.142.126 |
| SPF_IP | 193.243.142.222 |
| SPF_IP | 193.243.142.223 |
| SPF_IP | 194.1.196.102/32 |
| SPF_IP | 194.1.196.110/32 |
| SPF_IP | 91.212.223.101/32 |
| SPF_IP | 91.212.223.105/32 |
| SPF_MX | energa.pl |
Related pages
Pivot deeper into the graph from energa.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "energa.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.