Commit ec06ead1 by Yara Rules

Detect OutDebugStringA API

Detect OutDebugStringA API
parent 5f94e04a
......@@ -534,6 +534,16 @@ rule Check_UserNames
}
rule Check_OutputDebugStringA_iat
{
meta:
Author = "http://twitter.com/j0sm1"
Description = "Detect in IAT OutputDebugstringA"
Date = "20/04/2015"
condition:
pe.imports("kernel32.dll","OutputDebugStringA")
}
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