My server is getting on average 25 times a minute by SEMRush/Ahrefs/MOZ/Majestic bots for over 4 days (at least this is when I first noticed I think it has been going on for a much longer time).
I have blocked these bots which has significantly sped up my website. However now it is difficult to identify additional threats in my Firewall Event Log because when I scroll through to the 500th record I can only see blocked attempts from these bots in the last 17 minutes.
It would be useful if we could filter the logs so that I can identify additional threats / records that Cloudflare blocked without my own filters.
As a side note, if anybody else wants to block these bots here is the rule I used. You can add it under edit firewall rule, click edit expression and paste this in.
(http.user_agent contains "semrush") or (http.user_agent contains "SemrushBot") or (http.user_agent contains "AhrefsBot") or (http.user_agent contains "dotbot") or (http.user_agent contains "MJ12bot") or (http.user_agent contains "rogerbot") or (http.user_agent contains "SMTBot")