SV-261408r996640_rule
V-261408
SRG-OS-000447-GPOS-00201
SLEM-05-651035
CAT II
10
Configure SLEM 5 to notify the SA when AIDE discovers anomalies in the operation of any security functions.
Add or modify the following line in the "/etc/cron.daily/aide" file:
0 0 * * * /usr/sbin/aide --check | /bin/mail -s "$HOSTNAME - Daily AIDE integrity check run" root@example_server_name.mil
Verify SLEM 5 notifies the SA when AIDE discovers anomalies in the operation of any security functions.
Note: A file integrity tool other than AIDE may be used, but the tool must be configured to notify the system administrator and/or ISSO if there is an anomaly.
Verify the aide cron job sends an email when executed with the following command:
> sudo grep -i "aide" /etc/cron.*/aide
0 0 * * * /usr/sbin/aide --check | /bin/mail -s "$HOSTNAME - Daily AIDE integrity check run" root@example_server_name.mil
If the "aide" file does not exist under the "/etc/cron" directory structure or the cron job is not configured to execute a binary to send an email (such as "/bin/mail"), this is a finding.
V-261408
False
SLEM-05-651035
Verify SLEM 5 notifies the SA when AIDE discovers anomalies in the operation of any security functions.
Note: A file integrity tool other than AIDE may be used, but the tool must be configured to notify the system administrator and/or ISSO if there is an anomaly.
Verify the aide cron job sends an email when executed with the following command:
> sudo grep -i "aide" /etc/cron.*/aide
0 0 * * * /usr/sbin/aide --check | /bin/mail -s "$HOSTNAME - Daily AIDE integrity check run" root@example_server_name.mil
If the "aide" file does not exist under the "/etc/cron" directory structure or the cron job is not configured to execute a binary to send an email (such as "/bin/mail"), this is a finding.
M
5596