I'm trying to create a brute force rule that will automatically block ms sql attacks. I have the content of the packet but cant seem to figure out how to create a hex based rule... it does say "Login Failed" ....
4C 00 6F 00 67 00 69 00 6E 00 20 00 66 00 61 00 69 00 6C 00 65 00 64
how can i take this hex above and create a content filter to match it.
I have already tried to use nth for every 2 packets but it dont seem to work.
any help would be appreciated.
thanks
/ip firewall mangle> print
0 chain=prerouting action=log content=\4C\00\6F\00\67\00\69\00\6E\00\20\00\66\00\61\00\69\00\6C\00\65\00\64 log-prefix="failed"
screenshot of the packet created.