Hostname
jrxt.com
Last fetched
jrxt.com resolves to 7 IPv4 addresses operated by AS37963 in CN. WHOIS lists iana:4163 as the registrar.
Nutrition Label
Resolution chain
jrxt.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 |
|---|---|---|---|---|
| 119.23.136.98 | 119.23.128.0/17 | AS37963 | — | CN |
| 128.14.74.54 | 128.14.74.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | US |
| 208.98.40.204 | 208.98.40.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 208.98.40.206 | 208.98.40.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 208.98.43.16 | 208.98.43.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 208.98.43.75 | 208.98.43.0/24 | AS46844 | SHARKTECH - Sharktech | US |
| 208.98.40.229 | 208.98.40.0/24 | AS46844 | SHARKTECH - Sharktech | US |
WHOIS identity
- Registrar
- iana:4163
- Organization
- —
- Contact emails
Subdomains
7 observed subdomains of jrxt.com.
Showing 5 of 7. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from jrxt.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jrxt.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.