Emotet detection tool for Windows OS.
Please download from the Releases page.
(since v0.0.2)
/output [your output directory]
or -output [your output directory]
/quiet
or -quiet
/json
or -json
/debug
or -debug
/help
or -help
(v0.0.1)
Emotet generates their process name from a specific word dictionary and C drive serial number. EmoCheck scans the running process on the host, and find Emotet process from their process name.
(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. Code Signing with Microsoft Authenticode.
(added in v1.0)
Support the April 2020 updated of Emotet.
Obfuscated code.
(added in v2.0)
Support the December 2020 updated of Emotet.
French language support. (Thanks to CERT-FR)
Text stlye:
[Emocheck v0.0.2]
Scan time: 2020-02-10 13:06:20
____________________________________________________
[Result]
Detected Emotet process.
[Emotet Process]
Process Name : mstask.exe
Process ID : 716
Image Path : C:\Users\[username]\AppData\Local\mstask.exe
____________________________________________________
Please remove or isolate the suspicious execution file.
JSON style (added in v0.0.2):
{
"scan_time":"2020-02-10 13:06:20",
"hostname":"[your hostname]",
"emocheck_version":"0.0.2",
"is_infected":"yes",
"emotet_processes":[
{
"process_name":"mstask.exe",
"process_id":"716",
"image_path":"C:\\Users\\[username]\\AppData\\Local\\mstask.exe"
}
]
}
The report will be exported to the following path.
(v0.0.1)
[current directory]\yyyymmddhhmmss_emocheck.txt
(since v0.0.2)
[output path]\[computer name]_yyyymmddhhmmss_emocheck.txt
[output path]\[computer name]_yyyymmddhhmmss_emocheck.json
(v0.0.1)
Please read the LICENSE page.
Windows 7 does not support UTF-8 output in the Command Prompt.
Not published from v2.1.
Click to Open Code Editor