Trying to stop a bad bot from accessing server using mod_security rules. I have the following but it's not working.
SecRule REQUEST_HEADERS:User-Agent "@rx ^(?:Datanyze)$" "msg:'Datanyze blocked',phase:1,log,id:777777,t:none,block,status:403"
the word "Datanyze" is contained in the User...