[malware] Viper

マルウェア管理、解析フレームワーク
http://viper-framework.readthedocs.org/en/latest/index.html
Viper is a binary analysis and management framework.

sudo apt-get install gcc python-dev python-pip

sudo pip install SQLAlchemy PrettyTable python-magic

tar -zxvf ssdeep-2.12.tar.gz
cd ssdeep-2.12/
./configure && make
 sudo make install
sudo pip install pydeep

sudo apt-get install python-socksipy

git clone https://github.com/botherder/viper
sudo pip install -r requirements.txt

./viper.py

■データ移行は「viper/projects」内のファイルをコピーする。
■「20141215」フォルダのファイル読込、タグ「xxxxxx」付け
viper > store -f /home/ubuntu/Malware/20141215 -t [xxxxxx]