← Back to SOC feed Coverage →

Table 2 arbornetworks.com/asert/wp-content/uploads/2013/12/Dexter-and-Project-Hook-Break-the-Bank.pdf

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-07-10T11:00:01Z · Confidence: medium

Hunt Hypothesis

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.

YARA Rule

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*)
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 4 string patterns in its detection logic.

References

False Positive Guidance

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:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/POS.yar