Skip to content
Snippets Groups Projects
Commit 6fa1b60d authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Merge branch 'threats-count' into 'master'

Threats count

See merge request medina/security-monitoring!10
parents 6f70c67d 4977d68f
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,4 @@ custom_integration_alert_level: 10 ...@@ -4,3 +4,4 @@ custom_integration_alert_level: 10
custom_integration_alert_format: 'json' custom_integration_alert_format: 'json'
elasticsearch_host_ip: '192.168.33.10' elasticsearch_host_ip: '192.168.33.10'
wazuh_manager_ip: '192.168.33.10' wazuh_manager_ip: '192.168.33.10'
wazuh_check_interval: 300
\ No newline at end of file
...@@ -13,9 +13,7 @@ ...@@ -13,9 +13,7 @@
- role: custom-integration - role: custom-integration
vars: vars:
single_node: true single_node: true
## Set-up integrations
wazuh_manager_integrations: wazuh_manager_integrations:
# custom-integration
- name: custom-integration - name: custom-integration
hook_url: "{{ custom_integration_hook }}" hook_url: "{{ custom_integration_hook }}"
alert_level: "{{ custom_integration_alert_level }}" alert_level: "{{ custom_integration_alert_level }}"
...@@ -27,6 +25,35 @@ ...@@ -27,6 +25,35 @@
elasticsearch_network_host: "0.0.0.0" elasticsearch_network_host: "0.0.0.0"
filebeat_node_name: node-1 filebeat_node_name: node-1
filebeat_output_elasticsearch_hosts: "{{ elasticsearch_host_ip }}" filebeat_output_elasticsearch_hosts: "{{ elasticsearch_host_ip }}"
wazuh_manager_vulnerability_detector:
enabled: 'yes'
interval: "{{ wazuh_check_interval }}"
ignore_time: "{{ wazuh_check_interval }}"
run_on_start: 'yes'
providers:
- enabled: 'yes'
os:
- 'trusty'
- 'xenial'
- 'bionic'
update_interval: "{{ wazuh_check_interval }}"
name: '"canonical"'
- enabled: 'yes'
os:
- 'wheezy'
- 'stretch'
- 'jessie'
- 'buster'
update_interval: "{{ wazuh_check_interval }}"
name: '"debian"'
- enabled: 'yes'
update_from_year: '2010'
update_interval: "{{ wazuh_check_interval }}"
name: '"redhat"'
- enabled: 'yes'
update_from_year: '2010'
update_interval: "{{ wazuh_check_interval }}"
name: '"nvd"'
instances: instances:
node1: node1:
name: node-1 # Important: must be equal to elasticsearch_node_name. name: node-1 # Important: must be equal to elasticsearch_node_name.
...@@ -52,3 +79,4 @@ ...@@ -52,3 +79,4 @@
- {port: "1515", proto: "tcp", state: "enabled", zone: "public"} - {port: "1515", proto: "tcp", state: "enabled", zone: "public"}
- {port: "55000", proto: "tcp", state: "enabled", zone: "public"} - {port: "55000", proto: "tcp", state: "enabled", zone: "public"}
- {port: "5601", proto: "tcp", state: "enabled", zone: "public"} - {port: "5601", proto: "tcp", state: "enabled", zone: "public"}
- {port: "9200", proto: "tcp", state: "enabled", zone: "public"}
\ No newline at end of file
...@@ -15,3 +15,4 @@ clouditor_port=9090 ...@@ -15,3 +15,4 @@ clouditor_port=9090
clouditor_oauth2_port=8080 clouditor_oauth2_port=8080
clouditor_client_id=clouditor clouditor_client_id=clouditor
clouditor_client_secret=clouditor clouditor_client_secret=clouditor
wazuh_check_interval=300
\ No newline at end of file
...@@ -15,3 +15,4 @@ clouditor_port=9090 ...@@ -15,3 +15,4 @@ clouditor_port=9090
clouditor_oauth2_port=8080 clouditor_oauth2_port=8080
clouditor_client_id=clouditor clouditor_client_id=clouditor
clouditor_client_secret=clouditor clouditor_client_secret=clouditor
wazuh_check_interval=300
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment