mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
Reduced false positives with PowerShell casing anomaly rule
This commit is contained in:
parent
2f9ac3fe8f
commit
f34bf9d9c8
@ -25,6 +25,7 @@ rule PowerShell_Case_Anomaly {
|
||||
$sn2 = "Powershell" fullword ascii wide
|
||||
$sn3 = "PowerShell" fullword ascii wide
|
||||
$sn4 = "POWERSHELL" fullword ascii wide
|
||||
$sn5 = "powerShell" fullword ascii wide
|
||||
|
||||
// PowerShell with \x19\x00\x00
|
||||
$a1 = "wershell -e " nocase wide ascii
|
||||
|
Loading…
Reference in New Issue
Block a user