The Edge SWG must be configured to conduct backups of system-level information contained in the information system when changes occur.

Severity
Group ID
Group Title
Version
Rule ID
Date
STIG Version
mediumV-279272SRG-APP-000516-NDM-000340SYME-ND-000780SV-279272r1172804_rule2025-12-181
Description
System-level information includes default and customized settings and security attributes, including ACLs that relate to the network device configuration, as well as software required for the execution and operation of the device. Information system backup is a critical step in ensuring system integrity and availability. If the system fails and there is no backup of the system-level information, a denial-of-service (DoS) condition is possible for all who utilize this critical network component. This control requires the network device to support the organizational central backup process for system-level information associated with the network device. This function may be provided by the network device itself; however, the preferred best practice is a centralized backup rather than each network device performing discrete backups. Satisfies: SRG-APP-000516-NDM-000340, SRG-APP-000516-NDM-000341
ℹ️ Check
1. Log in to the Edge SWG SSH CLI. 2. Enter "show archive-configuration". If no server is configured, this is a finding. If "Automatic upload" is not set to "Enabled", this is a finding. If "Upload interval" is not set for "every 10080 minutes", this is a finding.
✔️ Fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "archive-configuration archive-signing enforce-signed enable". 4. Enter "archive-configuration automatic-upload". 5. Enter "archive-configuration host" and add the IP address or hostname of the site's SCP backup server. 6. Enter "archive-configuration username" and add the username of the site's SCP backup server. 7. Enter "archive-configuration password" and add the site's password of the site's SCP backup server. 8. Enter "archive-configuration path" and add the site's backup server path (e.g., /home/tachyon-ftp/files/broadcom/). 9. Enter "archive-configuration filename-prefix SG_%l_%Y%m%d%H%M". 10. Enter "archive-configuration periodic-upload minutes 10080". 11. Enter "archive-configuration protocol scp". 12. Enter "archive-configuration scp-authentication password". 13. Enter "archive-configuration ssl-device-profile" and add the "SSL Device Profile" in use for the HTTPS-console and x509 authentication.