STIGQter STIGQter: STIG Summary: Tri-Lab Operating System Stack (TOSS) 5 Security Technical Implementation Guide Version: 1 Release: 1 Benchmark Date: 26 Mar 2026:

All TOSS 5 remote access methods must be monitored.

DISA Rule

SV-282384r1200132_rule

Vulnerability Number

V-282384

Group Title

SRG-OS-000032-GPOS-00013

Rule Version

TOSS-05-000379

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Add or update the following lines to the "/etc/rsyslog.conf" file:

auth.*;authpriv.*;daemon.* /var/log/secure

Restart the "rsyslog" service for the changes to take effect using the following command:

$ sudo systemctl restart rsyslog.service

Check Contents

Verify TOSS 5 monitors all remote access methods.

Check that remote access methods are being logged using the following command:

$ grep -rE '(auth.\*|authpriv.\*|daemon.\*)' /etc/rsyslog.conf

/etc/rsyslog.conf:authpriv.*

If "auth.*", "authpriv.*" or "daemon.*" are not configured to be logged, this is a finding.

Vulnerability Number

V-282384

Documentable

False

Rule Version

TOSS-05-000379

Severity Override Guidance

Verify TOSS 5 monitors all remote access methods.

Check that remote access methods are being logged using the following command:

$ grep -rE '(auth.\*|authpriv.\*|daemon.\*)' /etc/rsyslog.conf

/etc/rsyslog.conf:authpriv.*

If "auth.*", "authpriv.*" or "daemon.*" are not configured to be logged, this is a finding.

Check Content Reference

M

Target Key

5738