CN_Honker_Interception3389_setup
Description
Sample from CN Honker Pentest Toolset - file setup.exe
Query · yara
strings: $s0 = "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\Notify\\%s" fullword ascii /* PEStudio Blacklist: strings */ $s1 = "%s\\temp\\temp%d.bat" fullword ascii /* PEStudio Blacklist: strings */ $s5 = "EventStartShell" fullword ascii /* PEStudio Blacklist: strings */ $s6 = "del /f /q \"%s\"" fullword ascii $s7 = "\\wminotify.dll" ascii condition: uint16(0) == 0x5a4d and filesize < 400KB and all of them