Navigation Menu

Skip to content

使用方法

shusei tomonaga edited this page Apr 22, 2019 · 1 revision

MalConfScan には malconfscanmalstrscan の2つの機能があります。

既知のマルウエアの設定情報を抽出

malconfscan はマルウエアの設定情報やデコードした文字列、DGAドメインなどを表示します。

$ python vol.py malconfscan -f images.mem --profile=Win7SP1x64

For Example

RedLeaves configuration data

RedLeaves sample

Bebloh configuration data and DGAs

Bebloh sample

FormBook decoded strings

FormBook sample

参照された文字列の列挙

malstrscan はマリシャスなコードが参照する文字列をリストします。マルウエアの設定情報は通常エンコードされています。マルウエアは設定情報をデコードするため、メモリ上にそのデータが残っている場合があります。この機能は、そのようなデコードされた設定情報をリストできる可能性があります。

この機能は、デフォルトではPEがロードされたメモリスペースからのみ文字列をリストします。 -aオプションを使うと、ヒープなどのペアレントメモリスペースもリストします。

$ python vol.py malstrscan -a -f images.mem --profile=Win7SP1x64

For Example

List the referenced strings of Ramnit

Ramnit strings sample