Skip to content

Hostname

leolen.com

Last fetched

leolen.com resolves to 2 IPv4 addresses operated by TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue in SG. WHOIS lists iana:1599 as the registrar.

Nutrition Label

WHISPER CANON · leolen.comRouting diversity2.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/leolen.com

Resolution chain

leolen.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
43.156.123.21343.156.64.0/18AS132203TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi AvenueSG
43.242.35.6243.242.35.0/24AS133199SONDERCLOUDLIMITED-AS-AP - SonderCloud LimitedHK

WHOIS identity

Registrar
iana:1599
Organization
dropcatch.com auctions
Contact emails

Subdomains

1 observed subdomain of leolen.com.

Threat posture

History

Related pages

Pivot deeper into the graph from leolen.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "leolen.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.