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-239907

CAT II (Medium)

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

Rule ID

SV-239907r960897_rule

STIG

Cisco ASA NDM Security Technical Implementation Guide

Version

V2R4

CCIs

CCI-000132

Discussion

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.

Check Content

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

Configure the Cisco ASA as shown in the example below.

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