2019-12-25 15:41:17 +08:00
|
|
|
# Example configuration file for AIDE.
|
|
|
|
|
|
|
|
|
|
@@define DBDIR /var/lib/aide
|
|
|
|
|
@@define LOGDIR /var/log/aide
|
|
|
|
|
|
|
|
|
|
# The location of the database to be read.
|
2021-08-19 19:46:12 +08:00
|
|
|
database_in=file:@@{DBDIR}/aide.db.gz
|
2019-12-25 15:41:17 +08:00
|
|
|
|
|
|
|
|
# The location of the database to be written.
|
|
|
|
|
database_out=file:@@{DBDIR}/aide.db.new.gz
|
|
|
|
|
|
|
|
|
|
# Whether to gzip the output to database
|
|
|
|
|
gzip_dbout=yes
|
|
|
|
|
|
|
|
|
|
# Default.
|
2021-08-19 19:46:12 +08:00
|
|
|
log_level=warning
|
2019-12-25 15:41:17 +08:00
|
|
|
|
|
|
|
|
report_url=file:@@{LOGDIR}/aide.log
|
|
|
|
|
report_url=stdout
|
|
|
|
|
|
|
|
|
|
FIPSR = p+i+n+u+g+s+m+c+acl+selinux+xattrs+sha256
|
|
|
|
|
|
|
|
|
|
# You can create custom rules like this.
|
|
|
|
|
ALLXTRAHASHES = sha1+rmd160+sha256+sha512+tiger
|
|
|
|
|
# Everything but access time (Ie. all changes)
|
|
|
|
|
EVERYTHING = R+ALLXTRAHASHES
|
|
|
|
|
|
|
|
|
|
# Sane, with multiple hashes
|
|
|
|
|
NORMAL = FIPSR+sha512
|
|
|
|
|
|
|
|
|
|
# For directories, don't bother doing hashes
|
|
|
|
|
DIR = p+i+n+u+g+acl+selinux+xattrs
|
|
|
|
|
|
|
|
|
|
# Access control only
|
|
|
|
|
PERMS = p+i+u+g+acl+selinux
|
|
|
|
|
|
|
|
|
|
# Logfile are special, in that they often change
|
|
|
|
|
LOG = >
|
|
|
|
|
|
|
|
|
|
# Just do sha256 and sha512 hashes
|
|
|
|
|
LSPP = FIPSR+sha512
|
|
|
|
|
|
|
|
|
|
# Some files get updated automatically, so the inode/ctime/mtime change
|
|
|
|
|
# but we want to know when the data inside them changes
|
|
|
|
|
DATAONLY = p+n+u+g+s+acl+selinux+xattrs+sha256
|
|
|
|
|
|
|
|
|
|
# Next decide what directories/files you want in the database.
|
|
|
|
|
|
|
|
|
|
/boot NORMAL
|
|
|
|
|
/bin NORMAL
|
|
|
|
|
/sbin NORMAL
|
|
|
|
|
/lib NORMAL
|
|
|
|
|
/lib64 NORMAL
|
|
|
|
|
/opt NORMAL
|
|
|
|
|
/usr NORMAL
|
|
|
|
|
/root NORMAL
|
|
|
|
|
# These are too volatile
|
|
|
|
|
!/usr/src
|
|
|
|
|
!/usr/tmp
|
|
|
|
|
|
|
|
|
|
# Check only permissions, inode, user and group for /etc, but
|
|
|
|
|
# cover some important files closely.
|
|
|
|
|
/etc PERMS
|
|
|
|
|
!/etc/mtab
|
|
|
|
|
# Ignore backup files
|
|
|
|
|
!/etc/.*~
|
|
|
|
|
/etc/exports NORMAL
|
|
|
|
|
/etc/fstab NORMAL
|
|
|
|
|
/etc/passwd NORMAL
|
|
|
|
|
/etc/group NORMAL
|
|
|
|
|
/etc/gshadow NORMAL
|
|
|
|
|
/etc/shadow NORMAL
|
|
|
|
|
/etc/security/opasswd NORMAL
|
|
|
|
|
|
|
|
|
|
/etc/hosts.allow NORMAL
|
|
|
|
|
/etc/hosts.deny NORMAL
|
|
|
|
|
|
|
|
|
|
/etc/sudoers NORMAL
|
|
|
|
|
/etc/skel NORMAL
|
|
|
|
|
|
|
|
|
|
/etc/logrotate.d NORMAL
|
|
|
|
|
|
|
|
|
|
/etc/resolv.conf DATAONLY
|
|
|
|
|
|
|
|
|
|
/etc/nscd.conf NORMAL
|
|
|
|
|
/etc/securetty NORMAL
|
|
|
|
|
|
|
|
|
|
# Shell/X starting files
|
|
|
|
|
/etc/profile NORMAL
|
|
|
|
|
/etc/bashrc NORMAL
|
|
|
|
|
/etc/bash_completion.d/ NORMAL
|
|
|
|
|
/etc/login.defs NORMAL
|
|
|
|
|
/etc/zprofile NORMAL
|
|
|
|
|
/etc/zshrc NORMAL
|
|
|
|
|
/etc/zlogin NORMAL
|
|
|
|
|
/etc/zlogout NORMAL
|
|
|
|
|
/etc/profile.d/ NORMAL
|
|
|
|
|
/etc/X11/ NORMAL
|
|
|
|
|
|
|
|
|
|
# Pkg manager
|
|
|
|
|
/etc/yum.conf NORMAL
|
|
|
|
|
/etc/yumex.conf NORMAL
|
|
|
|
|
/etc/yumex.profiles.conf NORMAL
|
|
|
|
|
/etc/yum/ NORMAL
|
|
|
|
|
/etc/yum.repos.d/ NORMAL
|
|
|
|
|
|
|
|
|
|
/var/log LOG
|
|
|
|
|
/var/run/utmp LOG
|
|
|
|
|
|
|
|
|
|
# This gets new/removes-old filenames daily
|
|
|
|
|
!/var/log/sa
|
|
|
|
|
# As we are checking it, we've truncated yesterdays size to zero.
|
|
|
|
|
!/var/log/aide.log
|
|
|
|
|
|
|
|
|
|
# LSPP rules...
|
|
|
|
|
# AIDE produces an audit record, so this becomes perpetual motion.
|
|
|
|
|
/etc/audit/ LSPP
|
|
|
|
|
/etc/libaudit.conf LSPP
|
|
|
|
|
/usr/sbin/stunnel LSPP
|
|
|
|
|
/var/spool/at LSPP
|
|
|
|
|
/etc/at.allow LSPP
|
|
|
|
|
/etc/at.deny LSPP
|
|
|
|
|
/etc/cron.allow LSPP
|
|
|
|
|
/etc/cron.deny LSPP
|
|
|
|
|
/etc/cron.d/ LSPP
|
|
|
|
|
/etc/cron.daily/ LSPP
|
|
|
|
|
/etc/cron.hourly/ LSPP
|
|
|
|
|
/etc/cron.monthly/ LSPP
|
|
|
|
|
/etc/cron.weekly/ LSPP
|
|
|
|
|
/etc/crontab LSPP
|
|
|
|
|
/var/spool/cron/root LSPP
|
|
|
|
|
|
|
|
|
|
/etc/login.defs LSPP
|
|
|
|
|
/etc/securetty LSPP
|
|
|
|
|
/var/log/faillog LSPP
|
|
|
|
|
/var/log/lastlog LSPP
|
|
|
|
|
|
|
|
|
|
/etc/hosts LSPP
|
|
|
|
|
/etc/sysconfig LSPP
|
|
|
|
|
|
|
|
|
|
/etc/inittab LSPP
|
|
|
|
|
/etc/grub/ LSPP
|
|
|
|
|
/etc/rc.d LSPP
|
|
|
|
|
|
|
|
|
|
/etc/ld.so.conf LSPP
|
|
|
|
|
|
|
|
|
|
/etc/localtime LSPP
|
|
|
|
|
|
|
|
|
|
/etc/sysctl.conf LSPP
|
|
|
|
|
|
|
|
|
|
/etc/modprobe.conf LSPP
|
|
|
|
|
|
|
|
|
|
/etc/pam.d LSPP
|
|
|
|
|
/etc/security LSPP
|
|
|
|
|
/etc/aliases LSPP
|
|
|
|
|
/etc/postfix LSPP
|
|
|
|
|
|
|
|
|
|
/etc/ssh/sshd_config LSPP
|
|
|
|
|
/etc/ssh/ssh_config LSPP
|
|
|
|
|
|
|
|
|
|
/etc/stunnel LSPP
|
|
|
|
|
|
|
|
|
|
/etc/vsftpd.ftpusers LSPP
|
|
|
|
|
/etc/vsftpd LSPP
|
|
|
|
|
|
|
|
|
|
/etc/issue LSPP
|
|
|
|
|
/etc/issue.net LSPP
|
|
|
|
|
|
|
|
|
|
/etc/cups LSPP
|
|
|
|
|
|
|
|
|
|
# Ditto /var/log/sa reason...
|
|
|
|
|
!/var/log/and-httpd
|
|
|
|
|
|
|
|
|
|
# Admins dot files constantly change, just check perms
|
|
|
|
|
/root/\..* PERMS
|