CredTheft_MSIL_ADPassHunt_1
Description
The TypeLibGUID present in a .NET binary maps directly to the ProjectGuid found in the '.csproj' file of a .NET project. This rule looks for .NET PE files that contain the ProjectGuid found in the public ADPassHunt project.
Query · yara
strings:
$typelibguid = "15745B9E-A059-4AF1-A0D8-863E349CD85D" ascii nocase wide
condition:
uint16(0) == 0x5A4D and $typelibguid