mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 18:15:20 +00:00
Derusbi Samples
This commit is contained in:
parent
db4465f417
commit
ea2c46df32
@ -112,3 +112,23 @@ rule XOR_4byte_Key {
|
||||
condition:
|
||||
uint16(0) == 0x5a4d and filesize < 900KB and all of them
|
||||
}
|
||||
|
||||
rule Derusbi_Backdoor_Mar17_1 {
|
||||
meta:
|
||||
description = "Detects a variant of the Derusbi backdoor"
|
||||
author = "Florian Roth"
|
||||
reference = "Internal Research"
|
||||
date = "2017-03-03"
|
||||
hash1 = "f87915f21dcc527981ebb6db3d332b5b341129b4af83524f59d7178e9d2a3a32"
|
||||
strings:
|
||||
$x1 = "%SystemRoot%\\System32\\wiaservc.dll" fullword wide
|
||||
$x2 = "c%WINDIR%\\PCHealth\\HelpCtr\\Binaries\\pchsvc.dll" fullword wide
|
||||
$x3 = "%Systemroot%\\Help\\perfc009.dat" fullword wide
|
||||
$x4 = "rundll32.exe \"%s\", R32 %s" fullword wide
|
||||
$x5 = "OfficeUt32.dll" fullword ascii
|
||||
$x6 = "\\\\.\\pipe\\usb%so" fullword wide
|
||||
$x7 = "\\\\.\\pipe\\usb%si" fullword wide
|
||||
$x8 = "\\tmp1.dat" fullword wide
|
||||
condition:
|
||||
( uint16(0) == 0x5a4d and filesize < 400KB and 1 of them )
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user