Skip to content

Hostname

lesi192.vip

Last fetched

lesi192.vip resolves to 4 IPv4 addresses operated by NEBULA-GLOBAL - Nebula Global LLC in HK. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · lesi192.vipRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/lesi192.vip

Resolution chain

lesi192.vip resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
154.19.205.236154.19.192.0/19AS18186NEBULA-GLOBAL - Nebula Global LLCHK
156.59.54.98156.59.52.0/22AS21859ZEN-ECN - Zenlayer IncVN
156.59.54.99156.59.52.0/22AS21859ZEN-ECN - Zenlayer IncVN
185.135.74.83185.135.74.0/24AS132825HK

WHOIS identity

Registrar
iana:1923
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from lesi192.vip.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "lesi192.vip"})-[: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.