From ef31fc155bd674f8ca5b87c404da93fe1ecb2fc4 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Thu, 20 Jan 2022 18:34:51 +0000 Subject: [PATCH] re-add FROMURL example for Suricata in compose files --- docker/suricata/docker-compose.yml | 2 ++ etc/compose/collector.yml | 2 ++ etc/compose/industrial.yml | 2 ++ etc/compose/log4j.yml | 2 ++ etc/compose/medical.yml | 2 ++ etc/compose/mini.yml | 2 ++ etc/compose/nextgen.yml | 2 ++ etc/compose/sensor.yml | 2 ++ etc/compose/standard.yml | 2 ++ 9 files changed, 18 insertions(+) diff --git a/docker/suricata/docker-compose.yml b/docker/suricata/docker-compose.yml index ef98f5ff..40427689 100644 --- a/docker/suricata/docker-compose.yml +++ b/docker/suricata/docker-compose.yml @@ -10,6 +10,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN diff --git a/etc/compose/collector.yml b/etc/compose/collector.yml index 5594d7f6..ac744b7e 100644 --- a/etc/compose/collector.yml +++ b/etc/compose/collector.yml @@ -95,6 +95,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN diff --git a/etc/compose/industrial.yml b/etc/compose/industrial.yml index 10e7b9a4..932a2a68 100644 --- a/etc/compose/industrial.yml +++ b/etc/compose/industrial.yml @@ -302,6 +302,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN diff --git a/etc/compose/log4j.yml b/etc/compose/log4j.yml index 4362a07f..8be50698 100644 --- a/etc/compose/log4j.yml +++ b/etc/compose/log4j.yml @@ -85,6 +85,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN diff --git a/etc/compose/medical.yml b/etc/compose/medical.yml index 277e98f2..3403f7bc 100644 --- a/etc/compose/medical.yml +++ b/etc/compose/medical.yml @@ -79,6 +79,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN diff --git a/etc/compose/mini.yml b/etc/compose/mini.yml index c2898456..486792f2 100644 --- a/etc/compose/mini.yml +++ b/etc/compose/mini.yml @@ -104,6 +104,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN diff --git a/etc/compose/nextgen.yml b/etc/compose/nextgen.yml index 9c405a14..389c4879 100644 --- a/etc/compose/nextgen.yml +++ b/etc/compose/nextgen.yml @@ -445,6 +445,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN diff --git a/etc/compose/sensor.yml b/etc/compose/sensor.yml index 442fc6a5..e5381300 100644 --- a/etc/compose/sensor.yml +++ b/etc/compose/sensor.yml @@ -459,6 +459,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN diff --git a/etc/compose/standard.yml b/etc/compose/standard.yml index c85b9026..c1ebd791 100644 --- a/etc/compose/standard.yml +++ b/etc/compose/standard.yml @@ -478,6 +478,8 @@ services: environment: # For ET Pro ruleset replace "OPEN" with your OINKCODE - OINKCODE=OPEN + # Loading externel Rules from URL + # - FROMURL="https://username:password@yoururl.com|https://username:password@otherurl.com" network_mode: "host" cap_add: - NET_ADMIN