genhash_genhash
Description
Auto-generated rule - file genhash.exe
Query · yara
strings: $s1 = "genhash.exe <password>" fullword ascii /* PEStudio Blacklist: strings */ /* score: '30.00' */ $s3 = "Password: %s" fullword ascii /* PEStudio Blacklist: strings */ /* score: '17.00' */ $s4 = "%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X%.2X" fullword ascii /* score: '11.00' */ $s5 = "This tool generates LM and NT hashes." fullword ascii /* score: '10.00' */ $s6 = "(hashes format: LM Hash:NT hash)" fullword ascii /* score: '10.00' */ condition: uint16(0) == 0x5a4d and filesize < 200KB and 2 of them