This rule identifies the presence of the Elicense System v4.0.000 component, which may indicate the use of specific software licensing or management tools that adversaries could leverage for persistence or supply chain attacks. Proactively hunting for this artifact helps the SOC team verify the legitimacy of installed software and detect potential unauthorized or outdated components that could serve as entry points for compromise within the Azure environment.
rule ElicenseSystemV4000ViaTechInc
{
meta:
author="malware-lu"
strings:
$a0 = { 00 00 00 00 63 79 62 00 65 6C 69 63 65 6E 34 30 2E 64 6C 6C 00 00 00 00 }
condition:
$a0
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
ElicenseSystemV4000ViaTechInc binary is executed directly by the System or Administrator account during a scheduled maintenance window to perform license validation or heartbeat checks for enterprise software (e.g., Adobe Creative Cloud, Microsoft Office, or specialized CAD tools).
schtasks.exe or Task Scheduler service (svchost.exe with specific task parameters), and the user context is SYSTEM or a dedicated service account (e.g., svc_licensing).cmd.exe, powershell.exe, or pwsh.exe, and the user belongs to the Domain Admins or IT_Ops security group.ccmsetup.exe, msiexec.exe, or a known deployment agent (e.g., pdqdeploy.exe), and the working directory is within a standard deployment or temporary folder (e.g., C:\Windows\Temp\ or C:\ProgramData\Microsoft\CCM\).sc.exe or services.msc backend) after a system update or configuration change, causing the binary to launch under a service context.