PasswordPro_NTLM_DLL
Description
Auto-generated rule - file NTLM.dll
Query · yara
strings:
$s1 = "NTLM.dll" fullword ascii
$s2 = "Algorithm: NTLM" fullword ascii
condition:
(uint16(0) == 0x5a4d and
filesize < 20KB and
pe.exports("GetHash") and pe.exports("GetInfo") and
(all of them)
)