Skip to content

Commit 5fac061

Browse files
committed
Add enable.conf and replace /bin to /usr/bin for suricata binary
1 parent d8011e8 commit 5fac061

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

osect_sensor/Infrastructure/edge_cron/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN zkg install icsnpp-modbus --version 03de54df8b0a8c1e6264876167f80dccae74902a
156156
COPY --from=build-env /usr/local/bin /usr/local/bin
157157
COPY --from=build-env /usr/local/lib /usr/local/lib
158158
COPY --from=build-env /etc/suricata /etc/suricata
159-
COPY --from=build-env /bin/suricata* /bin/
159+
COPY --from=build-env /usr/bin/suricata* /bin/
160160
COPY --from=build-env /var/lib/suricata /var/lib/suricata
161161
COPY --from=build-env /usr/lib/suricata /usr/lib/suricata
162162
COPY --from=build-env /usr/share/suricata /usr/share/suricata

osect_sensor/conf/enable.conf

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# suricata-update - enable.conf
2+
# assessment reports-sid
3+
2006380
4+
2006402
5+
# AMFSEC-sid
6+
2007802
7+
2011390
8+
2011924
9+
2013171
10+
2015702
11+
2017615
12+
2017616
13+
2018343
14+
2021023
15+
2021024
16+
2021058
17+
2024364
18+
2026008
19+
2026015
20+
2031505
21+
2031602
22+
2032091
23+
2033102
24+
2034508
25+
2036252
26+
# modbus-sid
27+
2009286
28+
2026005

0 commit comments

Comments
 (0)