Skip to main content

Deploying cysense

Hospital network deployment

For healthcare environments, deploy cysense on a dedicated appliance connected to a SPAN/mirror port on each network segment. See the Hospital Deployment Guide for architecture details.

Network segmentInterfaceKey protocols
Clinical VLANSPAN port on core switchHL7v2, DICOM, FHIR
Medical devicesSPAN port on device switchDICOM, Modbus
Building automationSPAN port on BMS switchBACnet
IT / DMZSPAN port on firewallHTTP, DNS

Docker

docker run --rm --net=host --privileged \
cysense:latest \
listen --interface eth0 --format json

The --net=host and --privileged flags are required for raw packet capture.

Platform deployment

When deployed through the Cybrium platform, cysense runs in an isolated container with network capture privileges. The platform handles scheduling, credential injection, and result ingestion automatically.

One-liner install

curl -fsSL https://cybrium.ai/install.sh | bash -s -- cysense