UCF STIG Viewer Logo

The Cisco ASA must be configured to protect against an individual (or process acting on behalf of an individual) falsely denying having performed organization-defined actions to be covered by non-repudiation.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239903 CASA-ND-000210 SV-239903r666072_rule Medium
Description
This requirement supports non-repudiation of actions taken by an administrator and is required in order to maintain the integrity of the configuration management process. All configuration changes to the network device are logged. To meet this requirement, the network device must log administrator access and activity.
STIG Date
Cisco ASA NDM Security Technical Implementation Guide 2022-09-12

Details

Check Text ( C-43136r666070_chk )
Review the Cisco ASA configuration to verify that it is compliant with this requirement. The configuration should look similar to the example below:

logging enable
logging buffered informational

Note: The ASA will log all EXEC-mode commands that include the name of the user. The ASA also logs the name of the user entering the enable command.

If logging of administrator activity is not configured, this is a finding.
Fix Text (F-43095r666071_fix)
Configure the ASA to log administrator activity as shown below.

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