I am trying to automatically monitor my apache logs and recognize if someone is doing a vulnerability scan on my web server.
The point of this will be to then route the source IP to a honeypot server instead where I will log all packets coming in.
I have looked around, but haven't been able to find a good answer.
Thanks in advance.