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.
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
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the DingBoysPElockPhantasmv15b3 detection rule, along with targeted filters and exclusions:
Scenario: Scheduled Antivirus Database Updates
C:\ProgramData\Microsoft\Windows Defender\Platform\ or C:\Symantec Endpoint Protection\Content) and filter out processes running under the specific service accounts associated with these vendors (e.g., NT SERVICE\MsMpSvc).Scenario: Automated Patch Deployment via SCCM/Intune
ccmsetup.exe (SCCM) or IntuneManagementExtension.exe. Additionally, exclude any files located in temporary deployment folders such as C:\Windows\CCMCache\ or %TEMP%\IntuneDeployment.Scenario: Enterprise Backup and Archiving Jobs