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 Cisco ASA NDM Security Technical Implementation Guide

V-239900

CAT II (Medium)

The Cisco ASA must be configured to automatically audit account removal actions.

Rule ID

SV-239900r960786_rule

STIG

Cisco ASA NDM Security Technical Implementation Guide

Version

V2R4

CCIs

CCI-001405

Discussion

Account management, as a whole, ensures access to the network device is being controlled in a secure manner by granting access to only authorized personnel. Auditing account removal actions will support account management procedures. When device management accounts are terminated, user or service accessibility may be affected. Auditing also ensures authorized active accounts remain enabled and available for use when required.

Check Content

Review the ASA configuration to determine if it automatically audits account removal. The configuration should look similar to the example below:

logging enable
logging buffered informational

Note: The ASA will log all EXEC-mode commands.

If account removal is not automatically audited, this is a finding.

Fix Text

Configure the ASA to log account removal using the following commands:

ASA(config)# logging enable
ASA(config)# logging buffered informational
ASA(config)# end