mirror of
https://github.com/reversinglabs/reversinglabs-yara-rules
synced 2026-06-11 03:01:18 +00:00
Added new YARA rules.
This commit is contained in:
@@ -32,7 +32,13 @@ rule Win32_Trojan_Dridex : tc_detection malicious
|
||||
$resolve_api_wrapper_3 = {
|
||||
55 8B EC 57 8B 7D ?? 57 E8 ?? ?? ?? ?? 85 C0 75 ?? 56 8B 75 ?? 81 FE ?? ?? ?? ?? 74
|
||||
?? 56 E8 ?? ?? ?? ?? 85 C0 75 ?? 8B CE E8 ?? ?? ?? ?? 84 C0 74 ?? 56 E8 ?? ?? ?? ??
|
||||
85 C0 75 ?? 5E 33 C0 5F 5D C2 ?? ?? 57 50 E8 ?? ?? ?? ?? 5E 5F 5D C2
|
||||
85 C0 75 ?? 5E 33 C0 5F 5D C2 ?? ?? 57 50 E8 ?? ?? ?? ?? 5E 5F 5D C2
|
||||
}
|
||||
|
||||
$resolve_api_wrapper_4 = {
|
||||
55 8B EC FF 75 ?? E8 ?? ?? ?? ?? 85 C0 75 ?? 56 8B 75 ?? 81 FE ?? ?? ?? ?? 74 ?? 56
|
||||
E8 ?? ?? ?? ?? 85 C0 75 ?? 8B CE E8 ?? ?? ?? ?? 84 C0 74 ?? 56 E8 ?? ?? ?? ?? 85 C0
|
||||
74 ?? 5E 89 45 ?? 5D E9
|
||||
}
|
||||
|
||||
$find_first_file_snippet_1 = {
|
||||
@@ -59,6 +65,12 @@ rule Win32_Trojan_Dridex : tc_detection malicious
|
||||
?? 8D 56 ?? 52 53 51 CC C3
|
||||
}
|
||||
|
||||
$find_first_file_snippet_5 = {
|
||||
56 8B F1 32 C9 57 C7 46 ?? ?? ?? ?? ?? E8 ?? ?? ?? ?? 68 ?? ?? ?? ?? 68 ?? ?? ?? ??
|
||||
8B 38 E8 ?? ?? ?? ?? 8B D0 85 D2 74 ?? 33 C0 B9 ?? ?? ?? ?? 83 FF ?? 0F 4C C8 51 50
|
||||
50 8D 46 ?? 50 33 C0 83 FF ?? 0F 9D C0 50 FF 76 ?? FF D2
|
||||
}
|
||||
|
||||
condition:
|
||||
uint16(0) == 0x5A4D and
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user