Commit 0335f63f by mmorenog Committed by GitHub

Update APT_Derusbi.yar

parent e5288587
...@@ -347,3 +347,28 @@ rule XOR_4byte_Key : APT Derusbi { ...@@ -347,3 +347,28 @@ rule XOR_4byte_Key : APT Derusbi {
condition: condition:
uint16(0) == 0x5a4d and filesize < 900KB and all of them uint16(0) == 0x5a4d and filesize < 900KB and all of them
} }
rule apt_win32_dll_bergard_pgv_pvid_variant : Win32 Derusbi
{
meta:
copyright = "Fidelis Cybersecurity"
reference = "http://www.threatgeek.com/2016/05/turbo-twist-two-64-bit-derusbi-strains-converge.html"
strings:
$ = "Accept:"
$ = "User-Agent: %s"
$ = "Host: %s:%d"
$ = "Cache-Control: no-cache"
$ = "Connection: Keep-Alive"
$ = "Cookie: pgv_pvid="
$ = "Content-Type: application/x-octet-stream"
$ = "User-Agent: %s"
$ = "Host: %s:%d"
$ = "Pragma: no-cache"
$ = "Connection: Keep-Alive"
$ = "HTTP/1.0"
condition:
(uint16(0) == 0x5A4D) and (all of them)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment