Doogee wrote:what's this trip wire thing actually for, what does it do ???
It is something that everyone should be running who has a critical system attached directly to the Internet (and then some). It keeps track of critical system files and if something changes it will let you know. If someone cracks your server and installs a root kit you will know about it.
Of course this is just one of many elements that you should have in your bag of security tricks. For instance, one security practice that you should follow is to keep your system up to date with security updates as soon as they become available. Another security practice that you should follow is to not run unnecessary services and to restrict access to the ones that you do have running via firewall and other access methods. These are "preventative" practices that will help prevent your system from being cracked. Tripwire is one of a few types of "detection" practices. That is if your "preventative" measures failed you may detect that your system has been cracked with tripwire.
There are also network IDS (intrusion detection system) security measures that you can implement with programs such as Snort. Snort helps detect skr1pt kiddies who are trying to pick your locks and logs it in a database. All of these pieces fit together and make for a good security plan. "Prevention" alone is not enough as a cracker may know about a hole that has no patch. "Detection" helps you quickly determine whether you have been cracked. Then you might want to periodically scan your own network with tools like "Nessus" to help ensure you don't have any gaping wide holes. Use of encryption on any network traffic also helps to make your system more secure (use ssh rather than telnet, imaps rather than imap, pop3s rather than pop, etc, etc).
Bottom line is you can't be too security conscious and just covering one piece is not enough. Tripwire covers one of the pieces. If you are alerted that system files have changed that only root has access to you are pretty much tipped off that you have been cracked. If you were smart you were sending your system logs to a different server that is dedicated to collecting system logging from all of your systems. Also if you were smart you were also running an IDS like Snort so you can look through the logs of who came in from where at what time so you have plenty of information to relay on to the FBI as quickly as possible (depending on how critical your systems are).