Hi,
At this moment, Wazuh doesn't decode XML log files. I would recommend researching the following options:
Check BitDefender settings
I'm not really familiar with BitDefender, but you should check if you can enable one of the following options:
- Create the log files in .log (txt format) or .json. In this way, you can read the log usin json/syslog format.
- Create the log in Microsoft Windows event logs. In this way, you can use the event channel format.
Custom parser
If the above is not possible, you can create your custom parse:
- Create/find a parser from XML to JSON (Python script, Powershell, etc).
- Use the command feature to run the parser each day (or any other desired frequency).
- Read the JSON file using the JSON format.
- Create the BitDefender rules.
I hope it helps.