PSAttack_EXE
Description
PSAttack - Powershell attack tool - file PSAttack.exe
Query · yara
strings:
$x1 = "\\Release\\PSAttack.pdb"
$s1 = "set-executionpolicy bypass -Scope process -Force" fullword wide
$s2 = "PSAttack.Modules." ascii
$s3 = "PSAttack.PSAttackProcessing" fullword ascii
$s4 = "PSAttack.Modules.key.txt" fullword wide
condition:
(uint16(0) == 0x5a4d and ($x1 or 2 of ($s*))) or 3 of them