Thank you for the recommendations. I will apply them and check.
Also, I would like to share my configs and some additional information from my environment as you advised.
I attached my configs and rules mentioned in the manager config file.
Also, just in case, I past below the rules which mentioned in the server ossec.conf file.
<group name="local,windows,windows_security,">
<rule id="100001" level="10">
<if_sid>60122</if_sid>
<match type="pcre2">\b(?!(10)|192\.168|172\.(2[0-9]|1[6-9]|3[0-1])|(25[6-9]|2[6-9][0-9]|[3-9][0-9][0-9]|99[1-9]))[0-9]{1,3}\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)</match>
<description>Authentication failed from a public IP address $(win.eventdata.ipAddress).</description>
<mitre>
<id>T1078</id>
<id>T1531</id>
</mitre> <group>authentication_failed,gdpr_IV_32.2,gdpr_IV_35.7.d,gpg13_7.1,hipaa_164.312.b,nist_800_53_AC.7,nist_800_53_AU.14,pci_dss_10.2.4,pci_dss_10.2.5,tsc_CC6.1,tsc_CC6.8,tsc_CC7.2,tsc_CC7.3,</group>
</rule>
</group>
<group name="web,accesslog,">
<rule id="100200" level="5">
<if_sid>31108, 31100</if_sid>
<id>^2|^3</id>
<compiled_rule>is_simple_http_request</compiled_rule>
<description>Simple URLs queries</description>
</rule>
</group>
<group name="local,windows,windows_security,">
<rule id="100009" level="10" frequency="10" timeframe="120">
<if_matched_sid>100001</if_matched_sid>
<description>Multiple Windows logon failures from a public IP address $(win.eventdata.ipAddress).</description>
<options>no_full_log</options>
<mitre>
<id>T1110</id>
</mitre>
<group>authentication_failures,gdpr_IV_32.2,gdpr_IV_35.7.d,hipaa_164.312.b,nist_800_53_AC.7,nist_800_53_AU.14,nist_800_53_SI.4,pci_dss_10.2.4,pci_dss_10.2.5,pci_dss_11.4,tsc_CC6.1,tsc_CC6.8,tsc_CC7.2,tsc_CC7.3,</group>
</rule>
</group>