SUSP_Katz_PDB
Description
Detects suspicious PDB in file
Query · yara
strings:
$s1 = /\\Release\\[a-z]{0,8}katz.pdb/
$s2 = /\\Debug\\[a-z]{0,8}katz.pdb/
condition:
uint16(0) == 0x5a4d and filesize < 6000KB and all of them
Detects suspicious PDB in file
strings:
$s1 = /\\Release\\[a-z]{0,8}katz.pdb/
$s2 = /\\Debug\\[a-z]{0,8}katz.pdb/
condition:
uint16(0) == 0x5a4d and filesize < 6000KB and all of them
Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.