17 lines
327 B
Text
17 lines
327 B
Text
|
rule snake_packed
|
||
|
{
|
||
|
meta:
|
||
|
author = "artemon security"
|
||
|
md5 = "f4f192004df1a4723cb9a8b4a9eb2fbf"
|
||
|
reference = "http://artemonsecurity.com/uroburos.pdf"
|
||
|
strings:
|
||
|
/*
|
||
|
25 FF FF FE FF and eax, 0FFFEFFFFh
|
||
|
0F 22 C0 mov cr0, eax
|
||
|
C0 E8 ?? ?? 00 00 call sub_????
|
||
|
*/
|
||
|
$cr0 = { 25 FF FF FE FF 0F 22 C0 E8 ?? ?? 00 00}
|
||
|
condition:
|
||
|
any of them
|
||
|
}
|