← Back to SOC feed Coverage →

DingBoysPElockPhantasmv15b3

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

Hunt Hypothesis

This detection identifies the presence of the Phantasm variant within the DingBoy family of malware, which utilizes PE locking mechanisms to obscure its execution and evade standard signature-based defenses. A proactive hunt is essential in Azure Sentinel to uncover early-stage infections that may bypass initial perimeter controls, allowing the SOC team to isolate compromised endpoints before lateral movement or data exfiltration occurs.

YARA Rule

rule DingBoysPElockPhantasmv15b3
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 9C 55 57 56 52 51 53 9C FA E8 00 00 00 00 5D 81 ED 5B 53 40 00 B0 }

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 4 specific false positive scenarios for the DingBoysPElockPhantasmv15b3 detection rule, along with targeted filters and exclusions:

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