Version of Suricata that is part of Malcolm #741
-
I am curious to find out what the version of Suricata that is part of Malcolm, mainly because I want to upload the Suricata rules from Emerging Threats(https://rules.emergingthreats.net/OPEN_download_instructions.html) which lists a versions of Suricata it supports _Suricata Suricata 7.0.3 (and greater sub-versions) 2.9.13 and later for versioning 2.9.x._ #https://community.emergingthreats.net/t/supported-engines/71 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
$ docker run --rm --entrypoint=suricata-offline ghcr.io/idaholab/malcolm/suricata:25.08.0 -V
This is Suricata version 7.0.10 RELEASE Currently Malcolm is using the Suricata package from Debian's bookworm-backports repository, which is the v7.0.10. That being said, Debian 13 (Trixie) is now out, so we'll likely be updating and will use whatever the stable version of Suricata is in that release. |
Beta Was this translation helpful? Give feedback.
Currently Malcolm is using the Suricata package from Debian's bookworm-backports repository, which is the v7.0.10.
That being said, Debian 13 (Trixie) is now out, so we'll likely be updating and will use whatever the stable version of Suricata is in that release.