Hostname
mail.kitestation.eu
Last fetched
mail.kitestation.eu resolves to 6 IPv4 addresses operated by LHPL - LH.pl Sp. z o.o. in PL.
Nutrition Label
Resolution chain
mail.kitestation.eu resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.135.89.175 | 185.135.88.0/22 | AS203417 | LHPL - LH.pl Sp. z o.o. | PL |
| 185.135.89.38 | 185.135.88.0/22 | AS203417 | LHPL - LH.pl Sp. z o.o. | PL |
| 185.135.89.92 | 185.135.88.0/22 | AS203417 | LHPL - LH.pl Sp. z o.o. | PL |
| 5.252.228.116 | 5.252.228.0/22 | AS203417 | LHPL - LH.pl Sp. z o.o. | PL |
| 5.252.228.82 | 5.252.228.0/22 | AS203417 | LHPL - LH.pl Sp. z o.o. | PL |
| 5.252.229.226 | 5.252.228.0/22 | AS203417 | LHPL - LH.pl Sp. z o.o. | PL |
WHOIS identity
No WHOIS records are currently associated with mail.kitestation.eu in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for mail.kitestation.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.lh.pl |
Related pages
Pivot deeper into the graph from mail.kitestation.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.kitestation.eu"})-[: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.