This hunt hypothesis targets adversaries attempting to establish persistence or execute lateral movement by leveraging specific file artifacts and network patterns associated with the Dexter and Project Hook campaigns within Azure Sentinel. Proactive hunting is essential despite the low severity rating because these historical attack vectors often indicate early-stage reconnaissance that, if left undetected, could evolve into significant financial data exfiltration incidents.
rule pos_malwre_dexter_stardust
{
meta:
author = "@patrickrolsen"
maltype = "Dexter Malware - StarDust Variant"
version = "0.1"
description = "Table 2 arbornetworks.com/asert/wp-content/uploads/2013/12/Dexter-and-Project-Hook-Break-the-Bank.pdf"
reference = "16b596de4c0e4d2acdfdd6632c80c070, 2afaa709ef5260184cbda8b521b076e1, and e3dd1dc82ddcfaf410372ae7e6b2f658"
date = "12/30/2013"
strings:
$s1 = "ceh_3\\.\\ceh_4\\..\\ceh_6"
$s2 = "Yatoed3fe3rex23030am39497403"
$s3 = "Poo7lo276670173quai16568unto1828Oleo9eds96006nosysump7hove19"
$s4 = "CommonFile.exe"
condition:
uint16(0) == 0x5A4D and all of ($s*)
}
This YARA rule can be deployed in the following contexts:
This rule contains 4 string patterns in its detection logic.
Based on the rule title provided, which references Arbor Networks ASERT and specifically focuses on the “Dexter” and “Project Hook” case studies regarding DDoS attacks targeting banking infrastructure, the detection logic likely monitors for abnormal traffic patterns indicative of volumetric or protocol-based DDoS attacks (such as sudden spikes in SYN packets, UDP floods, or HTTP request anomalies) that mimic legitimate high-volume business transactions.
Here are 4 specific false positive scenarios where this rule would trigger on legitimate enterprise activity:
Scheduled End-of-Month Financial Reconciliation Jobs
10.50.20.0/24) during the window of 01:30 to 04:30 UTC on the first day of every month.Automated Security Patching and Vulnerability Scans