Fix bindings

This commit is contained in:
Josh Brower
2024-02-02 18:25:54 -05:00
parent 8f81c9eb68
commit 378c99ae88
2 changed files with 7 additions and 4 deletions

View File

@@ -1004,8 +1004,8 @@ soc:
hostUrl: hostUrl:
elastalertengine: elastalertengine:
communityRulesImportFrequencySeconds: 180 communityRulesImportFrequencySeconds: 180
elastAlertRulesFolder: /opt/so/rules/elastalert elastAlertRulesFolder: /opt/sensoroni/elastalert
rulesFingerprintFile: /opt/so/conf/soc/sigma.fingerprint rulesFingerprintFile: /opt/sensoroni/fingerprints/sigma.fingerprint
sigmaRulePackages: all sigmaRulePackages: all
elastic: elastic:
hostUrl: hostUrl:
@@ -1053,10 +1053,10 @@ soc:
reposFolder: /nsm/rules/strelka/repos reposFolder: /nsm/rules/strelka/repos
rulesRepos: rulesRepos:
- https://github.com/Security-Onion-Solutions/securityonion-yara - https://github.com/Security-Onion-Solutions/securityonion-yara
yaraRulesFolder: /opt/so/conf/strelka/rules yaraRulesFolder: /opt/sensoroni/yara
suricataengine: suricataengine:
communityRulesFile: /nsm/rules/suricata/emerging-all.rules communityRulesFile: /nsm/rules/suricata/emerging-all.rules
rulesFingerprintFile: /opt/so/conf/soc/emerging-all.fingerprint rulesFingerprintFile: /opt/sensoroni/fingerprints/emerging-all.fingerprint
client: client:
enableReverseLookup: false enableReverseLookup: false
docsUrl: /docs/ docsUrl: /docs/

View File

@@ -23,6 +23,9 @@ so-soc:
- ipv4_address: {{ DOCKER.containers['so-soc'].ip }} - ipv4_address: {{ DOCKER.containers['so-soc'].ip }}
- binds: - binds:
- /nsm/rules:/nsm/rules:rw #Need to tighten this up? - /nsm/rules:/nsm/rules:rw #Need to tighten this up?
- /opt/so/rules/yara:/opt/sensoroni/yara:rw
- /opt/so/rules/elastalert/rules:/opt/sensoroni/elastalert:rw
- /opt/so/conf/soc/fingerprints:/opt/sensoroni/fingerprints:rw
- /nsm/soc/jobs:/opt/sensoroni/jobs:rw - /nsm/soc/jobs:/opt/sensoroni/jobs:rw
- /nsm/soc/uploads:/nsm/soc/uploads:rw - /nsm/soc/uploads:/nsm/soc/uploads:rw
- /opt/so/log/soc/:/opt/sensoroni/logs/:rw - /opt/so/log/soc/:/opt/sensoroni/logs/:rw