Hostname
js814.bond
Last fetched
js814.bond resolves to 4 IPv4 addresses operated by XTOM-AS-JP - xTom in JP. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
js814.bond resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.8.115.188 | 45.8.115.0/24 | AS4785 | XTOM-AS-JP - xTom | JP |
| 45.8.115.199 | 45.8.115.0/24 | AS4785 | XTOM-AS-JP - xTom | JP |
| 67.211.69.195 | 67.211.69.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
| 67.211.70.250 | 67.211.70.0/24 | AS59371 | DNC-AS - Dimension Network & Communication Limited | HK |
WHOIS identity
- Registrar
- iana:1923
- Organization
- —
- Contact emails
- —
Subdomains
3 observed subdomains of js814.bond.
Threat posture
History
Related pages
Pivot deeper into the graph from js814.bond.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "js814.bond"})-[: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.