Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4362

Script to Automate Implementation of Security & Compliance Analyzer Recommendations

$
0
0

Script to Automate Implementation of Security & Compliance Analyzer Recommendations

KB ID: 4525
Published: 2023-12-14
Last Modified: 2023-12-14

Purpose

This article provides information regarding automating the configuration of the Veeam Backup Server server according to practices suggested in the Security & Compliance Analyzer, a feature introduced in Veeam Backup & Replication 12.1.

The script on this page is provided to expedite the implementation of Security & Compliance Analyzer recommendations. It was created by Veeam's development team and will be updated as further Security & Compliance recommendations are added to Veeam Backup & Replication.

For details on the Security & Compliance Analyzer feature, please review the Veeam Backup & Replication User Guide.

Solution

Read Entire Article Closely
We strongly encourage you to read all of the information below before executing the provided automation script.
It is critical that you understand what this script does and the impact it will have.

Automated Script Limitations and Considerations

  • The script only applies missing security best practices found on the machine where Veeam Backup & Replication is installed, where the script is run from. The script will not apply security best practices to any other machine.
  • Some of the practices apply security settings that might affect other applications. For example, the script will attempt to disable SSL2.0 on a server, which will cause other applications that depend on SSL 2.0 to fail.
  • Some of the practices apply security settings that might cause server lockdown. For example, the script may attempt to disable Remote Desktop Services (TermService), restricting RDP access to the server; it may also disable Windows Remote Management (WinRM service), which, when disabled, may cause problems with external management of the server.
  • The script will not process Suppressed entries within the Security & Compliance Analyzer UI. Before using the apply option within the script, compare the report output of the script to the entries within the UI and suppress any security recommendations you do not want the script to attempt to remediate.
    Note: If you supress any options after the script has generated its report, use option 1 to refresh the compliance report so that the script aknowledges the supressed option(s). You'll note that the (total: #) for option 2 will change.
  • This script does not have an undo option. Once changes are made, if you wish to revert those changes, you must do so manually.

Automated Script Usage

The PowerShell script must be run in an elevated PowerShell console on the Veeam Backup Server using an account with local administrator permissions.

Script Explanation
  1. The script will connect to the local instance of Veeam Backup & Replication.
  2. The script will trigger a new session of the Security & Compliance Analyzer.
  3. The script will wait 10 seconds and then collect verification statuses.
  4. The script will determine the status for each of the suggested configurations and find which suggested best practices require remediation that the script can assist with.
  5. The script will output the results in the PowerShell console.
  6. The script will prompt the user to select a course of action:
    • 1: Refresh compliance report
    • 2: Apply recommended security & compliance configurations
    • 0: Exit
  7. Selecting option #2 will cause the script to attempt automatic remediation of all entries listed as:
    Not implemented (Use 'Apply Configurations' option to fix)
    

    Note: Entries that are suppressed within the Security & Compliance Analyzer UI will be listed as "Not implemented" but will NOT be fixed using the script.
  8. After applying remediation actions, results will be displayed in the console.

Example Screenshots

Script Execute
Note how 9 entries have (Use 'Apply configurations' option to fix), but only 8 are corrected.
This is due to the Security alert regarding Remote Desktop Services (TermService) being Suppressed in the UI (see screenshot below).
Supression Example
Example of Suppressed Entry

Download Information

Customers are strongly encouraged to review the entire article to ensure they understand how this script functions and the impacts it may have. Veeam Support will not assist with OS or third-party software issues resulting from executing this script.
Download Script

Filename: VeeamSecurity&ComplianceAnalyzer_20231207.zip
Update: 2023-12-14

MD5: 3A201DB2292D26C6DC8909D95D21524D
SHA1: 032A65936D56407330F0AD6FCF2F4C446B38CBE1

To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Viewing all articles
Browse latest Browse all 4362

Trending Articles