custom ips signature
Hi,
I want to use IPs engine to block udp traffic that doesn't match specific byte in the payload.
I send udp data between to pc, the data payload in bytes is "74 65 73 74 74 65 73 74"
I want the IPs engine will check if "73" in byte number 3 how can I do it ?
I tried this, but its not working
F-SBID( --name "test"; --protocol udp; --pattern !"|73|"; --data_at 3,relative; --within 1,match;)
