Wazuh rules allow same source IP, same source port, same destination port. Why has the same same destination IP been omitted? Flood of allowed inbound packets against one destination IP and port is a telltale indicator of a DoS attack.
If would be very useful to have different source IP, different source port, different destination IP, and different destination port in detecting (among other scenarios) lateral movement from network firewall logs.
The rules syntax doc page mentions 'same_source_port' which does not work, the actual rule syntax is 'same_src_port'.