Hunting Evil with YARA (Web Edition)
Overview
Testing YARA Rules with Unpac.Me
rule ransomware_dharma {
meta:
author = "Madhukar Raina"
version = "1.0"
description = "Detect strings from Dharma ransomware"
reference = "https://www.virustotal.com"
strings:
$string_pdb = { 433A5C6372797369735C52656C656173655C5044425C7061796C6F61642E706462 }
$string_ssss = { 73 73 73 73 73 62 73 73 73 }
condition: all of them
}Steps for Running a YARA Hunt on Unpac.Me
Last updated