Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.4.110 #589

Merged
merged 18 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
f1be33b
UPGRADE: Zeek 6.0.6 Security-Onion-Solutions/securityonion#13600
dougburks Sep 4, 2024
89556c9
Merge pull request #580 from Security-Onion-Solutions/dougburks-patch-1
dougburks Sep 4, 2024
3692e9d
Install zeek oui-logging from PR.
reyesj2 Sep 4, 2024
1470f02
Merge pull request #581 from Security-Onion-Solutions/reyesj2-oui
reyesj2 Sep 4, 2024
c05e4bf
Revert "Install zeek oui-logging from PR."
reyesj2 Sep 6, 2024
95713aa
Merge pull request #582 from Security-Onion-Solutions/revert-581-reye…
reyesj2 Sep 6, 2024
dea603b
UPGRADE: CyberChef 10.19.2 Security-Onion-Solutions/securityonion#13637
dougburks Sep 9, 2024
9211e5a
Merge pull request #583 from Security-Onion-Solutions/dougburks-patch-1
dougburks Sep 9, 2024
7764773
Add barracuda and imperva integrations
weslambert Sep 11, 2024
45674ab
Merge pull request #584 from Security-Onion-Solutions/feature/barracu…
weslambert Sep 11, 2024
adc6a85
upgrade elastalert 2
jertel Sep 19, 2024
481aafd
Merge pull request #585 from Security-Onion-Solutions/jertel/wip
jertel Sep 19, 2024
79fd2a3
UPGRADE: Zeek 6.0.7 Security-Onion-Solutions/securityonion#13600
dougburks Sep 24, 2024
d1503ce
Merge pull request #586 from Security-Onion-Solutions/dougburks-patch-1
dougburks Sep 24, 2024
b9888ce
Update Dockerfile
TOoSmOotH Oct 1, 2024
a1dbf4f
Merge pull request #587 from Security-Onion-Solutions/TOoSmOotH-patch-1
TOoSmOotH Oct 1, 2024
bd95cfb
Update Dockerfile
TOoSmOotH Oct 4, 2024
5ccdb10
Merge pull request #588 from Security-Onion-Solutions/TOoSmOotH-patch-2
TOoSmOotH Oct 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion so-elastalert/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ auth0-
aws-
azure-
barracuda-
barracuda_cloudgen_firewall-
carbonblack_edr-
cef-
checkpoint-
Expand Down Expand Up @@ -33,6 +34,7 @@ google_workspace-
http_endpoint-
httpjson-
iis-
imperva_cloud_waf-
journald-
juniper-
juniper_srx-
Expand Down
2 changes: 1 addition & 1 deletion so-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion so-suricata/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion so-zeek/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading