Hostname
jb1000.com
Last fetched
jb1000.com resolves to 2 IPv4 addresses operated by TELETECH in RU. WHOIS lists iana:420 as the registrar.
Nutrition Label
Resolution chain
jb1000.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 213.180.193.250 | 213.180.192.0/19 | AS208398 | TELETECH | RU |
| 60.208.119.11 | 60.208.0.0/13 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
WHOIS identity
- Registrar
- iana:420
- Organization
- shandong shijijinbang science&education co.ltd.
- Contact emails
Subdomains
22 observed subdomains of jb1000.com.
Showing 19 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from jb1000.com in the public web crawl.
31 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from jb1000.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jb1000.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.