ZxShell_Related_Malware_CN_Group_Jul17_1
Description
Detects a ZxShell related sample from a CN threat group
Query · yara
strings:
$x1 = "CMD.EXE /C NET USER GUEST /ACTIVE:yes && NET USER GUEST ++++++" ascii
$x2 = "system\\cURRENTcONTROLSET\\sERVICES\\tERMSERVICE" fullword ascii
$x3 = "\\secivreS\\teSlortnoCtnerruC\\METSYS" ascii /* reversed goodware string 'SYSTEM\\CurrentControlSet\\Services\\' */
$x4 = "system\\cURRENTCONTROLSET\\cONTROL\\tERMINAL sERVER" fullword ascii
$x5 = "sOFTWARE\\mICROSOFT\\iNTERNET eXPLORER\\mAIN" fullword ascii
$x6 = "eNABLEaDMINtsREMOTE" fullword ascii
condition:
( uint16(0) == 0x5a4d and filesize < 400KB and 1 of them )