Advanced Intrusion Detection Environment

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Advanced Intrusion Detection Environment
Developer(s) Rami Lehti, Pablo Virolainen
Stable release 0.15.1 / September 10, 2010; 13 years ago (2010-09-10)
Preview release 0.16a2[1] / May 4, 2013; 10 years ago (2013-05-04)
Written in C
Operating system Unix-like
Type Security
License GNU General Public License
Website aide.sourceforge.net

The Advanced Intrusion Detection Environment (AIDE) was initially developed as a free replacement for Tripwire licensed under the terms of the GNU General Public License (GPL).

The primary developers are named as Rami Lehti and Pablo Virolainen, who are both associated with the Tampere University of Technology, along with Richard van den Berg, an independent Dutch security consultant. The project is used on many Unix-like systems as an inexpensive baseline control and rootkit detection system.

Functionality

Aide takes a "snapshot" of the state of the system, register hashes, modification times, and other data regarding the files defined by the administrator. This "snapshot" is used to build a database that is saved and may be stored on an external device for safekeeping.

When the administrator wants to run an integrity test, the administrator places the previously built database in an accessible place and commands Aide to compare the database against the real status of the system. Should a change have happened to the computer between the snapshot creation and the test, Aide will detect it and report it to the administrator. Alternatively, Aide can be configured to run on a schedule and report changes daily using scheduling technologies such as cron, which is the default behavior of the Debian Aide package.[2]

This is mainly useful for security purposes, given that any malicious change which could have happened inside of the system would be reported by Aide.

External links

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.

<templatestyles src="Asbox/styles.css"></templatestyles>