Some viruses that infect computer networks prevent user access to files and even entire systems. These viruses are often referred to as ransomware or cryptolocker viruses. When a system is infected with this malicious code, the files and folders on the system are encrypted by the virus which then demands a ransom to decrypt the data. The virus also attempts to spread from system to system and to encrypt any network shares it can access.
Once the data on systems has been encrypted, the only options for restoring the data are the following:
The worst case scenario occurs when both production systems and backups are encrypted.
This article lists common steps that can be taken to prevent, or at least harden, Rapid Recover Core server against ransomware infection.
There are several steps that can be taken to decrease chances of ransomware infection and reduce restore times in case that infection or other type of damage did happen.
Network Configuration
Disable Network Shares: Disable all network shares on the Core server, including administrative shares. To do this, complete these steps:
Open regedit.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanManServer\Parameters.
Set the value of AutoShareServer to 0. If the key doesn't exist, create it.
Reboot the server for the changes to take effect.
Minimize User Accounts: Restrict access to the Core server by minimizing the number of user accounts with administrative privileges.
Domain Binding: If your Core server is bound to a domain, restrict the Local Users and Local Administrators groups to only the essential domain accounts.
Account Management: Remove the "Domain Admins" and "Domain Users" groups from the Local Users and Local Administrators groups. Limit access to named accounts only.
Disable Unused Accounts: Ensure that all unnecessary local user accounts are disabled, including the default administrator account. If the default administrator account is needed, rename it and set a complex, unique password.
In the event of a ransomware attack, even if the Core server is compromised, the following steps can help expedite recovery:
When ransomware attacks the Core server, the OS is compromised and repository XML files are encrypted. New Core installation won't be able to detect repository data files without appropriate XML files. It's still possible to re-create the XML that describe the repository , but it may take a long time to bring the repository back to working state.