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
STIGs updated 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Cisco ASA NDM Security Technical Implementation Guide

V-239897

CAT II (Medium)

The Cisco ASA must be configured to automatically audit account creation.

Rule ID

SV-239897r960777_rule

STIG

Cisco ASA NDM Security Technical Implementation Guide

Version

V2R4

CCIs

CCI-000018

Discussion

Upon gaining access to a network device, an attacker will often first attempt to create a persistent method of reestablishing access. One way to accomplish this is to create a new account. Notification of account creation helps to mitigate this risk. Auditing account creation provides the necessary reconciliation that account management procedures are being followed. Without this audit trail, personnel without the proper authorization may gain access to critical network nodes.

Check Content

Review the ASA configuration to determine if it automatically audits account creation. 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 creation is not automatically audited, this is a finding.

Fix Text

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

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