SV-217149r603262_rule
V-217149
SRG-OS-000447-GPOS-00201
SLES-12-010510
CAT II
10
Configure the SUSE operating system to notify the SA when AIDE discovers anomalies in the operation of any security functions.
Add following command to a cron job replacing the "[E-MAIL]" parameter with a proper email address for the SA:
/usr/sbin/aide --check | /bin/mail -s "aide integrity check run for <system name>" root@notareal.email
Verify the SUSE operating system notifies the SA when AIDE discovers anomalies in the operation of any security functions.
Check to see if the aide cron job sends an email when executed with the following command:
# sudo crontab -l
0 0 * * 6 /usr/sbin/aide --check | /bin/mail -s "aide integrity check run for <system name>" root@notareal.email
If a "crontab" entry does not exist, check the cron directories for a script that runs the file integrity application and is configured to execute a binary to send an email:
# ls -al /etc/cron.daily /etc/cron.weekly
If a cron job is not configured to execute a binary to send an email (such as "/usr/bin/mail"), this is a finding.
V-217149
False
SLES-12-010510
Verify the SUSE operating system notifies the SA when AIDE discovers anomalies in the operation of any security functions.
Check to see if the aide cron job sends an email when executed with the following command:
# sudo crontab -l
0 0 * * 6 /usr/sbin/aide --check | /bin/mail -s "aide integrity check run for <system name>" root@notareal.email
If a "crontab" entry does not exist, check the cron directories for a script that runs the file integrity application and is configured to execute a binary to send an email:
# ls -al /etc/cron.daily /etc/cron.weekly
If a cron job is not configured to execute a binary to send an email (such as "/usr/bin/mail"), this is a finding.
M
4033