Skip to content

Commit 4dd1021

Browse files
committed
2 parents ce6036d + e1e4eed commit 4dd1021

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

yara/mal_lnx_plague.yar

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rule MAL_LNX_PLAGUE_BACKDOOR_Jul25 {
1515
$x2 = "updateklog"
1616
$x3 = "init_cred_structs"
1717
18-
$o1 = {
18+
$xop1 = {
1919
48 8b [4] 00 // mov rax, cs:_ent_ptr
2020
8b 00 // mov eax, [rax]
2121
3d ca b2 e9 f1 // cmp eax, 0F1E9B2CAh
@@ -24,10 +24,6 @@ rule MAL_LNX_PLAGUE_BACKDOOR_Jul25 {
2424
condition:
2525
uint32be(0) == 0x7f454c46
2626
and filesize < 1MB
27-
and (
28-
all of ($s*)
29-
or 1 of ($x*)
30-
or $o1
31-
)
27+
and 2 of them
3228
}
3329

0 commit comments

Comments
 (0)