Merge pull request #575 from wazuh/574-firewall-drop

Change firewall-drop.sh according to new active-response
This commit is contained in:
Alberto Rodríguez 2021-04-20 17:24:21 +02:00 committed by GitHub
commit 66fc02f232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ wazuh_manager_commands:
executable: 'restart-ossec.sh' executable: 'restart-ossec.sh'
expect: '' expect: ''
- name: 'firewall-drop' - name: 'firewall-drop'
executable: 'firewall-drop.sh' executable: 'firewall-drop'
expect: 'srcip' expect: 'srcip'
timeout_allowed: 'yes' timeout_allowed: 'yes'
- name: 'host-deny' - name: 'host-deny'