Fake Sandbox : Script To Simulate Fake Processes Of Analysis Sandbox/VM

Fake Sandbox Processes small script will simulate fake processes of analysis, sandbox and VM software that some malware will try to avoid. You can download the original script made by @x0rz here (thanks, by the way).

You can also download my slightly optimised script from the root directory. The file is named fsp.ps1. This exact script is also used in the FSP installer.

Script-Features

  • Some (more advanced) spyware might stop executing correctly as long as the created processes run.
  • Requirements: Powershell (preinstalled on Win 7 and newer), that’s all.
  • No system load.
  • Easy to use.

Also Read – PasteHunter : Scanning Pastebin With Yara Rules

Installer-Features

  • Automatically install the script to your autostart directory, so that you don’t have to execute it at every re-login.
  • Requirements: Only Powershell.
  • With uninstaller to purge all files.
  • Everything packed into one tiny offline package.
  • Optional updater included, you can choose if you want it or not.

Usage

Right-click the file and choose “Run with Powershell”

~ OR ~

Open the command line and paste this command (don’t forget to adjust the path):

Powershell -executionpolicy remotesigned -F ‘Your\Path\fsp.ps1’

After pressing enter you can choose to either start or stop all processes.

Autostart

If you’re just using the script and start it manually, you will have to re-run it at every re-login or startup to create the processes again. In order to autostart the script I made an easy-to-use installer.

  • Download the fsp-installer.bat file from the release section or from the folder installer.
  • Double-click it.
  • Now you will see this command prompt window:
  • Choose “i” to start the installation.
  • Now enter “y” to start installing or “n” to abort.
  • If you entered “y” this image will now pop up:
  • Enter “y” to install the auto-updater or “n” to not install it (it’ll work anyways, but the updater is recommended).

—> You can now close the window or press any key to close it. The installation is complete.

Uninstall

If you no longer want this program on your computer, you’ll need the fsp-installer.bat file again. Run it and chose “u” to start the removal process. Then enter “y” if you are ready to purge all created files.

If the process was successful, you’ll see a confirmation screen – done.

Successfully tested on the following Windows versions:

  • Win 10 Professional
  • Win 8.1 Home
  • Win 7 Professional
R K

Recent Posts

LiCo-Extrator : Revolutionizing Icon Extraction Across Platforms

Got it! Below is the updated README.md file with instructions for downloading the project on…

5 hours ago

Termo-Kali : A Guide To Installing Kali Linux On Android via Termux

Termo-Kali bridges the gap between powerful Linux capabilities and the convenience of mobile devices by…

5 hours ago

Certified Ethical Hacker Quiz – Sharpen Your Skills With The CEH v12 Interactive Application

Welcome to the Ethical Hacking Quiz Application, designed to help learners test their knowledge of…

9 hours ago

WPA2 Handshake Automation Tool – A Quick Guide

The WPA2 Handshake Automation Tool is a Python3 script designed to simplify the process of setting up…

9 hours ago

Star-Tup : A Beginner’s Guide To Bash Scripting For Productivity

A custom bash script designed to streamline your startup process and enhance your scripting skills.…

10 hours ago

Cybersecurity Toolkit – Essential Python Tools For Penetration Testing

Welcome to the Cybersecurity Toolkit, a collection of essential Python tools designed for penetration testing…

2 days ago