According to its main site JSDetox is a Javascript malware analysis tool using static analysis/deobfuscation techniques and an execution engine featuring HTML DOM emulation. To install it just execute these steps: (These actions have been tested using a Kali Linux installation) Requisites to be able to install JSDetox are: git- ruby- ruby-dev libxslt1-dev- libxml2-dev build-essential It may appear this error: The installation of therubyracer 0.9.8 has a problem and can’t
malware
Cuckoo Sandbox Guideline – Preparing the guest (2/2)
This is the second and the last blog post of a whole article to explain how to install Cuckoo Sandbox. If you haven’t read first article yet please read it first here. Preparing the guest: Creation of the Virtual Machine Once you have properly installed your virtualization software, you can proceed on creating all the virtual machines you need to execute the samples. Requirements: Install Python Python is a strict
Cuckoo Sandbox Install Guideline – Preparing the host (1/2)
Cuckoo Sandbox is an open source software for automating analysis of suspicious files. To do so it makes use of custom components that monitor the behavior of the malicious processes while running in an isolated environment.Cuckoo Sandbox has been recently updated to the version 2.0 and the steps to install it have changed a lot. For this reason I’m re-writing my tutorial to explain how to install it. It is