08e8d462fe
RED PILL 🔴 💊
17 lines
643 B
Text
17 lines
643 B
Text
import "pe"
|
|
|
|
rule BKDR_Snarasite_Oct17 {
|
|
meta:
|
|
description = "Auto-generated rule"
|
|
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
|
|
author = "Florian Roth (Nextron Systems)"
|
|
reference = "Internal Research"
|
|
date = "2017-10-07"
|
|
hash1 = "36ba92cba23971ca9d16a0b4f45c853fd5b3108076464d5f2027b0f56054fd62"
|
|
id = "3a5d156a-529b-52ae-9b6a-d454895eb1fb"
|
|
condition:
|
|
uint16(0) == 0x5a4d and filesize < 3000KB and (
|
|
pe.imphash() == "322bef04e1e1ac48875036e38fb5c23c" or
|
|
pe.imphash() == "15088754757513c92fa36ba5590e907b"
|
|
)
|
|
}
|