Skip to content

Hostname

xehlf.com

Last fetched

xehlf.com resolves to 2 IPv4 addresses operated by DXTL-HK DXTL Tseung Kwan O Service in HK. WHOIS lists iana:3862 as the registrar.

Nutrition Label

WHISPER CANON · xehlf.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/xehlf.com

Resolution chain

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

IPPrefixASNOperatorCountry
154.86.167.73154.86.160.0/19AS134548DXTL-HK DXTL Tseung Kwan O ServiceHK
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.US
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.CA

WHOIS identity

Registrar
iana:3862
Organization
caoyanjun
Contact emails

Subdomains

5 observed subdomains of xehlf.com.

Threat posture

History

Related pages

Pivot deeper into the graph from xehlf.com.

Cypher and MCP

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

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