PoisonIvy_Sample_5
Description
Detects PoisonIvy RAT sample set
Query · yara
strings: $s0 = "Microsoft Software installation Service" fullword wide /* PEStudio Blacklist: strings */ /* score: '15.04' */ $s2 = "pidll.dll" fullword ascii /* score: '11.02' */ $s3 = "\\mspmsnsv.dll" ascii /* score: '11.005' */ $s4 = "\\sfc.exe" ascii /* score: '11.005' */ $s13 = "ServiceMain" fullword ascii /* PEStudio Blacklist: strings */ /* score: '5' */ /* Goodware String - occured 322 times */ $s15 = "ZwSetInformationProcess" fullword ascii /* PEStudio Blacklist: strings */ /* score: '5' */ /* Goodware String - occured 31 times */ $s17 = "LookupPrivilegeValueA" fullword ascii /* PEStudio Blacklist: strings */ /* score: '5' */ /* Goodware String - occured 336 times */ condition: uint16(0) == 0x5a4d and filesize < 300KB and all of them