Commit 3ec9332b by mmorenog

Update HotelAlfa.yara

parent bf797b97
...@@ -20,15 +20,7 @@ rule HotelAlfa ...@@ -20,15 +20,7 @@ rule HotelAlfa
72 EF jb short loc_4010B4 72 EF jb short loc_4010B4
*/ */
$rscsDecoderLoop = { $rscsDecoderLoop = {8A [2] 80 F1 ?? 88 [2] 8B [2] 40 3B ?? 72 EF}
8A [2]
80 F1 ??
88 [2]
8B [2]
40
3B ??
72 EF
}
condition: condition:
$resourceHTML and $rscsDecoderLoop 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)) $resourceHTML and $rscsDecoderLoop 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