SV-234864r1184462_rule
V-234864
SRG-OS-000447-GPOS-00201
SLES-15-010570
CAT II
10
Configure the SUSE operating system to notify the SA when AIDE discovers anomalies in the operation of any security functions.
Create the aide crontab file in "/etc/cron.daily" and add following command replacing the "[E-MAIL]" parameter with a proper email address for the SA:
0 0 * * * /usr/bin/aide --check | /bin/mail -s "$HOSTNAME - Daily AIDE integrity check run" root@example_server_name.mil
Note: Per requirement SLES-15-010418, the "mailx" package must be installed on the system to enable email functionality.
Verify the SUSE operating system notifies the SA when AIDE discovers anomalies in the operation of any security functions.
Verify the aide cron job sends an email when executed with the following command:
> grep -i "aide" /etc/cron.*/aide
0 0 * * * /usr/bin/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-234864
False
SLES-15-010570
Verify the SUSE operating system notifies the SA when AIDE discovers anomalies in the operation of any security functions.
Verify the aide cron job sends an email when executed with the following command:
> grep -i "aide" /etc/cron.*/aide
0 0 * * * /usr/bin/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
5274