STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 6 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Solaris 11 SPARC Security Technical Implementation Guide

V-216335

CAT II (Medium)

The delay between login prompts following a failed login attempt must be at least 4 seconds.

Rule ID

SV-216335r959010_rule

STIG

Solaris 11 SPARC Security Technical Implementation Guide

Version

V3R5

CCIs

CCI-000366

Discussion

As an immediate return of an error message, coupled with the capability to try again, may facilitate automatic and rapid-fire brute-force password attacks by a malicious user.

Check Content

Check the SLEEPTIME parameter in the /etc/default/login file.

# grep ^SLEEPTIME /etc/default/login

If the output is not SLEEPTIME=4 or more, this is a finding.

Fix Text

The root role is required.

# pfedit the /etc/default/login 

Locate the line containing:

SLEEPTIME

Change the line to read:

SLEEPTIME=4