SUSP_PDB_Path_Keywords
Description
Detects suspicious PDB paths
Query · yara
strings:
$ = "Debug\\Shellcode" ascii
$ = "Release\\Shellcode" ascii
$ = "Debug\\ShellCode" ascii
$ = "Release\\ShellCode" ascii
$ = "Debug\\shellcode" ascii
$ = "Release\\shellcode" ascii
$ = "shellcode.pdb" nocase ascii
$ = "\\ShellcodeLauncher" ascii
$ = "\\ShellCodeLauncher" ascii
$ = "Fucker.pdb" ascii
$ = "\\AVFucker\\" ascii
$ = "ratTest.pdb" ascii
$ = "Debug\\CVE_" ascii
$ = "Release\\CVE_" ascii
$ = "Debug\\cve_" ascii
$ = "Release\\cve_" ascii
condition:
uint16(0) == 0x5a4d and 1 of them