08e8d462fe
RED PILL 🔴 💊
22 lines
303 B
Text
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
|
|
|
|
}
|