STIGhubSTIGhub
STIGsRMF ControlsCompare
STIGhub— A free STIG search and compliance tool·STIGs updated 3 days ago
Powered by Pylon·Privacy·Terms·© 2026 Beacon Cloud Solutions, Inc.
← Back to SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

V-765

CAT II (Medium)

Successful and unsuccessful logins and logouts must be logged.

Rule ID

SV-44830r1_rule

STIG

SUSE Linux Enterprise Server v11 for System z Security Technical Implementation Guide

Version

V1R12

CCIs

CCI-000126

Discussion

Monitoring and recording successful and unsuccessful logins assists in tracking unauthorized access to the system. Without this logging, the ability to track unauthorized activity to specific user accounts may be diminished.

Check Content

Determine if all logon attempts are being logged.

Procedure:
Verify successful logins are being logged:
# last -R | more 
If the command does not return successful logins, this is a finding.

Verify if unsuccessful logons are being logged: 
# lastb -R | more
If the command does not return unsuccessful logins, this is a finding.

Fix Text

Make sure the collection files exist.
Procedure:
If there are no successful logins being returned from the "last" command, create /var/log/wtmp:
# touch /var/log/wtmp

If there are no unsuccessful logins being returned from the "lastb" command, create /var/log/btmp:
# touch /var/log/btmp