APT_KE3CHANG_TMPFILE
Description
Detects Strings left in TMP Files created by K3CHANG Backdoor Ketrican
Query · yara
strings:
$pps1 = "PSParentPath : Microsoft.PowerShell.Core\\Registry::HKEY_CURRENT_USE" fullword ascii
$pps2 = "PSPath : Microsoft.PowerShell.Core\\Registry::HKEY_CURRENT_USE" fullword ascii
$psp1 = ": Microsoft.PowerShell.Core\\Registry" ascii
$s4 = "PSChildName : PhishingFilter" fullword ascii
$s1 = "DisableFirstRunCustomize : 2" fullword ascii
$s7 = "PSChildName : 3" fullword ascii
$s8 = "2500 : 3" fullword ascii
condition:
uint16(0) == 0x5350 and filesize < 1KB and $psp1 and 1 of ($pps*) and 1 of ($s*)