**NethServer Version: 7.9, fully updated
**Module: IPS
I was wondering if anyone have an issue with updates of IPS rule set? Regularly it should be on a daily bases, but sometimes I have situation that several days has not been updated.
I have tried manually to update it with suricata-update and I’m getting strange errors on the terminal like
31/3/2022 -- 06:59:00 - <Error> -- [ERRCODE: SC_ERR_UNKNOWN_PROTOCOL(124)] - protocol "ikev2" cannot be used in a signature. Either detection for this protocol supported yet OR detection has been disabled for protocol through the yaml option app-layer.protocols.ikev2.detection-enabled
31/3/2022 -- 06:59:00 - <Error> -- [ERRCODE: SC_ERR_INVALID_SIGNATURE(39)] - error parsing signature "alert ikev2 any any -> any any (msg:"SURICATA IKEv2 weak cryptographic parameters (PRF)"; flow:to_client; app-layer-event:ikev2.weak_crypto_prf; classtype:protocol-command-decode; sid:2224003; rev:1;)" from file /var/lib/suricata/rules/suricata.rules at line 92
31/3/2022 -- 06:59:00 - <Error> -- [ERRCODE: SC_ERR_UNKNOWN_PROTOCOL(124)] - protocol "krb5" cannot be used in a signature. Either detection for this protocol supported yet OR detection has been disabled for protocol through the yaml option app-layer.protocols.krb5.detection-enabled
31/3/2022 -- 06:59:00 - <Error> -- [ERRCODE: SC_ERR_INVALID_SIGNATURE(39)] - error parsing signature "alert krb5 any any -> any any (msg:"SURICATA Kerberos 5 weak encryption parameters"; flow:to_client; app-layer-event:krb5.weak_encryption; classtype:protocol-command-decode; sid:2226001; rev:1;)" from file /var/lib/suricata/rules/suricata.rules at line 1157
Anyone similar issues or advice how to handle the issue?