STIGQter STIGQter: STIG Summary: Xylok Security Suite 20.x Security Technical Implementation Guide Version: 1 Release: 2 Benchmark Date: 05 Jan 2026:

Xylok Security Suite must use a central log server for auditing records.

DISA Rule

SV-269586r1155158_rule

Vulnerability Number

V-269586

Group Title

SRG-APP-000745

Rule Version

XYLK-20-000291

Severity

CAT I

CCI(s)

Weight

10

Fix Recommendation

Edit /etc/systemd/journald.conf to include at least these lines:

[Journal]
ForwardToSyslog=yes

Edit /etc/rsyslog.conf to include these lines:

module(load="imuxsock") # provides support for local system logging
module(load="imjournal") # provides access to the systemd journal
*.* @@yoursiem:1234

Ensure yoursiem:1234 points to the correct host and port for your network.

Restart journald and rsyslogd:

# systemctl restar rsyslog systemd-journald

Check Contents

Verify that journald sends logs to rsyslog:

# grep ForwardToSyslog /etc/systemd/journald.conf
ForwardToSyslog=yes

If ForwardToSyslog is commented out or not set to "yes," this is a finding.

Verify that rsyslog is set to receive journald logs:

# grep '\(imuxsock\|imjournal\)' /etc/rsyslog.conf /etc/rsyslog.d/*
module(load="imuxsock") # provides support for local system logging
module(load="imjournal") # provides access to the systemd journal

If either module is not present or disabled, this is a finding.

# grep '[[:space:]]@.*' /etc/rsyslog.conf /etc/rsyslog.d/*
*.* @@yoursiem:1234

If rsyslog is not configured to forward logs to a central SIEM server, this is a finding.

Vulnerability Number

V-269586

Documentable

False

Rule Version

XYLK-20-000291

Severity Override Guidance

Verify that journald sends logs to rsyslog:

# grep ForwardToSyslog /etc/systemd/journald.conf
ForwardToSyslog=yes

If ForwardToSyslog is commented out or not set to "yes," this is a finding.

Verify that rsyslog is set to receive journald logs:

# grep '\(imuxsock\|imjournal\)' /etc/rsyslog.conf /etc/rsyslog.d/*
module(load="imuxsock") # provides support for local system logging
module(load="imjournal") # provides access to the systemd journal

If either module is not present or disabled, this is a finding.

# grep '[[:space:]]@.*' /etc/rsyslog.conf /etc/rsyslog.d/*
*.* @@yoursiem:1234

If rsyslog is not configured to forward logs to a central SIEM server, this is a finding.

Check Content Reference

M

Target Key

5665