A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #15007  by garack
 Fri Aug 03, 2012 6:53 pm
yes it works great :)

The only problem i have is to start malware that comes with a .dll not a .exe

i have a .dll that must be started with regsvr32, so i start the cmd via sanboxie and start the .dll via regsvr32, but the malware doesnt start as it should..

Is there a way you know to start .dlls via sandboxie ?
 #15008  by Buster_BSA
 Fri Aug 03, 2012 7:31 pm
garack wrote:yes it works great :)

The only problem i have is to start malware that comes with a .dll not a .exe

i have a .dll that must be started with regsvr32, so i start the cmd via sanboxie and start the .dll via regsvr32, but the malware doesnt start as it should..

Is there a way you know to start .dlls via sandboxie ?
Starting a DLL is not trivial. It should have some function to install or do something, so you must look at the list of exported functions and then run something like:

rundll32.exe file.dll,installA

One example: Flame. Take a look here: http://blog.cuckoosandbox.org/2012/05/2 ... -in-flame/
 #15225  by Buster_BSA
 Thu Aug 16, 2012 7:49 am
Released Buster Sandbox Analyzer 1.74.

Changes:

+ Added functionalities to locate bugs
+ Added analysis duration information to reports
+ Removed the option to include version information
+ Fixed several bugs
 #15364  by Buster_BSA
 Sun Aug 26, 2012 11:24 pm
Released Buster Sandbox Analyzer 1.76.

Changes:

+ Added a feature to check for API hooks
+ Added “Launch Custom Applications” feature
+ Added new malware behaviours
+ Included new malware behaviours at “Risk Evaluation Ratings”
+ Removed “Launch Internet Explorer” and “Launch Windows Explorer” features
+ Fixed several bugs
 #15639  by Buster_BSA
 Mon Sep 17, 2012 11:58 am
Released Buster Sandbox Analyzer 1.78.

Changes:

+ Added a feature to specify report folder in automatic mode
+ Improved “URL Analyzer” feature
+ Improved command line feature
+ Removed “Save Settings on Exit” feature
+ Fixed several bugs
  • 1
  • 23
  • 24
  • 25
  • 26
  • 27
  • 32