Monitoring the Hacking Attempts with Snort Introduction Welcome to module 5 of this workshop, so far in this workshop, we have been playing on the command line. A line to help you monitor what snort is doing in the background. Let’s present the front end application which you can use to monitor the intrusion attempts captured by Snort. Pre-requisites We strongly recommend that you should first complete the previous four modules before starting this module of the workshop. Monitoring Packets with BASE stands for Basic Analysis and Security Engine. It is a web-based tool to display and filter all events captured by Snort. Download the BASE tool from link http://base.secureideas.net/. BASE needs some other files and dependencies to work properly, and the first one is adodb, the PHP database abstraction library. Configure BASE After installing the dependencies and the package, point your web browser to http://<your_snort_server>/base and ...