This detection identifies potential adversary activity involving a specific malicious artifact patterned after fake ASPack variants, as defined by the YARA rule MSLRHv032afakeASPack211demadicius. Although currently flagged with low severity, proactive hunting in Azure Sentinel is essential to uncover early-stage indicators of compromise that may evolve into more critical threats before they trigger higher-severity alerts.
rule MSLRHv032afakeASPack211demadicius
{
meta:
author="malware-lu"
strings:
$a0 = { 60 E8 02 00 00 00 EB 09 5D 55 81 ED 39 39 44 00 C3 61 EB 05 E8 EB 04 40 00 EB FA E8 0A 00 00 00 E8 EB 0C 00 00 E8 F6 FF FF FF E8 F2 FF FF FF 83 C4 08 74 04 75 02 EB 02 EB 01 81 50 E8 02 00 00 00 29 5A 58 6B C0 03 E8 02 00 00 00 29 5A 83 C4 04 58 74 04 75 02 EB 02 EB 01 81 0F 31 50 0F 31 E8 0A 00 00 00 E8 EB 0C 00 00 E8 F6 FF FF FF E8 F2 FF FF FF }
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 detection rule MSLRHv032afakeASPack211demadicius, tailored for a legitimate enterprise environment:
Scenario: Automated Antivirus Definition Updates
MsMpEng.exe (Microsoft Defender) or SymantecDefender.exe, specifically when the file path contains \Updates\ and the event occurs during the configured maintenance window (e.g., 02:00–04:00 UTC).Scenario: Enterprise Software Deployment via SCCM/Intune
MSLRHv032afakeASPack211demadicius, causing alerts for every deployed machine.%TEMP%\CCM\ or \AppData\Local\Microsoft\IntuneManagementExtension\. Additionally, filter events where the process image name is ccmsetup.exe or IntuneManagementService.exe.Scenario: Scheduled Database Backup and Archiving Jobs