Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Check Anti-Virus Software: Complete Guide

Learn about Check Anti-Virus Software, including Preventive Measures, key uses, practical steps, common issues, and answers to frequently asked questions.

Table of Contents

This guide provides a clear overview of check anti-virus software, including Preventive Measures, Install Windows Virtual Machine. Use it to understand the topic, compare the available options, and make a more informed decision.

Preventive Measures

When choosing a computer to use for these tests, you should choose an old computer that you no longer need, or a new, inexpensive computer that doesn't have any of your personal files on it.

Warning: This guide involves downloading real malware – programs designed to do real damage to your computer and data. If you take enough precautions, you will be safe. But be prepared for anything bad that could happen.

Install Windows Virtual Machine

Since we're running a Windows virtual machine (VM), try starting with a computer using something other than the Windows operating system, such as macOS or Linux. By having the server run a different operating system than the virtual machine, it is less likely that a virus that infects your virtual machine can break in to infect the actual host system.

The article is using Parallels Desktop for Mac on macOS to run the Windows virtual machine in this tutorial. Let's install Parallels with Windows 11; This is very easy and only requires a few clicks to set up.

More Virtualization Options

If you have a different host operating system or want to use a different provider, you can choose a different virtualization software instead of Parallels. There are many options, depending on your host operating system. A few good options include:

Protect and Power Up Windows

You can limit the potential for malware to spread by preparing various programs and settings before downloading and checking for malware.

Install, Update and Configure Anti-Virus Software

At this point, you want to install the antivirus program of your choice on your virtual machine. This tutorial is using the default Windows Defender.

1. Open the Settings app and click Privacy & security > Windows Security .

Install, Update and Configure Anti-Virus Software - Check Anti-Virus Software

2. Click Virus & threat protection .

Install, Update and Configure Anti-Virus Software - Check Anti-Virus Software

3. Scroll down a bit and click Manage settings.

Install, Update and Configure Anti-Virus Software - Check Anti-Virus Software

4. On the next screen, make sure that all security options are enabled, especially the Real-time protection option.

Install, Update and Configure Anti-Virus Software - Check Anti-Virus Software

5. Click the back button in the top left corner, then scroll down to click Protection updates.

Install, Update and Configure Anti-Virus Software - Check Anti-Virus Software

6. Click Check for updates to make sure Windows Defender can identify the latest threats.

Install, Update and Configure Anti-Virus Software - Check Anti-Virus Software

Create a Non-Admin User Account

The default account on a Windows virtual machine is usually the admin account. It is more risky to run malware with an admin account because it can make changes to the operating system without requiring a password.

1. Open Settings > Accounts .

Create a Non-Admin User Account - Check Anti-Virus Software

2. Click Other users.

Create a Non-Admin User Account - Check Anti-Virus Software

3. Click Add account.

Create a Non-Admin User Account - Check Anti-Virus Software

4. Click I don't have this person's sign-in information .

Create a Non-Admin User Account - Check Anti-Virus Software

5. Click Add a user without a Microsoft account .

Create a Non-Admin User Account - Check Anti-Virus Software

6. Enter the user name and password.

Create a Non-Admin User Account - Check Anti-Virus Software

7. Scroll down to fill in all the security questions, then click Next.

Create a Non-Admin User Account - Check Anti-Virus Software

8. New account will be created as "Standard User" , not "Administrator". Click the Windows Start button, then click your current username and choose a new username.

Create a Non-Admin User Account - Check Anti-Virus Software

9. Sign in with your chosen password.

Prepare to Run Malware

To prepare the virtual machine to run malware and test it, you will need the following items:

Install Python

You will have to install Python 2.7, a safe program, to run the malware archive that will be downloaded later.

1. Open the Settings app and search for App execution aliases in the search bar.

Install Python - Check Anti-Virus Software

2. Scroll down to find any entries named 'python3.exe' or 'python.exe' and disable them all.

Install Python - Check Anti-Virus Software

3. Download Python 2.7 from its official website (Windows x86-64 MSI installer file).

Install Python - Check Anti-Virus Software

