I would like to be able to execute some of my own code when spam is detected.
It would be useful if there was an event dispatched that custom modules could subscribe to.
I will try to add a MR
Active
1.0
Code
There is the hook spambot_registration_blocked that is invoked on both user registration and webform submissions.
spambot_registration_blocked
But no hook is triggered when spam is detected on a cron run.