mswin_check_lm_group
Description
Chinese Hacktool Set - file mswin_check_lm_group.exe
Query · yara
strings:
$s1 = "Valid_Global_Groups: checking group membership of '%s\\%s'." fullword ascii
$s2 = "Usage: %s [-D domain][-G][-P][-c][-d][-h]" fullword ascii
$s3 = "-D default user Domain" fullword ascii
$fp1 = "Panda Security S.L." ascii wide
condition:
uint16(0) == 0x5a4d and filesize < 380KB and all of ($s*)
and not 1 of ($fp*)