Configure your Windows Server 2016/2019 Standard virtual system for analysis.
Log on to the virtual machine as administrator.
Note
The VM administrator password
cr@cker42is required for VM profile creation. ATD system updates it to a random string as a part of VM creation. The running sandbox VM will have a random password.If the Manage Your Server window page appears, select Don't Display the page at logon and close the page.
If the Server Manager windows is displayed, select → , select Do not start Server Manager automatically at logon, then select OK.
Disable the shutdown event tracker:
Select → , type
gpedit.msc, then click OK.In the Local Group Policy Editor page, select → → , then double-click Display Shutdown Event Tracker.
Select Disabled, then click OK.
Close the Local Group Policy Editor page.
Turn off the firewall in the virtual image:
Select → → → .
Select Turn off Windows Firewall (not recommended), for the following, then click OK.
Home or work (private) networks
Public networks
Configure FTP settings in the virtual image:
Install IIS Manager if not already present and make sure you check the FTP Server checkbox when installing IIS Manager.
From Server Manager page, select Add Roles and Features, then click Next.
In the Installation type page, select Role-based or feature-based installation, then click Next.
In the Server selection page, select Select a server from the server pool, then click Next.
In the Server Roles page, expand the Web Server (IIS) node, expand the FTP Server node, select FTP Server, select FTP Service, then click Next.
In the Select features page, select the Telnet Client checkbox, then click Install. You can skip this step if you do not require a Telnet client.
In the confirmation page, click Install.
Select → → .
In the Internet Information Services Manager page, select → , then right-click on Sites and select Add FTP Site.
In the Add FTP Site wizard, do the following.
Provide the FTP site name as
rootand Physical path asC:\, then click Next.For Bindings and SSL Settings, select No SSL, then click Next.
For Authentication and Authorization Information, select Basic under Authentication, select All Users under Allow access to, select both Read and Write under Permissions.
Click Finish.
Ensure that .NET Framework 4.6.2 is installed.
Set automatic logon:
Select → , type
netplwiz, then pressEnter.In the User Accounts window, deselect
Users must enter a user name and password to use this computer, then click Apply.In the Automatically log on page, provide these credentials.
User name —
AdministratorPassword —
cr@cker42Confirm Password —
cr@cker42
Disable Windows updates and Windows Defender:
Select → , type
gpedit.msc, then pressEnter.Select → → → .
On the right pane, double click Configure Automatic Updates, then select Disable.
Click OK.
Select → → → .
On the right pane, double click Turn off Windows Defender , then select Enable.
Click OK.
Configure Microsoft Office 2019:
To analyze Microsoft Word, Excel, and PowerPoint files, install Microsoft Office 2019 on the virtual machine.
Lower the security to run macros for the Office applications. In Microsoft Word , select the Microsoft Office 2019 option on the top left corner, then select → → → , then select Enable all macros (not recommended potentially dangerous code can run). Do the same for other applications such as Microsoft Excel and PowerPoint.
Lower the security to run ActiveX for the Office applications. In Microsoft Word 2007, select the Microsoft Office option on the top left corner, then select → → → , then select Enable all controls without restrictions and without prompting (not recommended potentially dangerous code can run). Do the same for other applications such as Microsoft Excel and PowerPoint.
On the Welcome to Microsoft Office 2019 page, click Next button.
On the Sign-up for Microsoft Update page, select I don't want to use Microsoft Update, then click Finish.
Configure Adobe Reader:
To analyze PDF files, download Adobe Reader to the native host and install it to the VM.
In Adobe reader, if Adobe Reader Protected Mode message appears, select Open with Protected Mode disabled, then select OK.
If Accessibility Setup Assistance message appears, select Cancel.
Select → → , select Do not download or install updated automatically, select OK, then select Yes to confirm the changes.
Configure Java:
Open Registry Editor
Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy\EnableJavaUpdate.Set its value to 0.
Close the Registry Editor.
Configure Adobe flash player:
Run the command prompt as an Administrator.
Execute the following command:
dism.exe /online /add-package /packagepath:"<Adobe-Flash-For-Windows-Package>.mum"
Note
Replace
<Adobe-Flash-For-Windows-Package>with the name and path of the Adobe Flash for Windows package MUM file.Restart the VM.
Configure system startup:
Select → , type
msconfig, then click OK.From the Startup tab, deselect reader_sl and jusched, then click OK.
Note
reader_sl is available only when Adobe Reader is installed.
In the System Configuration dialog, select Don't show this message again, then select Restart.
Configure the default browser:
In Internet Explorer, select → .
In Home page select Use Blank or Use new tab based on the version of Internet Explorer.
From the Privacy tab, uncheck Turn on Pop-up Blocker.
Go to the Advanced tab of the Internet Options and locate Security, then select Allow active content to run in files on My Computer.
Open Registry Editor.
Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{A509B1A7-37EF-4b3f-8CFC-4F3A74704073}.Set its value to 0.
Close the Registry Editor.