Recently i was trying to track changes in fim with anomaly detection module in wazuh.
First i made custom rules that specifially trigger for directory paths i wanna monitor to focus on them.Then i added these rule ids a s data filters in the detection module.my main idea is to learn pattern in which these fim changes are occuring so that in case of a malware activity or app releae i am able to detect it with wazuh.
In features tab i added rule id with count() value to track changes based on count and used
agent.name in categorial fields.My first question is even though it's able to detect which time anomaly occured or count how can i check the details like which path caused these changes or how much deviation caused the trigger.
even though i can do it by manual triage is there any way to automate it?i tried script and all but it doesn't seem to work.If there's any way to apply this case scenario kindly guide me