Hostname
41.leclerc.com.pl
Last fetched
41.leclerc.com.pl resolves to 2 IPv4 addresses operated by AS197155 in PL.
Nutrition Label
Resolution chain
41.leclerc.com.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 |
|---|---|---|---|---|
| 5.187.50.156 | 5.187.50.0/24 | AS197155 | — | PL |
| 78.133.165.41 | 78.133.128.0/17 | AS12912 | — | PL |
WHOIS identity
No WHOIS records are currently associated with 41.leclerc.com.pl in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for 41.leclerc.com.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.emaillabs.net.pl |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 46.242.244.24 |
| SPF_IP | 78.133.165.54 |
| SPF_IP | 78.133.165.55 |
| SPF_IP | 78.133.165.56 |
| SPF_IP | 78.133.165.57 |
| SPF_MX | 41.leclerc.com.pl |
Related pages
Pivot deeper into the graph from 41.leclerc.com.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "41.leclerc.com.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.