Check: RHEL-06-000307
Red Hat Enterprise Linux 6 STIG:
RHEL-06-000307
(in versions v2 r2 through v1 r14)
Title
The operating system must ensure unauthorized, security-relevant configuration changes detected are tracked. (Cat II impact)
Discussion
By default, AIDE does not install itself for periodic execution. Periodically running AIDE may reveal unexpected changes in installed files.
Check Content
To determine that periodic AIDE execution has been scheduled, run the following command: # grep aide /etc/crontab /etc/cron.*/* If there is no output, this is a finding.
Fix Text
AIDE should be executed on a periodic basis to check for changes. To implement a daily execution of AIDE at 4:05am using cron, add the following line to /etc/crontab: 05 4 * * * root /usr/sbin/aide --check AIDE can be executed periodically through other means; this is merely one example.
Additional Identifiers
Rule ID: SV-218053r603264_rule
Vulnerability ID: V-218053
Group Title: SRG-OS-000363
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001589 |
The organization incorporates detection of unauthorized, security-relevant configuration changes into the organization’s incident response capability to ensure they are tracked. |
CCI-001774 |
The organization employs a deny-all, permit-by-exception policy to allow the execution of authorized software programs on the information system. |
CCI-002710 |
The information system performs an integrity check of organization-defined software at startup, at organization-defined transitional states or security-relevant events, or on an organization-defined frequency. |