Audispd must off-load audit records onto a different system or media from the SUSE operating system being audited.
Overview
Finding ID | Version | Rule ID | IA Controls | Severity |
V-234968 | SLES-15-030690 | SV-234968r1009570_rule | Low |
Description |
Information stored in one location is vulnerable to accidental or incidental deletion or alteration. Off-loading is a common process in information systems with limited audit storage capacity. |
STIG | Date |
SUSE Linux Enterprise Server 15 Security Technical Implementation Guide | 2025-05-14 |
Details
Check Text (C-38156r1009568_chk) |
Verify "audispd" off-loads audit records onto a different system or media from the SUSE operating system being audited. Check if "audispd" is configured to off-load audit records onto a different system or media from the SUSE operating system by running the following command: > sudo grep remote_server /etc/audit/audisp-remote.conf remote_server = 192.168.1.101 If "remote_server" is not set to an external server or media, or is commented out, this is a finding. |
Fix Text (F-38119r1009569_fix) |
Configure the SUSE operating system "/etc/audit/audisp-remote.conf" file to off-load audit records onto a different system or media by adding or editing the following line with the correct IP address: remote_server = [IP ADDRESS] |