UBTU-22-653020 - Ubuntu 22.04 LTS audit event multiplexor must be configured to offload audit logs onto a different system from the system being audited.

Information

Information stored in one location is vulnerable to accidental or incidental deletion or alteration.

Offloading is a common process in information systems with limited audit storage capacity.

The auditd service does not include the ability to send audit records to a centralized server for management directly. However, it can use a plug-in for audit event multiplexor to pass audit records to a remote server.

Satisfies: SRG-OS-000342-GPOS-00133, SRG-OS-000479-GPOS-00224

Solution

Configure the audit event multiplexor to offload audit records to a different system from the system being audited.

Install the 'audisp-plugins' package by using the following command:

$ sudo apt-get install audispd-plugins

Set the audisp-remote plugin as active by editing the '/etc/audit/plugins.d/au-remote.conf' file:

$ sudo sed -i -E 's/actives*=s*no/active = yes/' /etc/audit/plugins.d/au-remote.conf

Set the IP address of the remote system by editing the '/etc/audit/audisp-remote.conf' file:

$ sudo sed -i -E 's/(remote_servers*=).*/1 <remote_server_ip_address>/' /etc/audit/audisp-remote.conf

Restart the 'auditd.service' for the changes to take effect:

$ sudo systemctl restart auditd.service

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_CAN_Ubuntu_22-04_LTS_V2R2_STIG.zip

Item Details

Category: AUDIT AND ACCOUNTABILITY

References: 800-53|AU-4(1), CAT|III, CCI|CCI-001851, Rule-ID|SV-260592r958754_rule, STIG-ID|UBTU-22-653020, Vuln-ID|V-260592

Plugin: Unix

Control ID: fe2bfa3fb376ec3289cffa732ceed15eceee10a0b14eb57dd57d554961e0e93e