STIGhubSTIGhub
STIGsSearchCompareAbout

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
  • Compare Versions

Resources

  • About
  • VPAT
  • DISA STIG Library
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to A10 Networks ADC NDM Security Technical Implementation Guide

V-255608

CAT II (Medium)

The A10 Networks ADC must automatically lock the account until the locked account is released by an administrator when three unsuccessful logon attempts in 15 minutes are exceeded.

Rule ID

SV-255608r961863_rule

STIG

A10 Networks ADC NDM Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-002238, CCI-000366

Discussion

By limiting the number of failed logon attempts, the risk of unauthorized system access via user password guessing, otherwise known as brute-forcing, is reduced. Limits are imposed by locking the account.

Check Content

Attempt to log on to an administrator account three times. On each attempt, deliberately enter an incorrect password. Attempt to log on a fourth time with a correct password.

If the attempt succeeds, this is a finding.

This can also be verified using the following command to view the lockout status of all administrative accounts:
show admin detail

If the Lock Status is not Locked, this is a finding.

Fix Text

Use the following command to enable admin lockout:
admin lockout enable

The following command locks the admin account after three failed logon attempts sets the A10 ADC to remember the last failed logon for 15 minutes.
admin lockout threshold 3
admin lockout reset-time 15

Use the following command to enable admin lockout:
admin lockout enable

The following command keeps a locked admin account locked until it is manually unlocked by an authorized admin:
admin lockout duration 0