Dear Danish.
System reboot events trigger the rule with ID
61100.
Rule ID 61100 matches the field win.system.severityValue with value INFORMATION.
You can create a rule that inherits from rule ID 61100 and match the field win.system.eventID
with value 1074.
To achieve this, add the following rule to /var/ossec/etc/rules/local_rules.xml:
<rule id="111001" level="7">
<if_sid>61100</if_sid>
<field name="win.system.eventID">^1074$</field>
<description>Windows system rebooted.</description>
</rule>
This will trigger an alert with ID 111001
when your system reboots.
Hope you find this information helpful
Best regards,
Henadence