4. Go through with settings. In the customization steps make sure you have 'Add python.exe to Path' enabled.

Install Python - Check Anti-Virus Software

5. Download and install Microsoft Visual C++ Compiler for Python 2.7.

Download and Install Thezoo

1. Go to theZoo on GitHub. theZoo is a popular open source program that safely browses a collection of known malware. Click Code > Download ZIP . Rest assured, nothing bad will happen to your computer if you just download this.ZIP file. All malware remains encrypted and locked until you complete the final step below.

Download and Install Thezoo - Check Anti-Virus Software

2. Extract the downloaded.ZIP file and enter the directory. You will see different.PY files and a 'malware' folder.

Download and Install Thezoo - Check Anti-Virus Software

3. Right-click an empty space in the file explorer and click Open in Terminal .

Download and Install Thezoo - Check Anti-Virus Software

4. Install and update the additional Python modules that theZoo needs to operate. Type the command pip install --user --upgrade "pip==20.3.4" and press Enter.

5. Enter the following pip install pyreadline command.

6. Type pip install --user -r requirements.txt .

7. You will see the message 'Successfully installed pyminizip-0.2.6' . Don't worry about the warning messages.

Download and Install Thezoo - Check Anti-Virus Software

Configure Parallels Settings for Maximum Security

1. Shut down your Windows virtual machine.

Configure Parallels Settings for Maximum Security - Check Anti-Virus Software

2. Click the gear icon of the Windows virtual machine in the Parallels Control Center.

Configure Parallels Settings for Maximum Security - Check Anti-Virus Software

3. Go to Hardware > CPU & Memory > Manual , then reduce Processors and Memory to less than half of your physical system capacity. To be safe, reduce it to two processors and 4GB of memory.

Configure Parallels Settings for Maximum Security - Check Anti-Virus Software

4. Click Shared Printers , then uncheck Share Mac printers with Windows 11 .

Configure Parallels Settings for Maximum Security - Check Anti-Virus Software

5. Go to menu Network -> Source and select Disconnected.

Configure Parallels Settings for Maximum Security - Check Anti-Virus Software

6. Select Security and check the Isolate Windows from Mac option.

Configure Parallels Settings for Maximum Security - Check Anti-Virus Software

7. Click the power button on your Windows virtual machine in Parallels Control Center.

Configure Parallels Settings for Maximum Security - Check Anti-Virus Software

8. Log back in to the non-admin user you created earlier.

Even without using Parallels, you can apply the same settings to most other virtualization software.

Run Malware

1. To run the malware, open a Terminal window in the theZoo folder as shown earlier.

2. Type python theZoo.py and press Enter.

3. Read the end user license agreement (EULA), then enter YES.

4. Inside the theZoo console, type help to see the various commands. Enter exit to leave theZoo at any time.

Run Malware - Check Anti-Virus Software

5. Type search ransomware to list all ransomware. You will see a list like the one below.

Run Malware - Check Anti-Virus Software

6. Select one of the malware using (replace it with the leftmost number next to the listed malware). For example, enter use 352 to select Petya ransomware.

Run Malware - Check Anti-Virus Software

7. Enter get to download the selected malware.

8. You'll quickly get a Windows Defender notification that it's blocked something.

Run Malware - Check Anti-Virus Software

This means you have good protection. While most good anti-virus programs will just silently block any malware from being downloaded, you should also verify it's working!

Conclusion

Understanding Check Anti-Virus Software makes it easier to compare options, avoid common mistakes, and apply the information in this guide more effectively. Review the relevant requirements before making changes or choosing a solution.

FAQ

What is Check Anti-Virus Software?

By having the server run a different operating system than the virtual machine, it is less likely that a virus that infects your virtual machine can break in to infect the actual host system.

Why is Check Anti-Virus Software important?

Understanding Check Anti-Virus Software helps you evaluate features, compatibility, performance, and potential limitations before you choose a product or follow a procedure.

What should you consider when using or choosing Check Anti-Virus Software?

Consider your specific goal, compatibility requirements, available features, cost, security, and the practical recommendations described in this guide.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.