Skip to content

Commit

Permalink
Add regex defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
defensivedepth committed Mar 11, 2024
1 parent 8c54a19 commit 61a183b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion salt/soc/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1078,8 +1078,10 @@ soc:
kratos:
hostUrl:
elastalertengine:
allowRegex: ''
autoUpdateEnabled: false
communityRulesImportFrequencySeconds: 180
communityRulesImportFrequencySeconds: 86400
denyRegex: '.*'
elastAlertRulesFolder: /opt/sensoroni/elastalert
rulesFingerprintFile: /opt/sensoroni/fingerprints/sigma.fingerprint
sigmaRulePackages:
Expand Down Expand Up @@ -1128,15 +1130,19 @@ soc:
userFiles:
- rbac/users_roles
strelkaengine:
allowRegex: ''
autoUpdateEnabled: false
compileYaraPythonScriptPath: /opt/so/conf/strelka/compile_yara.py
denyRegex: '.*'
reposFolder: /opt/sensoroni/yara/repos
rulesRepos:
- repo: https://github.com/Security-Onion-Solutions/securityonion-yara
license: DRL
yaraRulesFolder: /opt/sensoroni/yara/rules
suricataengine:
allowRegex: ''
communityRulesFile: /nsm/rules/suricata/emerging-all.rules
denyRegex: '.*'
rulesFingerprintFile: /opt/sensoroni/fingerprints/emerging-all.fingerprint
client:
enableReverseLookup: false
Expand Down

0 comments on commit 61a183b

Please sign in to comment.