Hi Paulo,
The failure of rule 35755 is likely due to the rule incorrectly flagging 755 as an invalid permission, despite it being secure and standard for audit tools.
For a workaround, try removing 755 from the excluded list in the rule’s condition; the rule would no longer fail for files with 755 permissions.
The modified condition would look like:
r:\w+ && !r:000|010|040|050|001|011|041|051|004|014|044|054|005|015|045|055|700|710|740|750|701|711|741|751|704|714|744|754|705|715|745
Restart the Wazuh manager to apply changes: systemctl restart wazuh-manager
By removing 755, the rule would allow files with 755 permissions to pass, as they would no longer be explicitly excluded.
I suggest you open a GitHub issue regarding this: https://github.com/wazuh/wazuh/issues/new/choose
Let me know the update on this.
--
You received this message because you are subscribed to a topic in the Google Groups "Wazuh | Mailing List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/b0cwAISAk6I/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wazuh/97ff6af6-bf92-422c-8d1b-329175657a96n%40googlegroups.com.