STIGhubSTIGhub
STIGsRMF ControlsCompare

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
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Symantec Edge SWG NDM Security Technical Implementation Guide

V-279272

CAT II (Medium)

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

Rule ID

SV-279272r1172804_rule

STIG

Symantec Edge SWG NDM Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000366CCI-000537CCI-000539

Discussion

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 Content

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 Text

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.