Profiles control tool selection and sandbox networking posture.
Notes:
7zipis included as a bootstrap dependency for archive-based tools in all profiles.- Some tools are intentionally marked manual/advanced in this pass instead of pretending full automation.
- New Windows 11 operational presets are available:
analysis,detonation, andforensics.
Use when: Fast baseline with editors/runtime + Sysinternals.
Networking: ❌ Disabled
Core tools:
- 7-Zip
- Visual Studio Code
- Notepad++
- Python 3
- Sysinternals Suite
.\Start-Sandbox.ps1 -Profile minimalUse when: General malware RE/static analysis.
Networking: ❌ Disabled
Adds to minimal:
- Corretto 21
- Visual C++ Redist x64
- Ghidra
- x64dbg
- dnSpyEx
- Detect-It-Easy
- UPX
- PE-bear
- pestudio
- HxD
- FLARE FLOSS
.\Start-Sandbox.ps1 -Profile reverse-engineeringUse when: Network capture/inspection workflows.
Networking: ✅ Enabled
Adds to reverse-engineering:
- Wireshark
- Npcap (manual install)
.\Start-Sandbox.ps1 -Profile network-analysisUse when: Daily malware-analysis workstation with internet-enabled enrichment.
Networking: ✅ Enabled
Core pack:
- Reverse-engineering baseline (
ghidra,x64dbg,dnSpyEx, DIE, UPX, PE-bear, pestudio, HxD, FLOSS) - Sysinternals Suite
- Dependencies
- Wireshark + Npcap
.\Start-Sandbox.ps1 -Profile analysisUse when: Restricted detonation with tighter host interaction and no network by default.
Networking: ❌ Disabled
Core pack:
- Sysinternals Suite
- Detect-It-Easy
- Dependencies
- FLOSS
- API Monitor (manual/advanced)
- ProcDOT (manual/advanced)
.\Start-Sandbox.ps1 -Profile detonation -DisableClipboardUse when: Offline file triage and static forensics.
Networking: ❌ Disabled
Core pack:
- Sysinternals Suite
- Detect-It-Easy
- Dependencies
- UPX
- PE-bear
- pestudio
- HxD
- FLOSS
.\Start-Sandbox.ps1 -Profile forensicsUse when: Rapid triage with lightweight static + network tooling.
Networking: ✅ Enabled
Core pack:
- Sysinternals Suite
- Detect-It-Easy
- Dependencies
- Wireshark
.\Start-Sandbox.ps1 -Profile triage-plusUse when: Windows-focused reverse/debug/runtime tracing.
Networking: ❌ Disabled
Core pack:
- x64dbg
- Detect-It-Easy
- Dependencies
- API Monitor (manual/advanced)
- ProcDOT (manual/advanced)
.\Start-Sandbox.ps1 -Profile reverse-windowsUse when: Behavior + network correlation workflows.
Networking: ✅ Enabled
Core pack:
- Sysinternals Suite
- Wireshark
- API Monitor (manual/advanced)
- ProcDOT (manual/advanced)
.\Start-Sandbox.ps1 -Profile behavior-netUse when: Developer/debugger workstation inside sandbox.
Networking: ❌ Disabled
Core pack:
- Visual Studio Community (manual/heavy)
- Windows SDK (manual/workflow-coupled)
- Sysinternals Suite
.\Start-Sandbox.ps1 -Profile dev-windowsUse when: Entire catalog.
Networking: ✅ Enabled
Includes all tools in tools.json.
.\Start-Sandbox.ps1 -Profile full- REMnux bundling (Linux/container-oriented; planned for later helper/container work).
- VirusTotal Windows uploader bundling (official uploader is no longer maintained by VirusTotal).