EXP_DriveCrypt_x64passldr
Description
Detects DriveCrypt exploit
Query · yara
strings:
$s1 = "\\x64\\x64passldr.pdb" ascii
$s2 = "\\amd64\\x64pass.sys" wide
$s3 = "\\\\.\\DCR" fullword ascii
$s4 = "Open SC Mgr Error" fullword ascii
$s5 = "thing is ok " fullword ascii
$s6 = "x64pass" fullword wide
$s7 = "%ws\\%ws\\Security" fullword wide
condition:
uint16(0) == 0x5a4d and filesize < 200KB and 3 of them