KasperMalware_Oct17_1
Description
Detects Kasper Backdoor
Query · yara
strings:
$x1 = "\\Release\\kasper.pdb" ascii
$x2 = "C:\\D@oc@um@en@ts a@nd Set@tings\\Al@l Users" wide
condition:
uint16(0) == 0x5a4d and filesize < 7000KB and (
pe.imphash() == "2bceb64cf37acd34bc33b38f2cddfb61" or
1 of them
)