The Cisco ASA must be configured to produce audit records containing information to establish where the events occurred.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-239907CASA-ND-000280SV-239907r960897_ruleCCI-000132medium
Description
In order to compile an accurate risk assessment and provide forensic analysis, it is essential for security personnel to know where events occurred, such as device hardware components, device software modules, session identifiers, filenames, host names, and functionality. Associating information about where the event occurred within the network device provides a means of investigating an attack; recognizing resource utilization or capacity thresholds; or identifying an improperly configured device.
STIGDate
Cisco ASA NDM Security Technical Implementation Guide2025-05-19

Details

Check Text (C-239907r960897_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 location (IP address or console) from where configuration commands are entered. If the ASA is not configured to generate audit records containing information to establish where the events occurred, this is a finding.

Fix Text (F-43099r666083_fix)

Configure the Cisco ASA as shown in the example below. ASA(config)# logging enable ASA(config)# logging buffered informational ASA(config)# end