Active response does not seem to be working I have the following config in my ossec.conf file

<active-response>
    <disabled>no</disabled>
  </active-response>

    <active-response>
    <command>firewall-drop</command>
    <location>local</location>
    <rules_id>1512</rules_id>
  </active-response>
  <command>
    <name>firewall-drop</name>
    <executable>firewall-drop.sh</executable>
    <expect>srcip</expect>
  </command>

And when this rule happens I do not see anything logged to the active respone log file that my command was ran.

--~--~---------~--~----~------------~-------~--~----~
-~----------~----~----~----~------~----~------~--~---

Reply via email to