Hostname
lentex.pl
Last fetched
lentex.pl resolves to 3 IPv4 addresses operated by AS51101 in PL. WHOIS lists registrar:nazwa.pl sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
lentex.pl resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 178.217.117.40 | 178.217.112.0/21 | AS51101 | — | PL |
| 79.137.69.173 | 79.137.0.0/17 | AS16276 | — | PL |
| 85.128.134.239 | 85.128.128.0/17 | AS15967 | — | PL |
WHOIS identity
- Registrar
- registrar:nazwa.pl sp. z o.o.
- Organization
- zakłady lentex
- Contact emails
- —
Subdomains
2 observed subdomains of lentex.pl.
| Subdomain |
|---|
| mail.lentex.pl |
| www.lentex.pl |
Web-graph footprint
Distinct hostnames that link to or from lentex.pl in the public web crawl.
23 sites link to this hostname.
15 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for lentex.pl.
| Mechanism | Target |
|---|---|
| SPF_A | lentex.pl |
| SPF_IP | 178.217.117.40 |
| SPF_IP | 178.217.117.43 |
| SPF_IP | 178.217.117.53 |
| SPF_MX | lentex.pl |
| SPF_MX | mail.lentex.com.pl |
Related pages
Pivot deeper into the graph from lentex.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lentex.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.