Hi pro's,
I set my environment to monitor PS events.
As can see in the picture above, what is the proper field to insert in the rule to wazuh recognized i want to fire the rule each time this command is execute?
I don't think the rule i set below is working correctlly -
<rule id="100535" level="10">
<if_sid>60009</if_sid>
<field name="win.system.providerName">^Microsoft-Windows-PowerShell$</field>
<field name="win.eventdata.data">Invoke-WebRequest</field>
<group>powershell,</group>
<description>Powershell Information EventLog</description>
</rule>
Will be gratefull to some help, i have many commands i want to monitor as above..
Thank's in advance :)