The Cisco ASA must be configured to produce audit log records containing information to establish the source of events.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-239908 | CASA-ND-000290 | SV-239908r960900_rule | CCI-000133 | medium |
| Description | ||||
| In order to compile an accurate risk assessment and provide forensic analysis, it is essential for security personnel to know the source of the event. The source may be a component, module, or process within the device or an external session, administrator, or device. Associating information about where the source of the event occurred provides a means of investigating an attack; recognizing resource utilization or capacity thresholds; or identifying an improperly configured device. | ||||
| STIG | Date | |||
| Cisco ASA NDM Security Technical Implementation Guide | 2025-05-19 | |||
Details
Check Text (C-239908r960900_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 the source of events, this is a finding.
Fix Text (F-43100r666086_fix)
Configure the Cisco ASA as shown in the example below.
ASA(config)# logging enable
ASA(config)# logging buffered informational
ASA(config)# end