This detection identifies potential execution of protected or obfuscated binaries associated with the ASProtect v12 signature, which adversaries often employ to evade static analysis and hide malicious payloads within legitimate processes. Proactively hunting for these indicators in Azure Sentinel is essential to uncover stealthy threats that may bypass standard heuristic scans by leveraging advanced packing techniques to mask their true behavior during initial runtime.
rule ASProtectv12AlexeySolodovnikovh1
{
meta:
author="malware-lu"
strings:
$a0 = { 90 60 E8 1B 00 00 00 E9 FC 8D B5 0F 06 00 00 8B FE B9 97 00 00 00 AD 35 78 56 34 12 AB 49 75 F6 EB 04 5D 45 55 C3 E9 [3] 00 }
condition:
$a0
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 5 specific false positive scenarios for the ASProtect v12 detection rule, tailored for an enterprise environment:
Scenario: Deployment of Licensed Software via Endpoint Management
ProcessName containing ccmsetup.exe, IvantiAgent.exe, or wuauserv.exe when the parent process is a trusted management service.Scenario: Execution of Scheduled Maintenance Scripts
asprotect.exe) to validate licenses, causing the YARA rule to match the binary in memory or on disk during the run window.C:\Program Files\ProtectedApps\. Alternatively, exclude events where the CommandLine contains keywords like “LicenseValidation” or “ScheduledUpdate”.Scenario: Antivirus Real-Time Scanning of Protected Binaries