From 4a33234c34f50d73c45b4fd23946e33948d53a5e Mon Sep 17 00:00:00 2001 From: DefensiveDepth Date: Thu, 21 Mar 2024 07:26:19 -0400 Subject: [PATCH] Default update to 24 hours --- salt/soc/defaults.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 8defda0dd..8b78f2e91 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -1080,7 +1080,7 @@ soc: elastalertengine: allowRegex: '' autoUpdateEnabled: true - communityRulesImportFrequencySeconds: 180 + communityRulesImportFrequencySeconds: 86400 denyRegex: '' elastAlertRulesFolder: /opt/sensoroni/elastalert rulesFingerprintFile: /opt/sensoroni/fingerprints/sigma.fingerprint @@ -1132,7 +1132,7 @@ soc: strelkaengine: allowRegex: '' autoUpdateEnabled: true - communityRulesImportFrequencySeconds: 180 + communityRulesImportFrequencySeconds: 86400 compileYaraPythonScriptPath: /opt/so/conf/strelka/compile_yara.py denyRegex: '' reposFolder: /opt/sensoroni/yara/repos @@ -1143,7 +1143,7 @@ soc: suricataengine: allowRegex: '' autoUpdateEnabled: true - communityRulesImportFrequencySeconds: 180 + communityRulesImportFrequencySeconds: 86400 communityRulesFile: /nsm/rules/suricata/emerging-all.rules denyRegex: '' rulesFingerprintFile: /opt/sensoroni/fingerprints/emerging-all.fingerprint