Hello Rei,
Based on what you have shared, you can create a rule to silent the event when seen in wazuh by using the custom rule I created below.
<group name="custom_rule,">
<rule id="110001" level="0">
<if_group>windows</if_group>
<field name="win.eventdata.image" type="osregex">\.+sdbinst.exe|\.+sdbinst.exe\.+</field>
<description>Silent sdbinst windows process</description>
</rule>
</group>
You can apply the above in the /var/ossec/etc/rules/local_rules.xml file to create a custom rule.
Better still, since this is coming from an event channel on windows, if you identify the event ID, you can modify the ossec.conf file on the agent <localfile> section to ignore the event entirely.
You can read more about this in the reference below.
Ref: