Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
import "pe"
rule crime_win32_doppelpaymer_ransomware_1 {
meta:
description = "Detects DoppelPaymer payload Nov 11 Signed"
author = "@VK_Intel"
reference = "https://twitter.com/VK_Intel/status/1193937831766429696"
date = "2019-11-11"
hash1 = "46254a390027a1708f6951f8af3da13d033dee9a71a4ee75f257087218676dd5"
strings:
$s1 = "Setup run" fullword wide
$hash_function = { ?? ?? 8b fa 8b ?? 8b cf e8 ?? ?? ?? ?? 85 c0 75 ?? 81 ?? }
condition:
( uint16(0) == 0x5a4d and
filesize < 2500KB and
( all of them )
)
}