SV-261407r996637_rule
V-261407
SRG-OS-000363-GPOS-00150
SLEM-05-651030
CAT II
10
Configure SLEM 5 to check the baseline configuration for unauthorized changes at least once weekly.
Add or modify the following line in the "/etc/cron.weekly/aide" file:
0 0 * * * /usr/sbin/aide --check | /bin/mail -s "$HOSTNAME - Weekly AIDE integrity check run" root@example_server_name.mil
Verify SLEM 5 checks the baseline configuration using AIDE for unauthorized changes at least once weekly with the following command:
Note: A file integrity tool other than AIDE may be used, but the tool must be executed at least once per week.
> sudo grep -R aide /etc/crontab /etc/cron.*
/etc/crontab: 30 04 * * * root /usr/sbin/aide
If the file integrity application does not exist, or a "crontab" file does not exist in "/etc/crontab", the "/etc/cron.daily" subdirectory, or "/etc/cron.weekly" subdirectory, this is a finding.
V-261407
False
SLEM-05-651030
Verify SLEM 5 checks the baseline configuration using AIDE for unauthorized changes at least once weekly with the following command:
Note: A file integrity tool other than AIDE may be used, but the tool must be executed at least once per week.
> sudo grep -R aide /etc/crontab /etc/cron.*
/etc/crontab: 30 04 * * * root /usr/sbin/aide
If the file integrity application does not exist, or a "crontab" file does not exist in "/etc/crontab", the "/etc/cron.daily" subdirectory, or "/etc/cron.weekly" subdirectory, this is a finding.
M
5596