SUSP_PDB_Strings_Keylogger_Backdoor
Description
Detects PDB strings used in backdoors or keyloggers
Query · yara
strings:
$ = "\\Release\\PrivilegeEscalation"
$ = "\\Release\\KeyLogger"
$ = "\\Debug\\PrivilegeEscalation"
$ = "\\Debug\\KeyLogger"
$ = "Backdoor\\KeyLogger_"
$ = "\\ShellCode\\Debug\\"
$ = "\\ShellCode\\Release\\"
$ = "\\New Backdoor"
condition:
uint16(0) == 0x5a4d and filesize < 1000KB
and 1 of them