SYMBOLCOMMON_NAMEaka. SYNONYMS
win.tinyzbot (Back to overview)

TinyZbot

Actor(s): Cleaver


There is no description at this point.

References
2020-01-01SecureworksSecureWorks
COBALT GYPSY
TwoFace MacDownloader BONDUPDATER pupy Helminth jason RGDoor TinyZbot OilRig
2016-04-06CylanceCylance
Operation Cleaver
CsExt Jasus KAgent NetC PvzOut SynFlooder TinyZbot WndTest ZhCat ZhMimikatz Cleaver
2015-10-06NetenrichNetenrich
CUTTING KITTEN
TinyZbot Cleaver
Yara Rules
[TLP:WHITE] win_tinyzbot_w0 (20170521 | Tiny Bot used by attackers in Operation Cleaver)
rule win_tinyzbot_w0 {
	meta:
		description = "Tiny Bot used by attackers in Operation Cleaver"
		reference = "http://cylance.com/assets/Cleaver/Cylance_Operation_Cleaver_Report.pdf"
		date = "2014/12/02"
		author = "Cylance Inc."
        malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.tinyzbot"
        malpedia_version = "20170521"
        malpedia_license = "CC BY-NC-SA 4.0"
        malpedia_sharing = "TLP:WHITE"
	strings:
		$s1 = "NetScp" wide
		$s2 = "TinyZBot.Properties.Resources.resources"
		$s3 = "Aoao WaterMark"
		$s4 = "Run_a_exe"
		$s5 = "netscp.exe"
		$s6 = "get_MainModule_WebReference_DefaultWS"
		$s7 = "remove_CheckFileMD5Completed"
		$s8 = "http://tempuri.org/"
		$s9 = "Zhoupin_Cleaver"
	condition:
		(($s1 and $s2) or ($s3 and $s4 and $s5) or ($s6 and $s7 and $s8) or $s9)
}
[TLP:WHITE] win_tinyzbot_w1 (20170521 | http://cylance.com/opcleaver)
rule win_tinyzbot_w1 {
    meta:
        author = "Cylance"
        date = "2014-12-02"
        description = "http://cylance.com/opcleaver"
        malpedia_reference = "https://malpedia.caad.fkie.fraunhofer.de/details/win.tinyzbot"
        malpedia_version = "20170521"
        malpedia_license = "CC BY-NC-SA 4.0"
        malpedia_sharing = "TLP:WHITE"
    strings:
        $s1 = "NetScp" wide
        $s2 = "TinyZBot.Properties.Resources.resources"

        $s3 = "Aoao WaterMark"
        $s4 = "Run_a_exe"
        $s5 = "netscp.exe"

        $s6 = "get_MainModule_WebReference_DefaultWS"
        $s7 = "remove_CheckFileMD5Completed"
        $s8 = "http://tempuri.org/"

        $s9 = "Zhoupin_Cleaver"
    condition:
        ($s1 and $s2) or ($s3 and $s4 and $s5) or ($s6 and $s7 and $s8) or ($s9)
}
Download all Yara Rules