- New built-in profiles were added:
analysisdetonationforensics
- Sandbox policy defaults are now profile-driven for both networking and
vGPU. - Analyst automation scripts were added:
scripts/Invoke-SampleTriage.ps1scripts/Export-AnalysisArtifacts.ps1scripts/Reset-SandboxWorkspace.ps1
- In-sandbox installer now writes:
analysis-artifacts/install-summary.jsonanalysis-artifacts/install-timeline.csv
- If you maintain custom profile docs, include the new profile names where relevant.
- If you maintain wrappers around profile allow-lists, add
analysis,detonation, andforensics. - If you ingest audit output, account for the new
wsb-vgpuaudit check.
- Prefer
analysisfor daily internet-enabled malware triage. - Prefer
detonationfor restrictive no-network execution workflows. - Prefer
forensicsfor offline metadata/static analysis. - Use
Invoke-SampleTriage.ps1before execution to create hash + string previews. - Use
Export-AnalysisArtifacts.ps1to export one zip bundle to the mapped shared folder.