Commit eb7b5991 by Marc Rivero López Committed by GitHub

Update MALW_Batel.yar

parent 764a5208
......@@ -5,14 +5,16 @@
import "pe"
rule Batel_export_function : backdoor batel {
meta:
author = "@j0sm1"
date = "2016/10/15"
description = "Batel backdoor"
reference = "https://www.symantec.com/security_response/writeup.jsp?docid=2016-091923-4146-99"
filetype = "binary"
rule Batel_export_function
{
condition:
pe.exports("run_shell") and pe.imports("kernel32.dll","GetTickCount") and pe.imports("kernel32.dll","IsDebuggerPresent") and pe.imports("msvcr100.dll","_crt_debugger_hook") and pe.imports("kernel32.dll","TerminateProcess") and pe.imports("kernel32.dll","UnhandledExceptionFilter")
}
\ No newline at end of file
meta:
author = "@j0sm1"
date = "2016/10/15"
description = "Batel backdoor"
reference = "https://www.symantec.com/security_response/writeup.jsp?docid=2016-091923-4146-99"
filetype = "binary"
condition:
pe.exports("run_shell") and pe.imports("kernel32.dll","GetTickCount") and pe.imports("kernel32.dll","IsDebuggerPresent") and pe.imports("msvcr100.dll","_crt_debugger_hook") and pe.imports("kernel32.dll","TerminateProcess") and pe.imports("kernel32.dll","UnhandledExceptionFilter")
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment