Sneed-Reactivity/yara-mikesxrs/adamburt/win_Dexter.yara
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

22 lines
303 B
Text

rule Dexter
{
meta:
description = "Dexter malware memory injection detection"
in_the_wild = true
strings:
$a = "Resilience"
$b = "download-"
$c = "update-"
$d = "checkin:"
$e = "uninstall"
$f = "CurrentVersion\\Run"
$g = "response="
$h = "gateway.php"
$i = "iexplore.exe"
condition:
all of them
}