Hostname
lilly.com.cn
Last fetched
lilly.com.cn resolves to 4 IPv4 addresses operated by AS135629 in CN. WHOIS lists registrar:阿里云计算有限公司(万网) as the registrar.
Nutrition Label
Resolution chain
lilly.com.cn resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 161.189.216.57 | 161.189.0.0/16 | AS135629 | — | CN |
| 68.79.30.192 | 68.79.0.0/18 | AS135629 | — | CN |
| 69.235.149.245 | 69.235.128.0/18 | AS135629 | — | CN |
| 69.235.169.195 | 69.235.128.0/18 | AS135629 | — | CN |
WHOIS identity
- Registrar
- registrar:阿里云计算有限公司(万网)
- Organization
- 礼来(上海)管理有限公司
- Contact emails
Subdomains
17 observed subdomains of lilly.com.cn.
Web-graph footprint
Distinct hostnames that link to or from lilly.com.cn in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for lilly.com.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.163.138.162 |
| SPF_IP | 205.220.161.7 |
| SPF_IP | 40.1.199.36 |
| SPF_IP | 40.1.229.133 |
Related pages
Pivot deeper into the graph from lilly.com.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lilly.com.cn"})-[: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.