Check: RHEL-06-000306
Red Hat Enterprise Linux 6 STIG:
RHEL-06-000306
(in versions v2 r2 through v1 r14)
Title
The operating system must detect unauthorized changes to software and information. (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-218052r603264_rule
Vulnerability ID: V-218052
Group Title: SRG-OS-000363
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001297 |
The information system detects unauthorized changes to software and information. |
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. |