1. I was given the location of where to install Stide and before doing so, I did some reading on the application. I read the following two papers: Lightweight Intrusion Detection for Networked Operating Systems

2. I then successfully installed the program on my Linux with very few problems. The program is rather simple and easy to use, so I was surprised (I am used to so many difficulties by now!). I had to come up with a way to translate the system calls to the input that Stide requires (a PID and a System Call ID) so I created a GAwk program that could do and I came up with a set of steps to be taken in order to do that anomaly testing (as it can get confusing). I documented the process, and will post when finished!