Skip to content

Commit fa4b09a

Browse files
committed
update nitrogenloader
1 parent 58a2f8f commit fa4b09a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/yara/CAPE/NitrogenLoader.yar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ rule NitrogenLoader
3131
$rc4decrypt_1 = {48 89 ?? 4? 89 ?? E8 [4] 4? 8B ?? 24 [1-4] 4? 89 ?? 4? 89 ?? 4? 89 C1 [0-1] 89 ?? E8 [4] 4? 89}
3232
$rc4decrypt_2 = {E8 [4] 8B ?? 24 [1-4] 4? 89 ?? 48 89 ?? 4? 89 C1 E8 [3] FF}
3333
condition:
34-
(2 of ($string*) and any of ($syscall*)) or 4 of ($decrypt*) or (3 of ($taskman_*) or 3 of ($installers*) and all of ($rc4decrypt_*))
34+
(2 of ($string*) and any of ($syscall*)) or 4 of ($decrypt*) or ((3 of ($taskman_*) or 3 of ($installers*)) and all of ($rc4decrypt_*))
3535
}

0 commit comments

Comments
 (0)