SYMBOLCOMMON_NAMEaka. SYNONYMS
win.tinyzbot (Back to overview)

TinyZbot

Actor(s): Cleaver


There is no description at this point.

References
2020SecureworksSecureWorks
@online{secureworks:2020:cobalt:ce31320, author = {SecureWorks}, title = {{COBALT GYPSY}}, date = {2020}, organization = {Secureworks}, url = {https://www.secureworks.com/research/threat-profiles/cobalt-gypsy}, language = {English}, urldate = {2020-05-23} } COBALT GYPSY
TwoFace MacDownloader BONDUPDATER pupy Helminth jason RGDoor TinyZbot OilRig
2016-04-06CylanceCylance
@techreport{cylance:20160406:operation:d4da7b5, author = {Cylance}, title = {{Operation Cleaver}}, date = {2016-04-06}, institution = {Cylance}, url = {https://www.cylance.com/content/dam/cylance/pages/operation-cleaver/Cylance_Operation_Cleaver_Report.pdf}, language = {English}, urldate = {2020-01-10} } Operation Cleaver
CsExt Jasus KAgent NetC PvzOut SynFlooder TinyZbot WndTest ZhCat ZhMimikatz Cleaver
2015-10-06NetenrichNetenrich
@online{netenrich:20151006:cutting:6815c15, author = {Netenrich}, title = {{CUTTING KITTEN}}, date = {2015-10-06}, organization = {Netenrich}, url = {https://know.netenrich.com/threatintel/threat_actor/Cutting%20Kitten}, language = {English}, urldate = {2022-07-29} } 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