Hostname
lhy.com
Last fetched
lhy.com resolves to 1 IPv4 address operated by STELOGY in DE. WHOIS lists iana:15 as the registrar.
Nutrition Label
Resolution chain
lhy.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 |
|---|---|---|---|---|
| 185.175.196.43 | 185.175.196.0/22 | AS34762 | STELOGY | DE |
WHOIS identity
- Registrar
- iana:15
- Organization
- lhy powertrain gmbh & co. kg
- Contact emails
Subdomains
1 observed subdomain of lhy.com.
| Subdomain |
|---|
| www.lhy.com |
Web-graph footprint
Distinct hostnames that link to or from lhy.com in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for lhy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.45.59.165 |
| SPF_IP | 13.95.134.214 |
| SPF_IP | 165.225.26.187 |
| SPF_IP | 20.76.242.42 |
| SPF_IP | 20.76.63.96 |
Related pages
Pivot deeper into the graph from lhy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lhy.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.