Commit 5de3e211 by mmorenog

Update TangoBravo.yara

parent 43ebf112
...@@ -23,20 +23,7 @@ rule TangoBravo ...@@ -23,20 +23,7 @@ rule TangoBravo
75 E2 jnz short loc_40110C 75 E2 jnz short loc_40110C
*/ */
$targetDomainCheck = { $targetDomainCheck = {5? 5? FF ?? 83 C4 08 85 C0 75 ?? 8? ?? 08 01 00 00 8? ?? 08 01 00 00 4? 8B ?? 84 ?? 75 }
5?
5?
FF ??
83 C4 08
85 C0
75 ??
8? ?? 08 01 00 00
8? ?? 08 01 00 00
4?
8B ??
84 ??
75
}
condition: condition:
$targetDomainCheck 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)) $targetDomainCheck 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