Win_PrivEsc_gp3finder_v4_0
Description
Detects a tool that can be used for privilege escalation - file gp3finder_v4.0.exe
Query · yara
strings:
$x1 = "Check for and attempt to decrypt passwords on share" ascii
$x2 = "Failed to auto get and decrypt passwords. {0}s/" fullword ascii
$x3 = "GPPPFinder - Group Policy Preference Password Finder" fullword ascii
condition:
( uint16(0) == 0x5a4d and 1 of ($x*) ) or ( all of them )