Symantec Edge SWG NDM Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
Supporting documents 4 PDFs
Bundled by DISA alongside this STIG release: overview, revision history, and readme files. Download the full archive or open an individual PDF.
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-000382
- Version
- SYME-ND-000100
- Vuln IDs
-
- V-279248
- Rule IDs
-
- SV-279248r1170510_rule
Checks: C-83798r1170508_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". If "FIPS mode" is not shown next to "!- Version: SGOS 7.4.x.x SWG Edition" this is a finding.
Fix: F-83703r1170509_fix
Note: This will wipe all configurations, so it is imperative to do this configuration before any other. 1. Log in to the Edge SWG SSH CLI. 2. Enter "fips-mode enable". Note: This will disable all disallowed ports and protocols for management like SNMPv2c/1 and HTTP. 3. Once warnings are accepted, the system will reboot.
- RMF Control
- IA-5
- Severity
- H
- CCI
- CCI-000197
- Version
- SYME-ND-000110
- Vuln IDs
-
- V-279249
- Rule IDs
-
- SV-279249r1170513_rule
Checks: C-83799r1170511_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "management-services". 4. Enter "edit https-console". 5. Enter "view". If the "SSL Protocol version" does not equal both "tlsv1.2" and "tlsv1.3", this is a finding.
Fix: F-83704r1170512_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "management-services". 4. Enter "edit https-console". 5. Enter "attribute ssl-versions tlsv1.2 tlsv1.3".
- RMF Control
- AC-3
- Severity
- H
- CCI
- CCI-000213
- Version
- SYME-ND-000170
- Vuln IDs
-
- V-279250
- Rule IDs
-
- SV-279250r1170680_rule
Checks: C-83800r1170678_chk
In the Edge SWG Web UI, navigate to the Visual Policy Manager (VPM). Under the layers, if an "Admin Access" layer is not configured, this is a finding. If an "Admin Access" layer is configured, for HTTPS-console, verify the group is derived from the CAC/LDAPS admin group; otherwise, this is a finding. For the SSH-console, verify the group is derived from the LDAPS admin group; otherwise, this is a finding.
Fix: F-83705r1170679_fix
1. In the Edge SWG Web UI, navigate to the VPM. 2. Click "Add Layer". 3. Scroll down and select "Admin Access", then click "Add". 4. Locate the Admin Access Layer (1) layer that was added and click "Add rule". 5. Inside of the rule, under "Source", left-click and select "Set". 6. Click "Add new Object". 7. Select "Group". 8. Under the group field, type in the full LDAPS Distinguished Name (DN) for the admin group. For example: "CN=roadcom.admins.gsg,OU=BROADCOM,OU=Vendors, DC=dod,DC=local" 9. Under the "Authentication Realm", select the "CAC certificate" realm. 10. Click "Apply", then click "Set". 11. In the same rule, left-click in the "Service" field and click "Set". 12. Select "Service Name: HTTPS-console" and click "Set". 13. In the same rule, left-click in the "Action" field and click "Set". 14. Select the action "Allow Read/Write Access" and click "Set". 15. Repeat these steps to add various read-only or read-write groups for the HTTPS-console. 16. For the SSH-Console click "Add rule". 17. Inside of the rule, under "Source", left-click and select "Set". 18. Click "Add new Object". 19. Select "Group". 20. Under the "Group" field, type in the full LDAPS Distinguished Name (DN) for the admin group. For example: CN=broadcom.admins.gsg,OU=BROADCOM,OU=Vendors, DC=dod,DC=local 21. Under the "Authentication Realm", select the "LDAPS" realm. Do not select the CAC certificate realm. 22. Click "Apply", then click "Set". 23. In the same rule, left-click in the "Service" field and click "Set". 24. Select "Service Name: SSH-console", and then click "Set". 25. In the same rule, left-click in the "Action" field and click "Set". 26. Select the action "Allow Read/Write Access" and click "Set". 27. Repeat these steps to add various read-only or read-write groups for the SSH-console.
- RMF Control
- AU-10
- Severity
- H
- CCI
- CCI-000166
- Version
- SYME-ND-000190
- Vuln IDs
-
- V-279251
- Rule IDs
-
- SV-279251r1170682_rule
Checks: C-83801r1170681_chk
1. In the Edge SWG Web UI, navigate to the Configuration tab. 2. Go to Services >> Management Services. 3. Click "Edit" next to HTTPS-console. Under the "Service Settings", if "Verify Client" is not checked, this is a finding. Under the "Authentication" section under "Configuration and Realms and Domains", if a Certificate Realm is not configured and set with a valid LDAP authorization realm this is a finding. In the Edge SWG Web UI, navigate to the VPM. If an Admin Access layer is configured for HTTPS-console, verify the group is derived from the CAC/LDAPS admin group; otherwise, this is a finding. For the SSH-console, verify the group is derived from the LDAPS admin group; otherwise, this is a finding. 1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "ssh-console" and then "x509-auth". 4. Enter "view". If "x509 certificate authentication" states "disabled", this is a finding.
Fix: F-83706r1170599_fix
1. In the Edge SWG Web UI, navigate to the Configuration tab. 2. Go to "Authentication" and "Console Access". 3. Under "Console Access", click "Add ACL Entry". 4. In the open block, add the IPv4 or IPv6 source address or network under "Source Address", then add the subnet mask or CIDR prefix under "Prefix Length" (e.g., 2001:db8:1:: and 48). 5. Click "Apply" next to the entry. 6. Repeat the above steps by adding all the allowed management prefixes. Note: Ensure the subnet is in one of the allowed IPv4 or IPv6 subnets or the session will be disconnected after clicking "Save". 7. Once completed, click "Save". To add the timeouts: 1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security management web-timeout 5". 4. Enter "security management cli-timeout 5". To add lockout configurations: 1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Issue the command "security local-user-list create local". 4. Enter "security local-user-list edit local". 5. Enter "max-failed-attempts 3". 6. Enter "lockout-duration 900". 7. Enter "reset-interval 900".
- RMF Control
- AC-2
- Severity
- H
- CCI
- CCI-001403
- Version
- SYME-ND-000410
- Vuln IDs
-
- V-279252
- Rule IDs
-
- SV-279252r1170685_rule
Checks: C-83802r1170683_chk
1. In the Edge SWG Web UI, navigate to the Administration tab. 2. Select the "Logging" and "Event Logging" areas. 3. Scroll down to the "Syslog Loghosts". If a syslog server hostname/IP address is not configured, this is a finding. If the syslog loghost is configured but is not using the TLS protocol, this is a finding. 4. Scroll down to the "Default Notification" section, under "Syslog". If it is not "Enabled" and set to "all messages", this is a finding.
Fix: F-83707r1170684_fix
1. In the Edge SWG Web UI, navigate to the Administration tab. 2. Select the "Logging" and "Event Logging" areas. Note: This section sets the "SSL Keyring", which is needed for the "SSL Device Profile". Once the SSL Device Profile has been created properly, scroll down to the "Syslog Loghosts". 3. Click "Add loghost". 4. Click "TLS". 5. Enter the fully qualified domain name of the log server. 6. Enter the port, by default TLS syslog is 6514. 7. Under "SSL Device Profile" select the profile associated with the DOD PKI certificate and key created previously. 8. Click "Add". 9. Scroll down to "Default Notifications", ensure "Syslog" is set to "Enabled", and the "Level" is "All Messages". 10. On the syslog server, ensure the server is receiving the messages and troubleshoot any TLS-related communications issues.
- RMF Control
- AC-7
- Severity
- M
- CCI
- CCI-000044
- Version
- SYME-ND-000500
- Vuln IDs
-
- V-279253
- Rule IDs
-
- SV-279253r1170687_rule
Checks: C-83803r1170686_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Issue the command "security local-user-list edit local", then type "view". If "Max failed attempts" under "Account lockout" does not equal "3", this is finding. If "Lockout duration" under "Account lockout" does not equal "900 seconds", this is a finding.
Fix: F-83708r1170522_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Issue the command "security local-user-list create local". 4. Enter "security local-user-list edit local". 5. Enter "max-failed-attempts 3". 6. Enter "lockout-duration 900". 7. Enter "reset-interval 900".
- RMF Control
- AC-8
- Severity
- M
- CCI
- CCI-000048
- Version
- SYME-ND-000510
- Vuln IDs
-
- V-279254
- Rule IDs
-
- SV-279254r1170689_rule
Checks: C-83804r1170524_chk
1. In the Edge SWG Web UI, navigate to the Configuration tab. 2. Go to "Services" then "Proxy Services". If there is no "HTTP Reverse Proxy" service named "CAC-MC-Notify" this is a finding. 1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "show ssh-console pre-authentication-terms". If there is no text, or the text is not the following, this is a finding: "You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS),you consent to the following conditions: -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. -At any time, the USG may inspect and seize data stored on this IS. -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception and search, and may be disclosed or used for any USG-authorized purpose. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -Notwithstanding the above, using this IS does not constitute consent to PM, LE, or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communication and work product are private and confidential. See User Agreement for details". 4. Enter "serial-console". 5. Enter "view pre-authentication-terms". If there is no text or the text is not the following, this is a finding: "You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS),you consent to the following conditions: -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. -At any time, the USG may inspect and seize data stored on this IS. -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception and search, and may be disclosed or used for any USG-authorized purpose. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -Notwithstanding the above, using this IS does not constitute consent to PM, LE, or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communication and work product are private and confidential. See User Agreement for details".
Fix: F-83709r1170688_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "serial-console". 4. Enter "inline pre-authentication-terms ~", then press enter. 5. Paste the exact required text below along with the EOF marker of ~: You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. -At any time, the USG may inspect and seize data stored on this IS. -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception and search, and may be disclosed or used for any USG-authorized purpose. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -Notwithstanding the above, using this IS does not constitute consent to PM, LE, or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communication and work product are private and confidential. See User Agreement for details. ~ 6. Enter "exit". 7. Enter "ssh-console". 8. Enter "inline pre-authentication-terms ~". 9. Paste the exact DOD required text below along with the EOF marker of ~: You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. -At any time, the USG may inspect and seize data stored on this IS. -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception and search, and may be disclosed or used for any USG-authorized purpose. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -Notwithstanding the above, using this IS does not constitute consent to PM, LE, or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communication and work product are private and confidential. See User Agreement for details. ~ Note: To add the required login banner for the HTTPS-console, the complete required fix detailed in SYME-ND-000190 must first be implemented.
- RMF Control
- AU-3
- Severity
- M
- CCI
- CCI-000131
- Version
- SYME-ND-000530
- Vuln IDs
-
- V-279255
- Rule IDs
-
- SV-279255r1170692_rule
Checks: C-83805r1170690_chk
1. In the Edge SWG Web UI, navigate to the Administration tab. 2. Select the "Logging" and "Event Logging" areas. 3. Scroll down to the "Syslog Loghosts". If a syslog server hostname/IP address is not configured, this is a finding. If the syslog loghost is configured but is not using the TLS protocol, this is a finding. 4. Scroll down to the "Default Notification" section. If "Syslog" is not "Enabled" and set to "all messages", this is a finding.
Fix: F-83710r1170691_fix
1. In the Edge SWG Web UI, navigate to the Administration tab. 2. Select the "Logging" and "Event Logging" areas. Note: This section sets the "SSL Keyring", which is needed for the "SSL Device Profile". 3. Once the SSL Device Profile has been created properly, scroll down to the "Syslog Loghosts". 4. Click "Add loghost". 5. Click "TLS". 6. Enter the fully qualified domain name of the log server. 7. Enter the port, by default TLS syslog is 6514. 8. Under "SSL Device Profile", select the profile associated with the DOD PKI certificate and key created previously. 9. Click "Add". 10. Scroll down to "Default Notifications". Ensure that "Syslog" is set to "Enabled" and the "Level" is "All Messages". 11. On the syslog server, ensure the server is receiving the messages and troubleshoot any TLS-related communications issues.
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001358
- Version
- SYME-ND-000590
- Vuln IDs
-
- V-279256
- Rule IDs
-
- SV-279256r1170694_rule
Checks: C-83806r1170693_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Issue the command "show security local-user-list". If any user exists in either the "local_user_database" or "local" list, this is a finding. Note: The admin user is not included in either list as it is the emergency account of last resort.
Fix: F-83711r1170531_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Issue the command "security local-user-list edit local". 4. To delete any local user, type "user delete <username> force". 5. Enter "view" to show any other users that may remain.
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- SYME-ND-000600
- Vuln IDs
-
- V-279257
- Rule IDs
-
- SV-279257r1170535_rule
Checks: C-83807r1170533_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". 3. Move down the configuration to the "security password-policy" section. If the configuration "security password-policy min-length" is not set to "15", this is a finding.
Fix: F-83712r1170534_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security password-policy min-length 15". 4. Enter "security password-policy min-groups 4".
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- SYME-ND-000610
- Vuln IDs
-
- V-279258
- Rule IDs
-
- SV-279258r1170538_rule
Checks: C-83808r1170536_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". 3. Move down the configuration to the "security password-policy" section. If the configuration "security password-policy min-uppercase" is not set to "1", this is a finding.
Fix: F-83713r1170537_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security password-policy min-uppercase 1". 4. Enter "security password-policy min-groups 4".
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- SYME-ND-000615
- Vuln IDs
-
- V-279259
- Rule IDs
-
- SV-279259r1170541_rule
Checks: C-83809r1170539_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security local-user-list edit local". 4. Enter "view". If the "Password expiration:" and "Max password age:" do not state "60 days", this is a finding.
Fix: F-83714r1170540_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security local-user-list edit local". 4. Enter "max-password-age 60".
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- SYME-ND-000620
- Vuln IDs
-
- V-279260
- Rule IDs
-
- SV-279260r1170544_rule
Checks: C-83810r1170542_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". 3. Move down the configuration to the "security password-policy" section. If the configuration "security password-policy min-lowercase" is not set to "1", this is a finding.
Fix: F-83715r1170543_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security password-policy min-lowercase 1". 4. Enter "security password-policy min-groups 4".
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- SYME-ND-000630
- Vuln IDs
-
- V-279261
- Rule IDs
-
- SV-279261r1170547_rule
Checks: C-83811r1170545_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". 3. Move down the configuration to the "security password-policy" section. If the configuration "security password-policy min-digits" is not set to "1", this is a finding.
Fix: F-83716r1170546_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security password-policy min-digits 1". 4. Enter "security password-policy min-groups 4".
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- SYME-ND-000640
- Vuln IDs
-
- V-279262
- Rule IDs
-
- SV-279262r1170550_rule
Checks: C-83812r1170548_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". 3. Move down the configuration to the "security password-policy" section. If the configuration "security password-policy min-special" is not set to "1", this is a finding.
Fix: F-83717r1170549_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security password-policy min-special 1". 4. Enter "security password-policy min-groups 4".
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- SYME-ND-000650
- Vuln IDs
-
- V-279263
- Rule IDs
-
- SV-279263r1170553_rule
Checks: C-83813r1170551_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". 3. Move down the configuration to the "security password-policy" section. If the configuration "security password-policy min-changes" is not set to "8", this is a finding.
Fix: F-83718r1170552_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security password-policy min-changes 8". 4. Enter "security password-policy min-groups 4".
- RMF Control
- SC-10
- Severity
- H
- CCI
- CCI-001133
- Version
- SYME-ND-000660
- Vuln IDs
-
- V-279264
- Rule IDs
-
- SV-279264r1172802_rule
Checks: C-83814r1172801_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show security". Under "Account", if "CLI session timeout" does not say "5 minutes", this is a finding. Under "Account", if "Web interface session timeout" does not say "5 minutes", this is a finding.
Fix: F-83719r1170555_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security management web-timeout 5". 4. Enter "security management cli-timeout 5".
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001849
- Version
- SYME-ND-000680
- Vuln IDs
-
- V-279265
- Rule IDs
-
- SV-279265r1170559_rule
Checks: C-83815r1170557_chk
1. In the Edge SWG Web UI, navigate to the Administration tab. 2. Select the "Logging" and "Event Logging" areas. Scroll down to the "General Settings" section. If "Limit Event Log File Size" is not enabled and set to a site's defined number or 101 MB, this is a finding.
Fix: F-83720r1170558_fix
1. In the Edge SWG Web UI, navigate to the Administration tab. 2. Select the "Logging" and "Event Logging" areas. 3. Scroll down to the "General Settings" section. 4. Enable the settings and set the "Limit Event Log File Size" to at least 101 MB or a site-defined number.
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001858
- Version
- SYME-ND-000690
- Vuln IDs
-
- V-279266
- Rule IDs
-
- SV-279266r1170696_rule
Checks: C-83816r1170695_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show event-log notifications". Under "Account", if "Syslog" does not say "Enabled state: enabled", this is a finding. Under "Account", if "Syslog" does not say "Event level: verbose", this is a finding.
Fix: F-83721r1170561_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "event-log". 4. Enter "notifications". 5. Enter "default syslog enable". 6. Enter "default syslog level verbose".
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- SYME-ND-000710
- Vuln IDs
-
- V-279268
- Rule IDs
-
- SV-279268r1170603_rule
Checks: C-83818r1170601_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show snmp". If the line for SNMPv1 and SNMPv2c does not say "disabled", this is a finding. Below is an example of what the line will look in a correct state: "SNMPv1 is disabled. SNMPv2c is disabled."
Fix: F-83723r1170602_fix
1. In the Edge SWG Web UI, navigate to the Administration tab. 2. Select the "SNMP" and "SNMP" areas. 3. Under "V3 Users", click "Add User". 4. Enter the username. 5. Select "SHA" for authentication and type a passphrase. 6. Select AES and type a passphrase. 7. Under "V3 Traps and Informs", add a trap destination if applicable. 1. In the Edge SWG Web UI, navigate to the Configuration tab. 2. Select the "Services" and "Management Services" areas. 3. Enable SNMP, add the listener for both IPv4 and IPv6. 1. In the Edge SWG Web UI, navigate to the Visual Policy Manager. Note: Ensure the Admin Access Layer was created before moving on to this step. 2. Under the "Admin Access Layer", click "Add Rule". 3. Under "Source", select "Any". 4. Under "Service", select "Service Name: SNMP". 5. Under "Action", select "Allow Read-only Access". 6. Apply the policy.
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- SYME-ND-000720
- Vuln IDs
-
- V-279269
- Rule IDs
-
- SV-279269r1170698_rule
Checks: C-83819r1170697_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "show ntp". If NTP is not enabled, this is a finding. If there are not two NTP servers in use, this is a finding. If the two NTP servers are not using SHA1 preshared keys for authentication, this is a finding.
Fix: F-83724r1170567_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "ntp enable". 4. Enter "ntp server <NTP SERVER IP/HOSTNAME> <KEY ID> sha1". Note: The key ID must be a number and match the NTP server. 5. When prompted with "key:", enter the hexadecimal SHA preshared key. 6. Repeat these steps for the site's second NTP server.
- RMF Control
- IA-5
- Severity
- M
- CCI
- CCI-002007
- Version
- SYME-ND-000730
- Vuln IDs
-
- V-279270
- Rule IDs
-
- SV-279270r1170571_rule
Checks: C-83820r1170569_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show realms". If under LDAP Realm the "Authorization refresh", "Credentials refresh", and "Surrogates refresh" are not set to 10 seconds, or what the site requires, this is a finding.
Fix: F-83725r1170570_fix
1. In the Edge SWG Web UI, navigate to the Configuration tab. 2. Select the "Authentication" and "Realms and Domains" areas. 3. Select the previously configured LDAP domain. 4. Click "Show" for "Advanced Settings". 5. Check "Use the same refresh time for all". 6. Under "Credential refresh time", add 10 seconds, or whatever the site requires.
- RMF Control
- SC-5
- Severity
- M
- CCI
- CCI-002385
- Version
- SYME-ND-000740
- Vuln IDs
-
- V-279271
- Rule IDs
-
- SV-279271r1170700_rule
Checks: C-83821r1170699_chk
1. In the Edge SWG Web UI and navigate to the Configuration tab. 2. Go to "Authentication" and "Console Access". If under "Console Access" there is no configured ACL, this is a finding. If there is a configured ACL, but "Enforce ACL for built-in administrators" is not checked, this is a finding. 1. Log in to the Edge SWG SSH CLI. 2. Enter "show security". If under "Account" "CLI session timeout" does not say "5 minutes", this is a finding. If under "Account" "Web interface session timeout" does not say "5 minutes", this is a finding. 1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Issue the command "security local-user-list edit local", then type "view". If "Max failed attempts" under "Account lockout" does not equal "3", this is a finding. If "Lockout duration" under "Account lockout" does not equal "900 seconds", this is a finding.
Fix: F-83726r1170573_fix
1. In the Edge SWG Web UI, navigate to the Configuration tab. 2. Go to "Authentication" and "Console Access". 3. Under "Console Access", click "Add ACL Entry". 4. In the open block, add the IPv4 or IPv6 source address or network under "Source Address", then add the subnet mask or CIDR prefix under "Prefix Length" (e.g., 2001:db8:1:: and 48). 5. Click "Apply" next to the entry. 6. Repeat the above steps by adding all the allowed management prefixes. Note: Ensure the subnet is in one of the allowed IPv4 or IPv6 subnets or the session will be disconnected after clicking "Save". 7. Once completed, click "Save". To add the timeouts: 1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security management web-timeout 5". 4. Enter "security management cli-timeout 5". To add lockout configurations: 1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Issue the command "security local-user-list create local". 4. Enter "security local-user-list edit local". 5. Enter "max-failed-attempts 3". 6. Enter "lockout-duration 900". 7. Enter "reset-interval 900".
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- SYME-ND-000780
- Vuln IDs
-
- V-279272
- Rule IDs
-
- SV-279272r1172804_rule
Checks: C-83822r1170701_chk
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: F-83727r1172803_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.
- RMF Control
- CM-6
- Severity
- M
- CCI
- CCI-000366
- Version
- SYME-ND-000800
- Vuln IDs
-
- V-279273
- Rule IDs
-
- SV-279273r1170704_rule
Checks: C-83823r1170703_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Issue the command "ssl", then issue the command "view keyring". 4. Find the keyrings that state: "FIPS compliant: yes". 1. Log in to the Edge SWG Web UI. 2. Navigate to the Configuration tab. 3. Click the SSL, and then keyrings section. If the keyring in use was not FIPS compliant from step #3 above, this is a finding. Click the keyring in use. If the certificate in the keyring was not issued by a DOD certificate authority this is a finding.
Fix: F-83728r1170579_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "ssl". 4. Enter "create fips keyring show fips-keyring 2048". The "fips-keyring" name can be changed to whatever the site wants to use. 5. Enter "create signing-request fips-keyring". 6. Enter "view signing-request fips-keyring". Copy the signing request PEM data and provide it to the CA for certificate issuance. 7. Once the DOD CA issues/signs the certificate for the keyring type "inline certificate fips-keyring ~", paste the raw certificate data into a text editor, then press enter. Ensure the "~" is present at the end of the inserted text. 8. For each LDAP server, CA certificate, and CAC authentication CA certificate, issue the following command: "inline fips ca-certificate DODCA1 ~". Ensure the ~ is entered at the end of the certificate data paste. Note: DODCA1 is used as an example. 9. Repeat the "inline fips ca-certificate" command for all CA certificates in use for LDAPS and CAC authentication. 10. Create a new FIPS-enabled CCL by entering: "create fips ccl fips-ccl". The fips-ccl name can be changed to whatever the site wants to use. 11. Enter "edit ccl fips-ccl". 12. Enter "add", then enter all the CAs added in all previous steps. 13. Create an SSL device profile by entering: "create fips ssl-device-profile fips-profile fips-keyring". The "fips-profile" name can be changed to whatever the site wants to use.
- RMF Control
- AC-10
- Severity
- M
- CCI
- CCI-000054
- Version
- SYME-ND-000810
- Vuln IDs
-
- V-279274
- Rule IDs
-
- SV-279274r1172805_rule
Checks: C-83824r1170705_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show security". If under "Account", "Maximum number of administrative sessions allowed per user" does not say "3" or less, this is a finding.
Fix: F-83729r1170706_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security management max-user-sessions 3" or less.
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000366
- Version
- SYME-ND-000820
- Vuln IDs
-
- V-279275
- Rule IDs
-
- SV-279275r1170586_rule
Checks: C-83825r1170584_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show version". If this version is not the same as the latest supported image showing on the Broadcom support site: https://support.broadcom.com/group/ecx/products, this is a finding.
Fix: F-83730r1170585_fix
1. Log in to the Broadcom Symantec Support Portal: https://support.broadcom.com/group/ecx/products. 2. Click "My Downloads". 3. Select "Cyber Security Software". 4. Search for "ISG Proxy" for the software downloads specific to Edge SWG (proxy) on ISG. 5. Expand the ISG Proxy, then scroll down for the builds. 6. Select the release to be downloaded (using 7.4.7.2 as an example) to be directed to the page containing the builds.
- RMF Control
- Severity
- M
- CCI
- CCI-004064
- Version
- SYME-ND-000850
- Vuln IDs
-
- V-279276
- Rule IDs
-
- SV-279276r1170589_rule
Checks: C-83826r1170587_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". 3. Move down the configuration to the "security password-policy" section. If the configuration "security password-policy" is set to "prohibit-whitespace", this is a finding.
Fix: F-83731r1170588_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "no security password-policy prohibit-whitespace".
- RMF Control
- Severity
- M
- CCI
- CCI-004068
- Version
- SYME-ND-000860
- Vuln IDs
-
- V-279277
- Rule IDs
-
- SV-279277r1170713_rule
Checks: C-83827r1170712_chk
1. In the Edge SWG Web UI, navigate to the Configuration tab. 2. Select the "SSL" and "OCSP" areas. If no OCSP responder is configured, this is a finding. If the OCSP responder is configured, but the "Issuer CCL" does not match the CCL in the HTTPS-console or the SSH-console x.509 CCL, this is a finding. If the "Response Cache TTL" is not set for "from OCSP response", this is a finding. If any of the "Ignore Settings" are checked, this is a finding.
Fix: F-83732r1170591_fix
1. In the Edge SWG Web UI, navigate to the Configuration tab. 2. Select the "SSL" and "OCSP" area. 3. Select "Add Responder". 4. Under URL, select "from certificate". 5. Check "Issuer CCL" and select the one that matches the HTTPS-console or the SSH-console x.509 CCL. 6. Check "Response CCL" and select the one that matches the HTTPS-console or the SSH-console x.509 CCL. 7. Under "SSL Device Profile", ensure it matches the one in the HTTPS-console. 8. Check "Enable Forwarding". Do not check any of the "Ignore Settings". 9. Click "Apply" and "Save".
- RMF Control
- Severity
- M
- CCI
- CCI-004061
- Version
- SYME-ND-001040
- Vuln IDs
-
- V-279283
- Rule IDs
-
- SV-279283r1170595_rule
Checks: C-83833r1170593_chk
1. Log in to the Edge SWG SSH CLI. 2. Enter "show configuration". 3. Move down the configuration to the "security password-policy" section. If the configuration "security password-policy" is not set to "prohibit-common-words", this is a finding.
Fix: F-83738r1170594_fix
1. Log in to the Edge SWG SSH CLI. 2. Enter "enable" and "configure terminal". 3. Enter "security password-policy prohibit-common-words".