Hello Batu,
Please look at the following documentation for information about the regulatory compliance modules included by Wazuh.
https://documentation.wazuh.com/current/getting-started/use-cases/regulatory-compliance.htmln Adding new compliance modules to Wazuh requires a deep understanding of compliance requirements, development, and the Wazuh ruleset. There is no guide available for this task. Wazuh is adding new compliance modules when noticing the users' interest, which means that new modules are planning to be released.
Github:
https://github.com/wazuh/wazuh/issuesAnother helpful feature in Wazuh for compliance requirements is the SCA (Security configuration assessment) policies, which are based on CIS benchmarks and already include mapping with some regulations, including ISO 27001. Note that new ones can also be created.

https://documentation.wazuh.com/current/user-manual/capabilities/sec-config-assessment/index.html https://github.com/wazuh/wazuh/tree/master/ruleset/scaAlso, it is essential to mention that Wazuh and its various features help comply with multiple compliance requirements, such as keeping audit and log data through a SIEM solution (for example, authentication events), monitoring file integrity, and using a vulnerability scanner, etc. This is possible even though Wazuh doesn't have an official module for them.
https://documentation.wazuh.com/current/user-manual/capabilities/index.htmlIf you want to create a manual mapping with the Wazuh ruleset and a particular regulation, a workaround could be making a rules group and editing the ones associated with this specific regulation. You can find more information on how to edit existing rules below:
https://documentation.wazuh.com/current/user-manual/ruleset/rules/custom.html#changing-existing-rulesExample with two SSH rules:

Example of a query filtering by the created rule group

I hope this helps; best regards.!