← Back to SOC feed Coverage →

HaspdongleAlladin

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-08-29T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the presence of the HaspdongleAlladin malware, which adversaries may deploy to establish persistence or execute initial reconnaissance activities on endpoints. SOC teams should proactively hunt for this indicator in Azure Sentinel to uncover early-stage infections that might evade standard signature-based defenses and prevent potential lateral movement within the network.

YARA Rule

rule HaspdongleAlladin
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 50 53 51 52 57 56 8B 75 1C 8B 3E [5] 8B 5D 08 8A FB [2] 03 5D 10 8B 45 0C 8B 4D 14 8B 55 18 80 FF 32 }

condition:
		$a0 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 3-5 specific false positive scenarios for the HaspdongleAlladin detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar