All Projects → FireFart → sandbox

FireFart / sandbox

Licence: other
Simple Windows Sandbox Configuration

Programming Languages

powershell
5483 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to sandbox

rhino
Agile Sandbox for analyzing Windows, Linux and macOS malware and execution behaviors
Stars: ✭ 49 (+32.43%)
Mutual labels:  analysis, sandbox
Automated-Malware-Analysis-List
My personal Automated Malware Analysis Sandboxes and Services
Stars: ✭ 20 (-45.95%)
Mutual labels:  analysis, sandbox
Google-Playstore-Dataset
Google PlayStore App dataset. (2.3 million App Data) and 24 attributes
Stars: ✭ 27 (-27.03%)
Mutual labels:  analysis
spring-startup-analysis
Simple module to analyse bean construction in Java Spring
Stars: ✭ 76 (+105.41%)
Mutual labels:  analysis
Unitor
Tool for analysing and disassembling any unity game. Supports both mono and il2cpp.
Stars: ✭ 31 (-16.22%)
Mutual labels:  analysis
ghidra-findcrypt
Ghidra analysis plugin to locate cryptographic constants
Stars: ✭ 138 (+272.97%)
Mutual labels:  analysis
libTech
Game engine inspired by id Tech and Source written in C#
Stars: ✭ 42 (+13.51%)
Mutual labels:  sandbox
fantasy-premier-league
Fantasy Premier League Stats, Visualizations & Analysis. ⚽ 📊 📈
Stars: ✭ 31 (-16.22%)
Mutual labels:  analysis
knime-r
KNIME Interactive R Statistics Integration
Stars: ✭ 18 (-51.35%)
Mutual labels:  analysis
traffic analyser
Retrieve useful information from apache/nginx access logs to help troubleshoot traffic related problems
Stars: ✭ 44 (+18.92%)
Mutual labels:  analysis
census
📜Automated review of open source software projects
Stars: ✭ 111 (+200%)
Mutual labels:  analysis
COVID19-Algeria-and-World-Dataset
A COVID-19 dataset with 90 World countries including Algeria.
Stars: ✭ 18 (-51.35%)
Mutual labels:  analysis
athenadriver
A fully-featured AWS Athena database driver (+ athenareader https://github.com/uber/athenadriver/tree/master/athenareader)
Stars: ✭ 116 (+213.51%)
Mutual labels:  sandbox
dmarc-viewer
Django based web-app to visually analyze DMARC aggregate reports
Stars: ✭ 51 (+37.84%)
Mutual labels:  analysis
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-62.16%)
Mutual labels:  analysis
decaylanguage
Package to parse decay files, describe and convert particle decays between digital representations.
Stars: ✭ 34 (-8.11%)
Mutual labels:  analysis
pa.llvm
Program Analysis for LLVM
Stars: ✭ 37 (+0%)
Mutual labels:  analysis
glassdoor
glassdoor is a modern, autonomous security framework for Android APKs. POC, unmaintained unfortunately.
Stars: ✭ 14 (-62.16%)
Mutual labels:  analysis
appdata-environment-desktop
A selection of script and the manual for Privacy International's data interception environment
Stars: ✭ 70 (+89.19%)
Mutual labels:  analysis
GroupDocs.Classification-for-.NET
GroupDocs.Classification-for-.NET samples and showcase (text and documents classification and sentiment analysis)
Stars: ✭ 38 (+2.7%)
Mutual labels:  analysis

Windows Sandbox Configuration

This is a simple configuration for Windows Sandbox with some basic tools installed.

For configuration options in the .wsb file please read https://docs.microsoft.com/en-us/windows/security/threat-protection/windows-sandbox/windows-sandbox-configure-using-wsb-file.

Software installed

the following software is currently installed

  • Visual Studio Code
  • Notepad++
  • Sublime Text
  • Amazon Corretto
  • 7-zip
  • dosbox
  • Sysinternals Suite
  • UPX
  • python2
  • python3
  • Ghidra
  • x64dbg
  • dnSpy
  • Detect it easy
  • AutoIT extractor
  • HxD
  • Wireshark
  • Npcap (does not support silent install, you have to click next next next)
  • Microsoft Edge Chromium
  • PEStudio
  • PE-Bear

Additional config

  • powershell script block logging activated
  • sysmon with SwiftOnSecurity profile installed (view results in eventvwr)

Usage

First download all files by executing .\downloadFiles.ps1 inside powershell. This will grab all setups needed. Then run .\createSandboxConfig.ps1 once to create the .wsb file. This is needed because relative paths are currently not supported by Windows Sandbox.

Then simply doubleclick the sandbox.wsb file to launch the sandbox. This will install all needed software on start.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].