Hostname
xihesls.com
Last fetched
xihesls.com resolves to 3 IPv4 addresses operated by AS132839 in HK. WHOIS lists iana:1300 as the registrar.
Nutrition Label
Resolution chain
xihesls.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 156.250.236.133 | 156.250.128.0/17 | AS132839 | — | HK |
| 158.69.252.113 | 158.69.0.0/16 | AS16276 | — | CA |
| 192.99.20.233 | 192.99.0.0/16 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:1300
- Organization
- wu zhi guo
- Contact emails
Subdomains
1 observed subdomain of xihesls.com.
| Subdomain |
|---|
| www.xihesls.com |
Web-graph footprint
Distinct hostnames that link to or from xihesls.com in the public web crawl.
989 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from xihesls.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "xihesls.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.