Category: Security, Privacy, and Data

Security, Privacy, and Data

February 7, 2026

Are logs encrypted?

By default: logs are not encrypted at the application level. Reasons: minimal overhead; high performance; simplicity of integration. Recommended approach: disk encryption (LUKS); strict host access control; network and service isolation. If required, encryption should be implemented at the infrastructure level rather than within the […]

February 7, 2026

What data is stored and for how long?

Types of stored data: Suricata events (Flow, DNS, HTTP, TLS, etc.); aggregated statistics; AI analysis results and anomaly labels; internal system states. Retention period: configurable by the administrator; determined by Redis cleanup policies; not hardcoded into the system. By default, the system does not assume […]

February 7, 2026

Can it be used in an isolated network?

Yes. The system is designed to operate: in closed network segments; in isolated (air-gapped) environments; without internet access. The only requirement is local administrative access to the host.

February 7, 2026

Are there any cloud components?

No. Suri Oculus is a fully on-premise system: no SaaS components; no mandatory cloud services; no external network dependencies. Even AI analysis is performed locally.

February 7, 2026

Is any data sent anywhere?

No. Suri Oculus: does not send telemetry; does not use external APIs; does not transmit data to the developer or third parties. All data remains within your infrastructure.