Hello,
Manuel.
I wrote a rule
<!-- Ransomware -->
<group name="windows,sysmon">
<rule id="280914" level="3">
<field name="win.eventdata.TargetFilename" type="pcre2">(?i)\.(encrypted|locked|crypt|enc|crypz|crypt12|vault|lock)$</field>
<description>Potential Ransomware: Mass file modification</description>
<group>ransomware, file_modification</group>
</rule>
</group>
I configured the sysmon configuration (sysmon event id 11 - file created ). The event with file creation is displayed on my endpoint.
But events with event id 11 in general do not come to Wazuh itself
понедельник, 16 сентября 2024 г. в 12:24:32 UTC+3, Manuel Jose Cano Rojo: