APT_APT34_PS_Malware_Apr19_1
Description
Detects APT34 PowerShell malware
Query · yara
strings:
$x1 = "= get-wmiobject Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID" ascii
$x2 = "Write-Host \"excepton occured!\"" ascii /* :) */
$s1 = "Start-Sleep -s 1;" fullword ascii
$s2 = "Start-Sleep -m 100;" fullword ascii
condition:
1 of ($x*) or 2 of them