signature-base/yara/gen_susp_sfx.yar

19 lines
842 B
Plaintext
Raw Normal View History

2018-09-28 11:29:43 +00:00
rule SUSP_SFX_RunProgram_WScript {
meta:
description = "Detects suspicious SFX as used by Gamaredon group"
author = "Florian Roth"
reference = "Internal Research"
date = "2018-09-27"
hash1 = "e3bb02c5985fc64759b9c2d3c5474d46237ce472b4a0101c6313dafa939de5a9"
hash2 = "0ecf88d4b32895b4819dec3acb62eaaa7035aa6292499d903f76af60fcec0d6a"
hash3 = "a7a48f5220bd1ebe04de258d71fdd001711c165d162bd45e8cfbe8964eddf01c"
hash4 = "b6fa4889d8a87d45706d92714d716025bf223c01929755321faac1ab0db94a88"
hash5 = "7117b39890659c7dd11e15092c5e5ea9495bec0ff2b6e25254f6e343ed6ca33d"
hash6 = "ec2afb63555986fa55b7f98ae57c57e1138acb404a0dd2fe4f3d315730b9898e"
strings:
$x1 = "RunProgram=\"wscript.exe" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 10000KB and 1 of them
}