Hostname
lemken.com
Last fetched
lemken.com resolves to 1 IPv4 address operated by MH-DC-AS in DE. WHOIS lists iana:1328 as the registrar.
Nutrition Label
Resolution chain
lemken.com 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 |
|---|---|---|---|---|
| 77.220.252.123 | 77.220.248.0/21 | AS62310 | MH-DC-AS | DE |
WHOIS identity
- Registrar
- iana:1328
- Organization
- lemken gmbh & co. kg
- Contact emails
Subdomains
92 observed subdomains of lemken.com.
Showing 25 of 92. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lemken.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
32 SPF mechanisms authorising senders for lemken.com.
| Mechanism | Target |
|---|---|
| SPF_A | lemken.com |
| SPF_A | otc-de-spf.mms.t-systems-service.com |
| SPF_A | portal.lemken.com |
| SPF_A | smtpw.cytric.net |
| SPF_A | training-system.lemken.com |
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | spf.crsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 147.160.167.0/26 |
| SPF_IP | 156.67.161.226 |
| SPF_IP | 156.67.161.230 |
| SPF_IP | 156.67.161.250 |
| SPF_IP | 188.94.252.173 |
| SPF_IP | 20.224.229.91 |
| SPF_IP | 20.54.218.134 |
| SPF_IP | 20.73.17.116 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 46.31.188.44 |
| SPF_IP | 46.4.69.121 |
| SPF_IP | 51.124.219.159 |
| SPF_IP | 52.143.60.229 |
| SPF_IP | 52.174.36.32 |
| SPF_IP | 52.178.74.190 |
| SPF_IP | 77.220.252.123 |
| SPF_IP | 80.150.239.230 |
| SPF_IP | 81.173.209.69/32 |
| SPF_IP | 83.246.78.211 |
| SPF_IP | 85.13.138.64/32 |
| SPF_IP | 85.214.23.49 |
| SPF_MX | lemken.com |
Related pages
Pivot deeper into the graph from lemken.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lemken.com"})-[: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.