Hostname
connect.bisnode.ch
Last fetched
connect.bisnode.ch resolves to 2 IPv4 addresses operated by JMP-AS JMP Technology Servivces GmbH in CH.
Nutrition Label
Resolution chain
connect.bisnode.ch 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 |
|---|---|---|---|---|
| 194.124.146.26 | 194.124.146.0/23 | AS61423 | JMP-AS JMP Technology Servivces GmbH | CH |
| 94.230.214.180 | 94.230.208.0/20 | AS29691 | NINE | CH |
WHOIS identity
No WHOIS records are currently associated with connect.bisnode.ch in WhisperGraph.
Subdomains
1 observed subdomain of connect.bisnode.ch.
| Subdomain |
|---|
| www.connect.bisnode.ch |
Threat posture
History
Related pages
Pivot deeper into the graph from connect.bisnode.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "connect.bisnode.ch"})-[: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.