Here is your bat
What you want is ready-to-use AV style sandbox (with detailed logs, all data collection and timed memory dumps). No Sandboxie cannot do this. It is still "Sandbox IE" nothing more.
Additionally it is kinda strange that you cannot extract this bat yourself, especially when this sample drops it at first usual breakpoint.
Code: Select all
:l
if not exist "C:\DOCUME~1\User\0016~1\F29E35~1.BIN" goto e
del /Q /F "C:\DOCUME~1\User\0016~1\F29E35~1.BIN"
goto l
:e
del /Q /F "C:\DOCUME~1\User\APPLIC~1\4763869.bat"
What you want is ready-to-use AV style sandbox (with detailed logs, all data collection and timed memory dumps). No Sandboxie cannot do this. It is still "Sandbox IE" nothing more.
Additionally it is kinda strange that you cannot extract this bat yourself, especially when this sample drops it at first usual breakpoint.
Ring0 - the source of inspiration