Metasploit_Loader_RSMudge
Description
Detects a Metasploit Loader by RSMudge - file loader.exe
Query · yara
strings: $s1 = "Could not resolve target" fullword ascii $s2 = "Could not connect to target" fullword ascii $s3 = "%s [host] [port]" fullword ascii $s4 = "ws2_32.dll is out of date." fullword ascii $s5 = "read a strange or incomplete length value" fullword ascii condition: ( uint16(0) == 0x5a4d and filesize < 200KB and ( 3 of ($s*) ) ) or ( all of them )