admin / Synapse-Sonar
publicAttack Surface Simulation
Synapse-Sonar / synapse-sonar / public / agents / sensor / sonar-sensor.env.example
500 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Synapse Sonar passive sensor configuration # Copy to /etc/sonar-sensor/sonar-sensor.env and edit. SONAR_URL=https://sonar.corp.internal:3000 # "Sensor ingest key" from Integrations -> NetscanXi -> Sensor ingest key SONAR_INGEST_KEY=nsx_sensor_xxxxxxxxxxxxxxxxxxxxxxxx # Interface connected to the SPAN / mirror port (leave blank to sniff all) SONAR_IFACE=eth1 # Aggregation window in seconds SONAR_FLUSH=30 # Set to false only if Sonar uses a self-signed TLS certificate SONAR_VERIFY_TLS=true |