This detection identifies the execution of a legitimate software component protected by ASProtect 13321, specifically associated with Alexey Solodovnikov, which may indicate normal application usage or potential supply chain compromise if observed in unexpected contexts. The SOC team should proactively hunt for this signature within Azure Sentinel to establish a baseline of trusted behavior and quickly distinguish between benign operations and adversaries leveraging known legitimate binaries to evade detection.
rule ASProtect13321RegisteredAlexeySolodovnikov
{
meta:
author="malware-lu"
strings:
$a0 = { 68 01 [3] E8 01 00 00 00 C3 C3 }
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 5 specific false positive scenarios for the ASProtect13321RegisteredAlexeySolodovnikov detection rule, tailored for an enterprise environment:
Corporate License Management Tool Execution
flexnet_service.exe or similar) loads the specific registered module associated with Alexey Solodovnikov to verify license integrity on endpoints.flexnetd.exe (or the specific vendor’s service executable) and restrict the scope to the “Software Asset Management” security group or specific server OU where licensing agents are deployed.Scheduled Patch Deployment via SCCM
ccmexec.exe) extracts and executes the installer, which triggers the YARA signature upon reading the registered configuration file during the installation phase.ccmsetup.exe or ccmexec.exe running under the “System” account context between 01:00 and 05:00 UTC, as this aligns with the standard maintenance window for patching.DevOps CI/CD Pipeline Artifact Validation
java.exe for Jenkins or msbuild.exe for Azure) scans the