FOR A PROJECT
Hey I got a task to create a Suricata rule to detect the failed login credentials while logging to Wazuh, can anyone help me to fix it please.
Thank you
Thank you
alert tcp any any -> any 22 (msg:"Failed SSH Login Attempt"; flow:to_server,established; content:"SSH-"; depth:4; content:"Failed password"; nocase; classtype:attempted-recon; sid:1000001; rev:1;)