Sofacy_CollectorStealer_Gen3
Description
File collectors / USB stealers - Generic
Query · yara
strings: $s1 = "NvCpld.dll" fullword ascii $s4 = "NvStart" fullword ascii $s5 = "NvStop" fullword ascii $a1 = "%.4d%.2d%.2d%.2d%.2d%.2d%.2d%.4d" fullword wide $a2 = "IGFSRVC.dll" fullword wide $a3 = "Common User Interface" fullword wide $a4 = "igfsrvc Module" fullword wide $b1 = " Operating System " fullword wide $b2 = "Microsoft Corporation " fullword wide condition: uint16(0) == 0x5a4d and filesize < 150KB and ( all of ($s*) and (all of ($a*) or all of ($b*)))