← Back to SOC feed Coverage →

Table 1 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 targets adversaries leveraging historical banking sector attack patterns to identify potential lateral movement or data exfiltration attempts that may not trigger standard high-severity alerts. Proactively hunting for these specific behaviors in Azure Sentinel allows the SOC team to validate low-fidelity signals against known threat intelligence, ensuring early detection of sophisticated campaigns before they escalate into critical incidents.

YARA Rule

rule pos_malware_project_hook
{
meta:
	author = "@patrickrolsen"
	maltype = "Project Hook"
	version = "0.1"
	description = "Table 1 arbornetworks.com/asert/wp-content/uploads/2013/12/Dexter-and-Project-Hook-Break-the-Bank.pdf"
	reference = "759154d20849a25315c4970fe37eac59"
	date = "12/30/2013"
strings:
	$s1 = "CallImage.exe"
	$s2 = "BurpSwim"
	$s3 = "Work\\Project\\Load"
	$s4 = "WortHisnal"
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 and detection logic provided, it appears there is a data formatting issue where the Rule Title and Detection Logic fields contain a file path to a PDF document (Dexter-and-Project-Hook-Break-the-Bank.pdf) rather than the actual rule name or signature description. This specific PDF likely details a scenario involving “Project Hook” (a known financial fraud simulation) or a specific banking transaction anomaly.

Assuming this detection logic is designed to flag anomalous high-value financial transactions, unusual user authentication patterns, or suspicious data exfiltration within a banking context (as implied by the “Break-the-Bank” title), here are 5 specific false positive scenarios in an enterprise environment:

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