Suckfly_Nidiran_Gen_2
Description
Detects Suckfly Nidiran Trojan
Query · yara
strings:
$x1 = "WorkDll.dll" fullword ascii
$x2 = "%userprofile%\\Security Center\\secriter.dll" fullword ascii
$s1 = "DLL_PROCESS_ATTACH is called" fullword ascii
$s2 = "Support Security Accounts Manager For Microsoft Windows.If this service is stopped, any services that depended on it will fail t" ascii
$s3 = "before CreateRemoteThread" fullword ascii
$s4 = "CreateRemoteThread Succ" fullword ascii
$s5 = "Microsoft Security Accounts Manager" fullword ascii
$s6 = "DoRunRemote" fullword ascii
$s7 = "AutoRunFun" fullword ascii
$s8 = "ServiceMain is called" fullword ascii
$s9 = "DllRegisterServer is called" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 200KB and (
1 of ($x*) or
4 of them
)