Hospital Sensor Deployment
Deploy Cybrium sensors for full-stack hospital visibility from Purdue Level 0 to Level 5.
Architecture
| Sensor | Purpose | Placement |
|---|---|---|
| cysense | Network traffic analysis | SPAN port on core switch |
| cywave | Wireless device detection | Per-floor access point |
| cyguard | Endpoint monitoring | Workstations + servers |
| cydeep | PLC/BMS inspection | Building automation network |
| cymail | Email security | DNS-based (no deployment) |
Quick Deploy
# Install all sensors
curl -sSL https://cybrium.ai/install.sh | bash
# Start network sensor on SPAN port
sudo cysense listen --interface eth1 --duration 0 --format json
# Scan wireless environment
cywave scan --protocols wifi,ble --duration 300
# Deploy endpoint agent
cyguard agent --interval 60 --platform https://app.cybrium.ai --token YOUR_TOKEN
# Inspect building automation controllers
cydeep discover --targets 10.100.0.0/24 --protocols bacnet,modbus
# Check email security
cymail scan --domain hospital.org
Medical Protocols Detected
| Protocol | Port | Use Case |
|---|---|---|
| HL7v2 | 2575 | ADT, lab results, orders |
| DICOM | 104, 11112 | Medical imaging |
| FHIR | 443 (HTTPS) | Modern EHR API |
| BACnet | 47808 | HVAC, lighting |
| Modbus | 502 | Power systems, generators |
HIPAA Compliance
Cybrium maps all findings to HIPAA Security Rule controls (45 CFR 164.312). Access the compliance scorecard at Settings > Compliance > HIPAA.