Skip to content

Commit

Permalink
Merge pull request Neo23x0#125 from Karneades/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate condition in gen_ransomware_command_lines.yar
  • Loading branch information
Neo23x0 authored Jun 2, 2021
2 parents f96f189 + 934f10d commit 68dc4e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yara/gen_ransomware_command_lines.yar
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ rule ransomware_command_lines
or ( $e_powershell and $p_win32_shadowcopy)
or ( $e_powershell and 1 of ($p_ps_version*))
or ( $e_powershell and 1 of ($p_ps_enc*) and 1 of ($p_ps_cmds*))
or ( $e_powershell and $p_win32_shadowcopy)
)
}
Expand Down

0 comments on commit 68dc4e5

Please sign in to comment.