SV-239941r1205824_rule
V-239941
SRG-APP-000516-NDM-000340
CASA-ND-001350
CAT II
10
Configure the Cisco ASA to send the configuration to an SCP server when a configuration change occurs as shown in the example below.
ASA(config)# event manager applet BACKUP_CONFIG
ASA(config-applet)# event syslog id 111010
ASA(config-applet)# action 1 cli command " copy startup-config scp://userx:xxxxxxx@10.1.48.10//opt/config_backup”
ASA(config-applet)# action 2 syslog priority informational msg "Configuration backup was executed"
ASA(config-applet)# end
Review the Cisco ASA configuration to verify it is compliant with this requirement. The example configuration below will send the configuration to an SCP server when a configuration change occurs.
event manager applet BACKUP_CONFIG
event syslog id 111010
action 1 cli command "copy startup-config scp://userx:xxxxxxx@10.1.48.10//opt/config_backup"
action 2 syslog priority informational msg "Configuration backup was executed"
Note: Tools such as Cisco Security Manager, Cisco Prime Infrastructure, Firemon, or Tripwire can be used to back up the configuration.
If the Cisco ASA is not configured to conduct backups of the configuration when changes occur, this is a finding.
V-239941
False
CASA-ND-001350
Review the Cisco ASA configuration to verify it is compliant with this requirement. The example configuration below will send the configuration to an SCP server when a configuration change occurs.
event manager applet BACKUP_CONFIG
event syslog id 111010
action 1 cli command "copy startup-config scp://userx:xxxxxxx@10.1.48.10//opt/config_backup"
action 2 syslog priority informational msg "Configuration backup was executed"
Note: Tools such as Cisco Security Manager, Cisco Prime Infrastructure, Firemon, or Tripwire can be used to back up the configuration.
If the Cisco ASA is not configured to conduct backups of the configuration when changes occur, this is a finding.
M
5342