diff --git a/so-elastalert/Dockerfile b/so-elastalert/Dockerfile index 2bc80af..1f9819f 100644 --- a/so-elastalert/Dockerfile +++ b/so-elastalert/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/jertel/elastalert2/elastalert2:2.19.0 +FROM ghcr.io/jertel/elastalert2/elastalert2:2.20.0 LABEL maintainer "Security Onion Solutions, LLC" ARG GID=933 diff --git a/so-elastic-fleet-package-registry/scripts/supported-integrations.txt b/so-elastic-fleet-package-registry/scripts/supported-integrations.txt index 319fbee..3dfe5dc 100644 --- a/so-elastic-fleet-package-registry/scripts/supported-integrations.txt +++ b/so-elastic-fleet-package-registry/scripts/supported-integrations.txt @@ -4,6 +4,7 @@ auth0- aws- azure- barracuda- +barracuda_cloudgen_firewall- carbonblack_edr- cef- checkpoint- @@ -33,6 +34,7 @@ google_workspace- http_endpoint- httpjson- iis- +imperva_cloud_waf- journald- juniper- juniper_srx- diff --git a/so-nginx/Dockerfile b/so-nginx/Dockerfile index 001c2eb..b83e910 100644 --- a/so-nginx/Dockerfile +++ b/so-nginx/Dockerfile @@ -36,7 +36,7 @@ HEALTHCHECK --interval=5m --timeout=3s CMD curl --fail http://localhost/ || exit LABEL maintainer "Security Onion Solutions, LLC" LABEL description="Security Onion Core Functions Docker" -ARG CYBERCHEF_VERSION=10.19.0 +ARG CYBERCHEF_VERSION=10.19.2 RUN mkdir -p /opt/socore/html/navigator COPY --from=navigator-builder /attack-navigator/nav-app/dist /opt/socore/html/navigator diff --git a/so-suricata/Dockerfile b/so-suricata/Dockerfile index b6f0552..4b1d080 100644 --- a/so-suricata/Dockerfile +++ b/so-suricata/Dockerfile @@ -27,7 +27,7 @@ RUN dnf -y install autoconf automake diffutils file-devel gcc gcc-c++ git \ lua-devel lz4-devel make nss-devel pcre-devel pcre2-devel pkgconfig \ python3-devel python3-sphinx python3-yaml sudo which cargo \ zlib-devel luajit-devel cargo && cargo install --force cbindgen -ENV SURIVERSION=7.0.6 +ENV SURIVERSION=7.0.7 RUN mkdir /suricata WORKDIR /suricata diff --git a/so-zeek/Dockerfile b/so-zeek/Dockerfile index 915692b..00b3358 100644 --- a/so-zeek/Dockerfile +++ b/so-zeek/Dockerfile @@ -39,7 +39,7 @@ RUN dnf -y install perl && \ WORKDIR / -ENV ZEEKVER=6.0.4 +ENV ZEEKVER=6.0.8 ARG BUILD_TYPE=Release RUN mkdir /zeekbuild