WindosShell_s1
Description
Detects simple Windows shell - file s1.exe
Query · yara
strings: $s1 = "[ executing cmd.exe" fullword ascii $s2 = "[ simple remote shell for windows v1" fullword ascii $s3 = "-p <number> Port number to use (default is 443)" fullword ascii $s4 = "usage: s1 <address> [options]" fullword ascii $s5 = "[ waiting for connections on %s" fullword ascii $s6 = "-l Listen for incoming connections" fullword ascii $s7 = "[ connection from %s" fullword ascii $s8 = "[ %c%c requires parameter" fullword ascii condition: ( uint16(0) == 0x5a4d and filesize < 150KB and 2 of them ) or ( 5 of them )