UCF STIG Viewer Logo

The Cisco ASA must be configured to use TCP when sending log records to the central audit server.


Overview

Finding ID Version Rule ID IA Controls Severity
V-239858 CASA-FW-000100 SV-239858r665860_rule Medium
Description
If the default UDP protocol is used for communication between the hosts and devices to the Central Log Server, then log records that do not reach the log server are not detected as a data loss. The use of TCP to transport log records to the log servers improves delivery reliability.
STIG Date
Cisco ASA Firewall Security Technical Implementation Guide 2021-03-15

Details

Check Text ( C-43091r665858_chk )
Review the ASA configuration and verify it is configured to use TCP as shown in the example below.

logging host NDM_INTERFACE 10.1.22.2 6/1514
logging permit-hostdown

Note: The command "logging permit-hostdown" must also be configured to ensure that when either the syslog server is down or the log queue is full, new connections to ASA are blocked. New connections are allowed again after the syslog server is back up and the log queue is not full.

If the ASA is not configured to use TCP when sending log records to the central audit server, this is a finding.
Fix Text (F-43050r665859_fix)
Configure the ASA to use TCP when sending log records to the syslog server.

ASA(config)# logging host NDM_INTERFACE 10.1.22.2 6/1514
ASA(config)# logging permit-hostdown