Hostname
jslcjwy.com
Last fetched
jslcjwy.com resolves to 7 IPv4 addresses operated by AS16276 in CA. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
jslcjwy.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 158.69.253.96 | 158.69.0.0/16 | AS16276 | — | CA |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 192.250.242.125 | 192.250.240.0/20 | AS132839 | — | HK |
| 192.99.20.233 | 192.99.0.0/16 | AS16276 | — | CA |
| 192.99.245.35 | 192.99.0.0/16 | AS16276 | — | CA |
| 51.222.31.247 | 51.222.0.0/16 | AS16276 | — | CA |
WHOIS identity
- Registrar
- iana:1923
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of jslcjwy.com.
| Subdomain |
|---|
| wildcard.jslcjwy.com |
| www.jslcjwy.com |
Threat posture
History
Related pages
Pivot deeper into the graph from jslcjwy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jslcjwy.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.