STIGQter STIGQter: STIG Summary: Canonical Ubuntu 24.04 LTS Security Technical Implementation Guide Version: 1 Release: 6 Benchmark Date: 01 Jul 2026:

Ubuntu 24.04 LTS must monitor remote access methods.

DISA Rule

SV-270681r1134806_rule

Vulnerability Number

V-270681

Group Title

SRG-OS-000032-GPOS-00013

Rule Version

UBTU-24-200090

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Ubuntu 24.04 LTS to monitor all remote access methods by adding the following lines to the "/etc/rsyslog.d/50-default.conf" file:

auth.*,authpriv.* /var/log/secure
daemon.* /var/log/messages

For the changes to take effect, restart the "rsyslog" service with the following command:

$ sudo systemctl restart rsyslog.service

Check Contents

Verify that Ubuntu 24.04 LTS monitors all remote access methods with the following command:

$ grep -E -r '^(auth,authpriv\.\*|daemon\.\*)' /etc/rsyslog.*
/etc/rsyslog.d/50-default.conf:auth,authpriv.* /var/log/auth.log

If "auth.*", "authpriv.*", or "daemon.*" are not configured to be logged in at least one of the config files, this is a finding.

Vulnerability Number

V-270681

Documentable

False

Rule Version

UBTU-24-200090

Severity Override Guidance

Verify that Ubuntu 24.04 LTS monitors all remote access methods with the following command:

$ grep -E -r '^(auth,authpriv\.\*|daemon\.\*)' /etc/rsyslog.*
/etc/rsyslog.d/50-default.conf:auth,authpriv.* /var/log/auth.log

If "auth.*", "authpriv.*", or "daemon.*" are not configured to be logged in at least one of the config files, this is a finding.

Check Content Reference

M

Target Key

5673