Check: RHEL-06-000136
Red Hat Enterprise Linux 6 STIG:
RHEL-06-000136
(in versions v2 r2 through v1 r14)
Title
The operating system must back up audit records on an organization defined frequency onto a different system or media than the system being audited. (Cat II impact)
Discussion
A log server (loghost) receives syslog messages from one or more systems. This data can be used as an additional log source in the event a system is compromised and its local logs are suspect. Forwarding log messages to a remote loghost also provides system administrators with a centralized place to view the status of multiple hosts within the enterprise.
Check Content
To ensure logs are sent to a remote host, examine the file "/etc/rsyslog.conf". If using UDP, a line similar to the following should be present: *.* @[loghost.example.com] If using TCP, a line similar to the following should be present: *.* @@[loghost.example.com] If using RELP, a line similar to the following should be present: *.* :omrelp:[loghost.example.com] If none of these are present, this is a finding.
Fix Text
To configure rsyslog to send logs to a remote log server, open "/etc/rsyslog.conf" and read and understand the last section of the file, which describes the multiple directives necessary to activate remote logging. Along with these other directives, the system can be configured to forward its logs to a particular log server by adding or correcting one of the following lines, substituting "[loghost.example.com]" appropriately. The choice of protocol depends on the environment of the system; although TCP and RELP provide more reliable message delivery, they may not be supported in all environments. To use UDP for log message delivery: *.* @[loghost.example.com] To use TCP for log message delivery: *.* @@[loghost.example.com] To use RELP for log message delivery: *.* :omrelp:[loghost.example.com]
Additional Identifiers
Rule ID: SV-217941r603264_rule
Vulnerability ID: V-217941
Group Title: SRG-OS-000215
Expert Comments
CCIs
Number | Definition |
---|---|
CCI-001348 |
Store audit records on an organization-defined frequency in a repository that is part of a physically different system or system component than the system or component being audited. |
Controls
Number | Title |
---|---|
AU-9(2) |
Audit Backup On Separate Physical Systems / Components |