Hey, I am trying to make an active response when someone tries to brute force rpt (remote desktop protocol) On my endpoints (agents-windows)
I have pasted this in the ossec.conf file. When I try to manually type the password wrong multiple times I just get an alert, no response blocking me for 120 seconds.
<ossec_config>
<active-response>
<command>firewall-drop</command>
<location>local</location>
<rules_id>60204</rules_id>
<timeout>120</timeout>
</active-response>
</ossec_config>