Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-tom committed Aug 11, 2020
1 parent 3871795 commit cf51da3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 17 deletions.
34 changes: 23 additions & 11 deletions README.md
Expand Up @@ -17,15 +17,13 @@ Please download from the [Releases](https://github.com/JPCERTCC/EmoCheck/release

Latest hash:

__The following released files have code signing with Microsoft Authenticode.__
> emocheck_v1.0_x86.exe
> MD5 : 00f7612ff7e571115638206dd5b32f2c
> SHA256: 544b6eb3bc04e9015ae7b4078e20a33a28c35370fb9e2c498d65e072c4c81bf3
> emocheck_x86_signed.exe
> MD5 : 7b48be91855af1c1cee55c2b4aa6005d
> SHA256: 4c39ef11ade2e99eaefe37b6549e96108fd19f4152a55059a9e04a7dd13ad989
> emocheck_x64_signed.exe
> MD5 : 4739c25603fab312ab89508920039806
> SHA256: fe07c8f02ff713d3e6cfa7f515b22da2b06cde8c6598639e1cb25c3a49ad9e86
> emocheck_v1.0_x64.exe
> MD5 : 59ecb58b11c6df9324043fe4d2caf210
> SHA256: cb80892758754d12af2148bcffc32eae0daa02c4815415b394aff2d79e0b761b
## Command options

Expand All @@ -50,7 +48,12 @@ EmoCheck scans the running process on the host, and find Emotet process from the

(added in v0.0.2)
Emotet keeps their encoded process name in a specific registry key.
EmoCheck looks up and decode the registry value, and find it from the process list.
EmoCheck looks up and decode the registry value, and find it from the process list.
Code Signing with Microsoft Authenticode.

(added in v1.0)
Support the April 2020 updated of Emotet.
Obfuscated code.

## Sample Report

Expand Down Expand Up @@ -112,17 +115,26 @@ The report will be exported to the following path.
- (Feb. 10, 2020) v0.0.2
- update detecting method
- add options
- (Aug. 11, 2020) v1.0.0
- update detecting method

## Notes

### Tested environments

- Windows 10 1809 64bit Japanese Edition
- Windows 8.1 64bit Japanese Edition
- Windows 7 SP1 32bit Japanese Edition
- Windows 7 SP1 64bit Japanese Edition
- ~~Windows 7 SP1 32bit Japanese Edition~~
- ~~Windows 7 SP1 64bit Japanese Edition~~

Windows 7 does not support UTF-8 output in the Command Prompt.


### Build

- Windows 10 1809 64bit Japanese Edition
- Microsoft Visual Studio Community 2017

### Source code

Not published from v1.0.
18 changes: 12 additions & 6 deletions README_jp.md
Expand Up @@ -19,13 +19,13 @@ Windows OS 用 Emotet 検知ツール

なお、ファイルのハッシュ値は以下の通りです。

> emocheck_x86.exe
> MD5 : 89863A79D531E2730D450F2D1C99EB6C
> SHA256: 5A459538DE0A5B1C270C0617191A71D23EA6C705650761EF9B7095A736AF7301
> emocheck_v1.0_x86.exe
> MD5 : 00f7612ff7e571115638206dd5b32f2c
> SHA256: 544b6eb3bc04e9015ae7b4078e20a33a28c35370fb9e2c498d65e072c4c81bf3
> emocheck_x64.exe
> MD5 : 94005A6447CA810619FF24D67EF67A93
> SHA256: 65838C35D03FE36E9DBA1408E2278F8BC282B1319FEFAABEE4491B45E1254163
> emocheck_v1.0_x64.exe
> MD5 : 59ecb58b11c6df9324043fe4d2caf210
> SHA256: cb80892758754d12af2148bcffc32eae0daa02c4815415b394aff2d79e0b761b
## コマンドオプション

Expand Down Expand Up @@ -109,6 +109,8 @@ Emotetが検知された場合、以下のようなレポートが作成され
- (2020/02/10) v0.0.2
- 検知手法の追加
- コマンドオプションの追加
- (2020/08/11) v1.0.0
- 検知手法の追加

## その他

Expand All @@ -123,3 +125,7 @@ Emotetが検知された場合、以下のようなレポートが作成され

- Windows 10 1809 64bit 日本語版
- Microsoft Visual Studio Community 2017

### ソースコード

v1.0は公開していません。

0 comments on commit cf51da3

Please sign in to comment.