Web Server Log analyzers are really meant to just show trends, statistics and are more geared towards an SEO/Marketing standpoint. How can I do the following in regards to HTTP(s) traffic from a security standpoint?:
- Flag suspicious request (such as common SQL injection techniques, /wp-admin type of activity, or X request per Y time period)
- Filter for the activity of a particular IP so you can easily follow what the user did while visiting your site. (more to track their requests to see if the suspicious request from above was a coincidence or intentional)
- Option to filter out requests for image/css/js files.
What is the Type of software called which does this? And what types of things should I Google/look in to?