Skip to content
Serie v5.0.x

Serie v5.0.x

v5.0.2 (2026-04-10)

Sensor

  • Improved Siemens S7 PLC Connectivity: Resolved authentication-related issues that were hindering discovery and data retrieval for Siemens S7 PLCs. This fix ensures more stable and reliable communication with these core industrial controllers during automated inventory scans.

Data Pipeline & Backend

  • Optimized Network Flow Chunking: Following the initial implementation in v5.0.1, we have standardized the transmission size. This specific chunk size provides the optimal balance between network throughput and messaging server stability.

  • High-Concurrency Ingestion (ILP Pool): Implemented an ILP (Influx Line Protocol) pool to manage data writes more efficiently. This allows multiple internal processes (goroutines) to write traffic data simultaneously without conflicts, significantly increasing the backend’s ingestion capacity.

v5.0.1 (2026-04-07)

  • Dependency and Build Maintenance: Upgraded core libraries and removed unused code to maintain a lean and secure system architecture.

Sensor & Data Ingestion

  • Improved Messaging Reliability: Network flows are now transmitted in chunks to the backend to prevent overloading the messaging server. This ensures reliable data ingestion even in high-traffic OT environments where thousands of flows are processed simultaneously.

  • Hardened Network Flow Processing: Resolved several errors related to network flow ingestion and refined the handling of protocol data. If a specific protocol cannot be identified for a connection, the value is now gracefully omitted to maintain data integrity.

  • Automated Dashboard Refresh: Materialized views, which power our high-speed traffic dashboards, are now updated every 10 minutes for all received network flows. This ensures that the insights you see in the console are always fresh and accurately reflect recent network behavior.

  • Calendar-Aligned Data Retention: Aligned the TTL (Time To Live) for network flow data with the calendar. This simplifies data retention management, making it easier for administrators to predict when historical data will be aged out.

On-Prem Console

  • UI Framework Upgrade: The On-Prem Console has been upgraded to its latest version. This major framework update improves overall application performance, accessibility, and provides a more modern foundation for future interface enhancements.

  • Configurable Inventory Limits: Introduced the ability to configure resource limits for the inventory. This gives organizations granular control over how many assets are tracked, helping to manage system resources effectively in massive deployments.

  • Vulnerability View Refinement: Updated the CVE Details view by replacing the semi-circle progress bars with a cleaner, linear progress design. This improves the readability of risk scores and exposure metrics.

  • Infrastructure & Stability Fixes:

    • Resolved an issue with the Collapse UI component to ensure smooth navigation within resource details.

v5.0.0 (2026-03-30)

  • System-Wide Dependency Updates: Upgraded core libraries and frameworks to ensure the platform remains secure, performant, and compatible with the latest industrial security standards.

Sensor

  • Granular Network Flow Aggregation (Ports): Network traffic aggregation now includes source and destination ports. Building on the initial traffic visualization introduced in v2.0.0, this enhancement provides deeper visibility into the specific services and industrial protocols being used across your network, enabling more precise troubleshooting and threat detection.

  • Increased Discovery Performance: Restored the default discovery parallelism to 64 concurrent scans. Following the memory optimizations implemented in v4.7.4 (specifically the use of smaller mmaped AF_SOCKETS), the sensor can now safely handle a higher volume of simultaneous network checks without sacrificing stability.

On-Prem Console

  • High-Fidelity Traffic Analysis: With the addition of port data from the sensor, the console’s traffic views (including the Sankey and connection maps) now offer a more comprehensive understanding of device-to-device communications.