Commit 8901cefa by mmorenog

Update LimaAlfa.yara

parent 55c09c7d
...@@ -22,18 +22,7 @@ rule LimaAlfa ...@@ -22,18 +22,7 @@ rule LimaAlfa
01 28 add [eax], ebp 01 28 add [eax], ebp
*/ */
$a = { $a = {33 C0 66 [2] 8B ?? 81 ?? 00 F0 FF FF 81 ?? 00 30 00 00 75 ?? 8B [3] 25 FF 0F 00 00 03 C7 01}
33 C0
66 [2]
8B ??
81 ?? 00 F0 FF FF
81 ?? 00 30 00 00
75 ??
8B [3]
25 FF 0F 00 00
03 C7
01
}
condition: condition:
$a in ((pe.sections[pe.section_index(".text")].raw_data_offset)..(pe.sections[pe.section_index(".text")].raw_data_offset + pe.sections[pe.section_index(".text")].raw_data_size)) $a in ((pe.sections[pe.section_index(".text")].raw_data_offset)..(pe.sections[pe.section_index(".text")].raw_data_offset + pe.sections[pe.section_index(".text")].raw_data_size))
......
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