Skip to content

This repo explains the process of sandboxing with python as It is a computer security term reffering to when a program in set aside from other progams in a seprate environment so that if errors or security issues occur ,those issues will not spread to other areas on the computer .

Notifications You must be signed in to change notification settings

zedxpace/SandboxDetection-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Blackhat-SandboxDetection

view - Documentation

Sandboxing :

  • It is a computer security term reffering to when a program in set aside from other progams in a seprate environment so that if errors or security issues occur ,those issues will not spread to other areas on the computer .
  • Programs are enabled in their own sequestered area ,where they can be worked on without posing any threat to other programs.
  • Sandboxes can look like a regular operating environment ,or they cna be much more bare bones .V M are often used for what are reffered to as runtime sandboxes.

: SandBox Detection : For defense against Sandbox or to detect wheather our trojan is running in sandbox or actual operating system.

We can use a few indicators to try to determine whether our trojan is executing within a sandbox. we'll monitor our target machine for recent user input ,including key-strokes and mouse-clicks. -ZED

About

This repo explains the process of sandboxing with python as It is a computer security term reffering to when a program in set aside from other progams in a seprate environment so that if errors or security issues occur ,those issues will not spread to other areas on the computer .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages