Hostname
shein.ltwebstatic.com
Last fetched
shein.ltwebstatic.com resolves to 6 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
shein.ltwebstatic.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.28.83 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.29.83 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 23.38.111.200 | 23.38.111.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.38.111.207 | 23.38.111.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 43.132.83.231 | 43.132.83.0/24 | AS139341 | CMC - Catholic Medical Center | JP |
| 43.132.85.231 | 43.132.85.0/24 | AS139341 | CMC - Catholic Medical Center | JP |
WHOIS identity
No WHOIS records are currently associated with shein.ltwebstatic.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from shein.ltwebstatic.com in the public web crawl.
283 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from shein.ltwebstatic.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shein.ltwebstatic.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.