Hi Team,
I have a custom rule configured to monitor logon failures on the servers. Currently, the rule generates alerts for both user logon failures and system internal logon failures, where the system failures appear with the username WINDOWS$.
I would like to split this into two separate rules:
One rule to monitor only user logon failures
Another rule to monitor system internal logon failures
The existing rule is shown below for reference. Please share your suggestions or best practices to implement this effectively.
Your suggestions would be greatly appreciated.
Hi,
You can split your existing custom rule into two separate rules using the win.eventdata.targetUserName field in Wazuh. This allows you to differentiate between user logon failures from system internal logon failures (machine accounts like WINDOWS$). You can custom rule for the system internal logon failures
<group name="RemoteLogon">