Hostname
jsbgroup.com
Last fetched
jsbgroup.com resolves to 4 IPv4 addresses operated by AS210250 in GB. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
jsbgroup.com 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 |
|---|---|---|---|---|
| 194.1.147.76 | 194.1.147.0/24 | AS210250 | — | GB |
| 194.1.147.95 | 194.1.147.0/24 | AS210250 | — | GB |
| 198.60.193.17 | 198.60.193.0/24 | AS210250 | — | US |
| 67.202.92.17 | 67.202.64.0/18 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- the jsb group
- Contact emails
Subdomains
1 observed subdomain of jsbgroup.com.
| Subdomain |
|---|
| www.jsbgroup.com |
Web-graph footprint
Distinct hostnames that link to or from jsbgroup.com in the public web crawl.
5 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for jsbgroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | jsbgroup.com |
| SPF_INCLUDE | emailsrvr.com |
| SPF_MX | jsbgroup.com |
Related pages
Pivot deeper into the graph from jsbgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jsbgroup.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.