Hostname
jscom.bj
Last fetched
jscom.bj resolves to 2 IPv4 addresses operated by AS329107 in BJ. WHOIS lists registrar:technodata solutions_entrprises as the registrar.
Nutrition Label
Resolution chain
jscom.bj 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 |
|---|---|---|---|---|
| 102.215.93.85 | 102.215.93.0/24 | AS329107 | — | BJ |
| 102.215.93.97 | 102.215.93.0/24 | AS329107 | — | BJ |
WHOIS identity
- Registrar
- registrar:technodata solutions_entrprises
- Organization
- bruno lawson
- Contact emails
Subdomains
6 observed subdomains of jscom.bj.
Web-graph footprint
Distinct hostnames that link to or from jscom.bj in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for jscom.bj.
| Mechanism | Target |
|---|---|
| SPF_A | jscom.bj |
| SPF_MX | jscom.bj |
Related pages
Pivot deeper into the graph from jscom.bj.
- IP · 102.215.93.85
- ASN · AS329107
- Registrar · registrar:technodata solutions_entrprises
- Country · BJ
- Email · bellarmin.lawson@gmail.com
- TLD · .bj
- Browse hostnames · js…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jscom.bj"})-[: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.