HKTL_EDR_Freeze_Sep25_2
Description
Detects EDR-Freeze hacktool
Query · yara
strings:
$x1 = "EDR-Freeze.exe <TargetPID> <SleepTime>" wide fullword
$x2 = "Successfully created PPL process with PID:" wide fullword
$x3 = "\\EDR-Freeze.pdb" ascii
$sa1 = "C:\\Windows\\System32\\WerFaultSecure.exe" wide fullword /* String occurs 2 times in goodware */
$sa2 = "Failed to create dump files: " wide fullword
$sb1 = " /encfile" wide fullword
$sb2 = " /pid" wide fullword
$sb3 = " /tid" wide fullword
$sb4 = " /cancel" wide fullword
condition:
uint16(0) == 0x5a4d
and filesize < 1000KB
and (
1 of ($x*)
or all of ($sa*)
or all of ($sb*)
) or 6 of them