Skip to content

Commit

Permalink
False Positive Reduction #42
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Aug 22, 2018
1 parent 5d4ed22 commit 8ddab9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yara/gen_powershell_susp.yar
Expand Up @@ -149,8 +149,11 @@ rule WScript_Shell_PowerShell_Combo {
$p1 = "powershell.exe" fullword ascii
$p2 = "-ExecutionPolicy Bypass" fullword ascii
$p3 = "[System.Convert]::FromBase64String(" ascii
$fp1 = "Copyright: Microsoft Corp." ascii
condition:
filesize < 400KB and $s1 and 1 of ($p*)
and not 1 of ($fp*)
}

rule SUSP_PowerShell_String_K32_RemProcess {
Expand Down

0 comments on commit 8ddab9b

Please sign in to comment.