< Home - < Back

tripwire


Information about the package, tripwire, which is shipped with common Linux distributions. The tripwire package is designed for, IDS (Intrusion Detection System).


Package Name:

tripwire

Summary:

IDS (Intrusion Detection System)

Description:

Tripwire is a very valuable security tool for Linux systems, if it is installed to a clean system. Tripwire should be installed right after the OS installation, and before you have connected your system to a network (i.e., before any possibility exists that someone could alter files on your system). When Tripwire is initially set up, it creates a database that records certain file information. Then when it is run, it compares a designated set of files and directories to the information stored in the database. Added or deleted files are flagged and reported, as are any files that have changed from their previously recorded state in the database. When Tripwire is run against system files on a regular basis, any file changes will be spotted when Tripwire is run. Tripwire will report the changes, which will give system administrators a clue that they need to enact damage control measures immediately if certain files have been altered.

Architecture:

x86_64

Version:

2.4.3.5

Release:

4.el6

Size:

1.4 M

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for tripwire


Control the tripwire package with the following handy commands outlined below.


Command

Description of Command

yum install tripwire

This command will install tripwire on the server.

yum remove tripwire

This command will un-install tripwire on the server. When you run this command, you will be asked if you are sure that you want to remove tripwire, so you have to manually confirm that you want to do this.

yum -y remove tripwire

This command will un-install tripwire on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tripwire when using the -y flag.

yum update tripwire

This command will update tripwire to the latest version. When you run this command, you will be asked if you are sure that you want to remove tripwire, so you have to manually confirm that you want to do this.

yum -y update tripwire

This command will update tripwire to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove tripwire when using the -y flag.

yum info tripwire

This command will show you core information about the tripwire package.

yum deplist tripwire

This command will show you the dependencies for tripwire. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update tripwire

This command will check if there is an update waiting on tripwire. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.