aide
Advanced Intrusion Detection Environment - static binary
Install
- All systems
-
curl cmd.cat/aide.sh
- Debian
-
apt-get install aide
- Ubuntu
-
apt-get install aide
- Arch Linux
-
pacman -S aide
- Kali Linux
-
apt-get install aide
- CentOS
-
yum install aide
- Fedora
-
dnf install aide
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install aide
- OS X
-
brew install aide
- Raspbian
-
apt-get install aide
- Dockerfile
- dockerfile.run/aide
aide
Advanced Intrusion Detection Environment - static binary
AIDE is an intrusion detection system that detects changes to files on the local system. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. This package contains the statically linked binary for "normal" systems.
aide-dynamic
Advanced Intrusion Detection Environment - dynamic binary
AIDE is an intrusion detection system that detects changes to files on the local system. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. This package contains a dynamically linked binary and should only be used in exeptional circumstances. To avoid exposure to trojaned libraries, it is advised to use one of the statically linked binaries.
aide-xen
Advanced Intrusion Detection Environment - static binary for XEN
AIDE is an intrusion detection system that detects changes to files on the local system. It creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5, sha1, rmd160, tiger, haval, etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. This package contains the statically linked binary for XEN-enabled systems and should be used in Dom0 and DomU.