Version v25.02
Follow the special instructions to update to v25.02 version.
Changes in v25.02
Detect. Added a mechanism for counting traffic that matches a rule.
Now you can set a rule with a traffic description, a threshold, and an action using the GRPC API. At the moment, the actions recorded in the rule are not performed, but the fact that the threshold was triggered is recorded. In the future, full support will appear in the MITIGATOR Web interface, which will allow to send notifications, filtration tasks, and perform other actions.
Exporters. Added the ability to receive flow of any protocol on one port.
Collector now automatically detects flow protocol from UDP payload regardless of the used ports the packet has arrived on.
Exporters. Added support for working with flow balancers.
Collector can now take into account the destination port specified for the exporter. This allows distinguishing flows sent by the balancer from the same IP address.
Exporters. Added the ability to get interface numbers from flow.
Now when executing a GetExporters
request, the response also includes the numbers
of interfaces found in the incoming flow, but not found in the SNMP data.
The presence of such interfaces may indicate problems with the SNMP connection.
Service analyzer. Added a mechanism for identifying services in the protected network based on the received flow.
Similar to Service Analyzer on the PSG service, the mechanism helps with the initial setup of protection and works on the same principle, but uses flow as input data. The interface for interacting with the mechanism will appear in future versions of MITIGATOR.
Diagnostics. Added alert messages about problems in the received flow.
Added messages about:
- flow with unknown template;
- flow from unknown exporter;
- flow with unknown protocol.
Diagnostics. Added a request to get a list of exporters from which the flow was received.
License. Added bandwidth release when Collector is correctly disabled.
Now, when the backend is correctly shut down, the license band used by Collector being shut down is automatically freed up.
License. Added receiving information on tariff.
BGP. Added gobgp container to base docker-compose file.
A gobgp
container has been added to the docker-compose file.
If you previously had a gobgp
container configured,
migrate the configuration according to the instructions.
Report. Added support for the rdp_exFwd_Status field in rates graphs.
Report. Added filter hint of exporter interfaces found in the incoming flow when SNMP is disabled.
Now the interface number hint in the filter on the “Flow Analysis” page is shown even if SNMP communication is disabled or does not function. The interface number data is taken from the received flows.